Advertisement
Guest User

Untitled

a guest
Feb 1st, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. I visit /home/henrik/.openttd/openttd.cfg
  2.  
  3. I can start the game with the original cfg file with the -D flag.
  4.  
  5. I transfer the cfg from my old Windows server to the new server. I make sure not to replace the old file, but rename it to "openttd_advertise1.cfg". The config contains a number of NewGRFs.
  6.  
  7. I start with:
  8.  
  9. openttd -D -c /home/henrik/.openttd/openttd_advertise1.cfg
  10.  
  11. The game starts, and it works with the cfg.
  12.  
  13. I close the server, and then copy a new file to the directory: "openttd_UKRS.cfg".
  14.  
  15. openttd -D -c /home/henrik/.openttd/openttd_UKRS.cfg
  16.  
  17. The game starts, and it does not load ANY NewGRFs (but the rest of the settings seem to work).
  18. I close down the server and open the file in Nano.
  19.  
  20. "openttd_UKRS.cfg" does now look exactly like "openttd_advertise1.cfg". It has during the server start/stop been overwritten with the old file.
  21.  
  22. To make sure this is not related to some command i have missed out on, i delete -all- of the config files.
  23. I then return to my Windows computer, rename "openttd_advertise1.cfg" to "openttd.cfg" and add it to the Linux server. I start the server without the -c flag (since it then will choose openttd.cfg).
  24.  
  25. It starts the game with no NewGRF's, and when i close down the server and re-open openttd.cfg - it was been re-overwritten with the data from "openttd_advertise1.cfg". A file that notably does not exist in the directory until then.
  26.  
  27. Derp. Halp.
  28.  
  29. //NGC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement