adoxa wrote:
Don’t know about deceleration, but acceleration is controlled by…just wait till I find it again…constants.ini [EngineEquipConsts] CRUISE_ACCEL_TIME = 5.0 ```As it happens, it's described [here](http://the-starport.net/freelancer/wiki/index.php/MDB:constants.ini#EngineEquipConsts_Section), along with all the other values. By stop, do you mean set speed to 0? If not, I just wasted an hour… Here's a hexedit to do it. It detects cruise being turned off and sets the speed to 0.
0C7A81: 6a 00 e8 68 00 00 00 83 c4 04 c3
0C7AB0: 80 7c e4 04 00 74 ca c3
Thats exactualy right, want cruise to accelerate and decelerate basicaly instantly.
The reason being, I play lan games of freelancer with my brothers, and I use a version of 88 flak that I’ve modified a fair bit for our personal use. I want to have realy fast cruise speed, but without the whole crashing into planets as you decelerate =P
anyways, thanks for the help. I’m sure I should be able to figure the rest out now. =D