Where are the user-made scripts stored? - Printable Version +- Colobot Forum - International Colobot Community (https://colobot.info/forum) +-- Forum: [Archive] New forum (2015-2019) (https://colobot.info/forum/forumdisplay.php?fid=76) +--- Forum: Colobot: Gold Edition Basics (https://colobot.info/forum/forumdisplay.php?fid=58) +---- Forum: Help (https://colobot.info/forum/forumdisplay.php?fid=61) +---- Thread: Where are the user-made scripts stored? (/showthread.php?tid=697) |
Where are the user-made scripts stored? - bluMyst - 11-11-2015 I'm a vim guy so I'd really like to be able to edit my Colobot scripts from outside the game, but I can't find the folder where they're stored. I assumed it'd be in data/ but it doesn't really look like it. In the original Colobot, they were stored in a directory called scripts/ , I'm pretty sure. RE: Where are the user-made scripts stored? - melex750 - 11-11-2015 On Linux, user script files are stored at ~/.local/share/colobot/program/*.txt for "public" and ~/.local/share/colobot/savegame/playername/program/*.txt for "private" RE: Where are the user-made scripts stored? - bluMyst - 11-11-2015 (11-11-2015, 03:33 AM)melex750 Wrote: On Linux, user script files are stored at ~/.local/share/colobot/program/*.txt for "public" Cool, thank you! I'm actually on Windows (for gaming reasons), but it turns out that it's under C:\Users\%USERNAME%\colobot\ . And your post helped me find it. |