spanishsurfer 58 Posted March 28, 2014 Our server is going to start hosting 1st Person Fridays...We normally run the server with 3rd person view. I want to automate the changing of the .arma3profile 3rdPersonView= x; command to change every Friday to =0; And then change back to =1; on Saturday. This way I don't have to manually go in and do this. Anyone have any ideas on how to accomplish this? Share this post Link to post Share on other sites
John Kozak 14 Posted March 28, 2014 Our server is going to start hosting 1st Person Fridays...We normally run the server with 3rd person view. I want to automate the changing of the .arma3profile 3rdPersonView= x; command to change every Friday to =0; And then change back to =1; on Saturday. This way I don't have to manually go in and do this. Anyone have any ideas on how to accomplish this? Scheduled command line script which shuts down the server and restarts it with needed settings? Share this post Link to post Share on other sites
.kju 3244 Posted March 28, 2014 use multiple server profiles Share this post Link to post Share on other sites
spanishsurfer 58 Posted March 28, 2014 Ok, how do I have the server load the appropriate profile depending on the day? Share this post Link to post Share on other sites
.kju 3244 Posted March 28, 2014 i guess you need to run a daemon or scheduled task Share this post Link to post Share on other sites
spanishsurfer 58 Posted March 28, 2014 Hmm, forgot about that...Thanks for the idea! I'll do this...create 2 different difficulty settings, 1 w/3rd on and 1 w/3rd off. M-Tue-Wed-Thu-Sat-Sun it will load the profile with 3rd on and on Fri load the profile with 3rd off...All using Firedeamon...Nice. Share this post Link to post Share on other sites