Hi guys, since May 11, 2012 my server is experiencing random crashes few times per day. There were made no changes in server environment for months. There were made no changes in WolfET settings. We are running: WolfET 2.60b ETPro 3.2.6 Windows XP x64 I've tried to to turn-off PunkBuster and Lua mod...
Hi! Try to find out these IPs of destinations which abused your server. (this will answer a lot of questions) Do you rent virtual server (where you can setup any operating system, programs you like,..) or WolfET server only? What kind of OS is used for server where is WolfET server hosted? Is that t...
Here is several mapscripts which I have „updated“ in few past years. Basically, they contain latest publicly known bug-fixes and those which I've found myself. Some of these contains slight gameplay changes (additional spawns, anti-airstrike roofs). Most of them can be enabled/disabled via sett...
Railgun Fun http://images.bsdterritory.com/mortis/railgun_fun.zip Same fixes as railgun, but makes CP spawnable for Axis and reduces map duration from 30 minutes to 20 minutes. I've tested CP spawn for some extended time on my servers. If CP spawn is held by Allies, destroying Allied CP become new ...
Here is several mapscripts which I have „updated“ in few past years. Basically, they contain latest publicly known bug-fixes and those which I've found myself. Some of these contains slight gameplay changes (additional spawns, anti-airstrike roofs). Most of them can be enabled/disabled via setti...
Here is log of crash which happened on same server 2 hours before crash which is stated above. Server was crashed during warmup on Würzburg radar and watchdog commands has been executed sucessfully (loading bremen_b2): ... ... 22:07.04 ClientUserinfoChanged: 11 n\^3Under^5Dog\t\2\c\...
My servers are sometimes crashed and watchdog is triggered. If they are crashed it's during intermission only. It's very rare if server is crashed during gameplay. Last crash: In the latest crash, mapname is Supply and server was crashed ~15 seconds before intermission end. Next map in campaign is B...
The easiest way: . . local random_slot repeat random_slot = math.random(0,slots) until not et.gentity_get(random_slot,"inuse") . . Better way: get numbers of slots in use put these numbers in table to get random: local random_slot = your_table[math.r...
Hello, I'd like to print some things at the top of screen. In LUA, I can use b command. However, if I use b command it prints into console too and this behavior is unwated in some cases. Printing at the top of screen is ETPro feature, isn't it? Then I'd like to ask you for the name of C function (an...
IMHO it is not any bug. Did you type these commands at your in-game console? If so: The first case, remote server has loaded map on remote server The second case, your game on your local computer has loaded map and used mapscript you have at your computer. There is no any bug. Reason is: map has bee...