RUNNING WITH RIFLES
http://runningwithrifles.com/phpBB3/

Beta 0.84 dedicated server, Windows/Linux
http://runningwithrifles.com/phpBB3/viewtopic.php?f=4&t=1076
Page 4 of 5

Author:  pasik [ Wed Mar 20, 2013 11:49 am ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

That's awesome, good to see the stuff works.

The next thing would be no doubt getting the stats transferred from the RWR server to your stats server then, automatically. I'm terribly in the middle of working on a new important feature for RWR right now, I'll take a look at that at a later time.

Author:  {SAS}DocStone [ Wed Mar 20, 2013 12:13 pm ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

That can go way down the list of priorities Pasik, it's no problem doing it manually just now!

Author:  pasik [ Wed Mar 20, 2013 3:24 pm ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

I know, just making sure that we're on the same page here haha :D

Author:  {SAS}DocStone [ Wed Mar 20, 2013 3:57 pm ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

Hehe, nice! Then you can make it so Admins can give commands in game via the text chat.........

:D

Author:  {SAS}DocStone [ Sun Mar 31, 2013 11:30 am ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

Quick question, with the automated script running now how can we change maps? Tried today and it just kept reloading map1 no matter what. Is it an issue with the script?

Author:  pasik [ Sun Mar 31, 2013 4:14 pm ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

{SAS}DocStone wrote:
Quick question, with the automated script running now how can we change maps? Tried today and it just kept reloading map1 no matter what. Is it an issue with the script?


The script tracks the maps which have been completed and picks the next map randomly from the uncompleted maps. Once all of them have been played, it clears the completed maps tracking and picks another random map to start the next round.

If you change a map from the server console (with change_map) while the script is running, I think the script won't receive a signal about the match end so the script never gets the info if a map has been completed or not, so it thinks the first map is still on. I'd still think you would be able to change the map in the server, just that the script will mark the wrong map completed if this new map completes now.

EDIT: tried it on modulaatio2, seems to be working?

If you change the map by declaring a winner (with declare_winner), the script works its logic and picks a new map to play.

Author:  pasik [ Mon Apr 01, 2013 3:37 pm ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

DocStone, when/if your RWR server crashes, does it generate rwr_crashdump.dmp file? The file should be there in the server working directory. If you've got such file from 0.84 based server, could you send one to me at pasi.kainiemi@modulaatio.com?

My Linux crash debugging capabilities are limited so I'm unable to investigate the crashes that happen about every 2-3 days on the servers, and the traces in the log don't seem to be that near the point of crashing so currently I wouldn't have a clue where to start looking for the issue. The dump on Windows would tell me the exact line of code where the crash occurs, but you're the only one with the dump, possibly.

If you don't have one, I'll launch a Windows server of my own to track down the issue.

EDIT: ah shit, look at that, the dump generation isn't enabled in the server build :roll:

Author:  {SAS}DocStone [ Tue Apr 02, 2013 7:56 am ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

OK, just to confirm, on a freshly restarted server running the map rotation script when I type in "map5" in the server console it restarts the server to map1 everytime.

Author:  pasik [ Tue Apr 02, 2013 11:18 am ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

{SAS}DocStone wrote:
OK, just to confirm, on a freshly restarted server running the map rotation script when I type in "map5" in the server console it restarts the server to map1 everytime.


That's strange. Here it works on Windows too just fine.

Does the script react somehow when you type map5 in the console?

Author:  {SAS}DocStone [ Tue Apr 02, 2013 11:37 am ]
Post subject:  Re: Beta 0.84 dedicated server, Windows/Linux

No reaction at all, and it just resets whatever map the rotation happens to be on. In the Server console all it shows is the start5.xml being actioned, and seems to ignore the change_map command completely.

Map5 command in commands.xml is as follows:

Code:
    <alias name="map5" command="change_map vanilla/maps/map5; execute start5.xml"/>


The start5.xml is as follows:

Code:
<command
   class="start_game"
   vehicles="1"
   max_soldiers="240"
   player_bot_compensation="20"
   progress_multiplier="1.0">
   
   <faction initial_over_capacity="0" ai_accuracy="0.94" />
   <faction initial_over_capacity="0" ai_accuracy="0.94" />
</command>


The only thing I can think that has changed is I have renamed the install folders to RWR1 for standard, and RWR2 for invasion. Apart from that, nothing is different.

Page 4 of 5 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/