I downloaded GRFcoedec and i convert a grf file into a sprite folder with PCX
Code:
grfcodec -d newgrf.grf
This works succesfully and after that i tried to edit the NFO file.
To be sure i changed some parameters i first found a name of a vehicle and give it a new name.
After that i type the command
Code:
grfcodec -e newgrf.grf
But in game name isn't changed att all.
After convert the new new grf file i see the new name in NFO file but in game it's still using the original name.
I tried everything to start a new game with my new grf file but it keeps still the original name.
Why doesn't my changes appear, and how can i change the NFO and compile with the new name or someting?