Following the directions and saving the document as everytime.cfg in my var folder, i began to add some maps to the cfg.push_back section of the file. I previously added the correct EVERYTIME_PATH; but for some reason the "/" were facing the wrong way on the default text. I changed those to "\" hoping it would not change the document's way of finding the file. I added two maps and their full location in 2 of the cfg.push_back places as it states. I then opened up tron and my server and typed
Code: Select all
$ g++ -Wall cfg_rotator.cpp -o cfg_rotator
Code: Select all
$ ./armagetronad-dedicated | ./cfg_rotator
If someone could point out my error, it would be greatly appreciated.