Jump to content
Sign in to follow this  
psrkallez06

Possible to modify values without exiting the game?

Recommended Posts

So I'm modifying a cars top speed and acceleration, everytime i wanna change something i have to: unpack the pbo, convert config.bin to config.css, change values, convert back to .bin, repack pbo, start the game.

 

It takes time to restart everytime. is there another solution that allows me to change stuff directly ingame? Thanks!

Share this post


Link to post
Share on other sites

Well, the error message does tell you what went wrong... you're missing a ; somewhere ;)

 

First of all I would add the ; at the line you execute.

diag_mergeConfigFile ["C:\Users\Xane\Desktop\config.cpp"];

And second you might want to check the contents of the config.cpp file to see if there are any missing ; around there.

Share this post


Link to post
Share on other sites

he is not running the diag.exe. thats it

Share this post


Link to post
Share on other sites

Don't binarize your pbo when you pack it while you're developing. Only binarize before you distribute the pbo. Make changes, pack, load game... that's the way I've always done it. Save a mission in the editor as a test environment to make things faster.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×