Difference between revisions of "4D Sports Driving Car Editor / CarEdit3"
m (→Overview) |
m |
||
Line 1: | Line 1: | ||
− | + | '''4D Sports Driving Car Editor''' (also named '''CarEdit3''') is a graphical DOS program written in the Pascal programming language with the purpose of editing 4D Sports Driving / Stunts CAR*.RES files. | |
== Overview == | == Overview == | ||
− | + | The program allows the modification of car parameters (original and almost every custom car added to the game) separated into feature sections: | |
*Garage: | *Garage: | ||
− | **List cars for handling | + | **List cars for handling RES files; |
**Copy, rename or delete entire cars in a convenient way; | **Copy, rename or delete entire cars in a convenient way; | ||
**Spare car management (using a configurable separate folder). | **Spare car management (using a configurable separate folder). | ||
*Engine: | *Engine: | ||
− | **Advanced power | + | **Advanced power curve editing (single values or entire ranges); |
− | **Adjust idle | + | **Adjust idle RPM, max RPM and gear shift RPM values. |
*Gears: | *Gears: | ||
**Number of gears and their ratios with equalizer function; | **Number of gears and their ratios with equalizer function; | ||
− | **RPM/velocity diagram with shifting scenarios | + | **RPM/velocity diagram with shifting scenarios; |
− | **Dashboard | + | **Dashboard gear console pattern coordinates. |
*Misc: | *Misc: | ||
**Car dimensions and collision parameters; | **Car dimensions and collision parameters; | ||
− | ** | + | **Wheel coordinates with 3D shape coordinate calculation. |
*Text: | *Text: | ||
Line 28: | Line 28: | ||
*GFX: | *GFX: | ||
**Change movable dashboard elements on speedometer (analog/digital); | **Change movable dashboard elements on speedometer (analog/digital); | ||
− | **Rev counter and wheel | + | **Rev counter and wheel position coordinates. |
== Development and features == | == Development and features == | ||
− | + | This tiny program was developed by [[dm_s1e6]] and initially published on the [[Stunts Forum]] in 2014. Version 3 was the first to be released, although it was stated that this was still a "beta" version. | |
− | |||
− | + | An older version of the program called CarEdit2 was created in the late 90s but was never published. | |
− | It is characterized by intense flickering caused by lack of optimization | + | '''CarEdit3''' offers a simple way of editing car parameters that is superior to [[Car Blaster]] but retains the use of the keyboard for input control. It is characterized by intense flickering caused by a lack of optimization in the rendering routine. This is most noticeable while editing the power curve. |
− | The program was later released in 2021 by [[Zapper]] | + | The program was later updated and released in 2021 by [[Zapper]] with permission from [[dm_s1e6]] who shared the program's source code for adding refinements and features. |
− | + | Version 3.2 includes the following enhancements: | |
+ | *Information that helps with the modification of parameters; | ||
+ | *More graphical elements displayed; | ||
+ | *Spare car management that supports all car [http://wiki.stunts.hu/index.php?title=Resource_file_format#File_names file name formats]. | ||
== Gallery == | == Gallery == | ||
Line 47: | Line 49: | ||
V3.1: | V3.1: | ||
[[File:Caredit31 engine.jpg|400px|CarEdit3 v3.1 - Engine screen]] | [[File:Caredit31 engine.jpg|400px|CarEdit3 v3.1 - Engine screen]] | ||
− | [[File:Caredit31 gfx1.jpg|400px|CarEdit3 v3.1 - | + | [[File:Caredit31 gfx1.jpg|400px|CarEdit3 v3.1 - GFX screen]] |
[[File:Caredit31 misc.jpg|400px|CarEdit3 v3.1 - Misc screen]] | [[File:Caredit31 misc.jpg|400px|CarEdit3 v3.1 - Misc screen]] | ||
Line 55: | Line 57: | ||
== External links == | == External links == | ||
− | [http://forum.stunts.hu/index.php?topic=3079.0 Stunts Forum | + | [http://forum.stunts.hu/index.php?topic=3079.0 Stunts Forum - And yet another (DOS-based) Car Editor] |
Revision as of 13:04, 18 February 2022
4D Sports Driving Car Editor (also named CarEdit3) is a graphical DOS program written in the Pascal programming language with the purpose of editing 4D Sports Driving / Stunts CAR*.RES files.
Overview
The program allows the modification of car parameters (original and almost every custom car added to the game) separated into feature sections:
- Garage:
- List cars for handling RES files;
- Copy, rename or delete entire cars in a convenient way;
- Spare car management (using a configurable separate folder).
- Engine:
- Advanced power curve editing (single values or entire ranges);
- Adjust idle RPM, max RPM and gear shift RPM values.
- Gears:
- Number of gears and their ratios with equalizer function;
- RPM/velocity diagram with shifting scenarios;
- Dashboard gear console pattern coordinates.
- Misc:
- Car dimensions and collision parameters;
- Wheel coordinates with 3D shape coordinate calculation.
- Text:
- Automatic correction of length/offsets in RES files on save.
- GFX:
- Change movable dashboard elements on speedometer (analog/digital);
- Rev counter and wheel position coordinates.
Development and features
This tiny program was developed by dm_s1e6 and initially published on the Stunts Forum in 2014. Version 3 was the first to be released, although it was stated that this was still a "beta" version.
An older version of the program called CarEdit2 was created in the late 90s but was never published.
CarEdit3 offers a simple way of editing car parameters that is superior to Car Blaster but retains the use of the keyboard for input control. It is characterized by intense flickering caused by a lack of optimization in the rendering routine. This is most noticeable while editing the power curve.
The program was later updated and released in 2021 by Zapper with permission from dm_s1e6 who shared the program's source code for adding refinements and features.
Version 3.2 includes the following enhancements:
- Information that helps with the modification of parameters;
- More graphical elements displayed;
- Spare car management that supports all car file name formats.