Author Topic: Soldat Dedicated Server 2.6.5  (Read 15224 times)

0 Members and 1 Guest are viewing this topic.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Soldat Dedicated Server 2.6.5
« on: May 19, 2009, 02:35:00 pm »
The Official Soldat Dedicated Server 2.6.5 is now ready for download.

Primary focus was ofcourse on bugs for this release. Unicode has been fixed in this binary, so I recommend everyone upgrades. There has also been a modification to the structure of the RefreshX remote admin command. All remote admin programs such as ARSSE must be updated to accommodate this change.

Read more @ my blog.

Changelog:
Code: [Select]
////// 2.6.4 -> 2.6.5 //////
{fixed things}
- Fixed excessive blank log creation when port already in use.
- Fixed ForceWeapon(), MovePlayer(), MD5String() related script errors
- Fixed Deaths appearing as 65535 when switching from Spectator to any other team
- Fixed server crash when using /pm and /setteam incorrectly.
- Fixed Unicode chat messages not working (+blank lines in console)
- Fixed USSOCOM kills appearing as Selfkill in logs
{added things}
- Afew Script Core changes, see change log at http://enesce.com/help/
  (A new website is available for all script authors/users to upload scripts, http://soldatcentral.com)
- Added DownloadMapslist=0 option to server.ini.
- Added -bl parameter to limit the number of bots allowed on a server.
- Modified RefreshX structure. Added "Flags: array[1..32] of byte" after Kills

http://soldat.pl will be updated whenever somebody with access gets around to it.


  Official Dedicated Server 2.6.5 (3.1 MiB)
  Server Patch 2.6.4->2.6.5 (722.1 KiB)

Offline Irlandec

  • Soldier
  • **
  • Posts: 176
Re: Soldat Dedicated Server 2.6.5
« Reply #1 on: May 19, 2009, 02:46:27 pm »
Finally ;) Big Kudos to you, EnEsCe

Found bug, console spams with numbers , but server dont crash.
« Last Edit: May 19, 2009, 03:17:58 pm by Irlandec »

Offline AntiHero

  • Camper
  • ***
  • Posts: 289
  • INF all the way!
    • TheAllStarsClan Site
Re: Soldat Dedicated Server 2.6.5
« Reply #2 on: May 19, 2009, 02:49:27 pm »
I dont get it whats this download going to do?? I really didnt get it to much :|
Infiltration|Veterinarian

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Soldat Dedicated Server 2.6.5
« Reply #3 on: May 19, 2009, 03:10:50 pm »
"- Added DownloadMapslist=0 option to server.ini." Can you explain a bit about this option ?

Offline croat1gamer

  • Veteran
  • *****
  • Posts: 1327
  • OMG CHANGING AVATAR!!! ^ω^
Re: Soldat Dedicated Server 2.6.5
« Reply #4 on: May 19, 2009, 03:19:25 pm »
<3 u eC.
Last year, I dreamt I was pissing at a restroom, but I missed the urinal and my penis exploded.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Soldat Dedicated Server 2.6.5
« Reply #5 on: May 19, 2009, 03:20:50 pm »
"- Added DownloadMapslist=0 option to server.ini." Can you explain a bit about this option ?
If you have a program that uses the File Download protocol, you can request /mapslist.txt from the server via the Download port (Port + 10). Was a custom request by another server admin.

This does NOT signify any kind of Soldat Client feature.

Offline Leo

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1011
Re: Soldat Dedicated Server 2.6.5
« Reply #6 on: May 19, 2009, 03:29:12 pm »
I also noticed you changed ThreadedUDP to default 1. We keep it that way then ?

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: Soldat Dedicated Server 2.6.5
« Reply #7 on: May 19, 2009, 03:34:34 pm »
Ah unicode fixed :) Thank you very much.
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Soldat Dedicated Server 2.6.5
« Reply #8 on: May 19, 2009, 03:34:56 pm »
I also noticed you changed ThreadedUDP to default 1. We keep it that way then ?
Up to you really, a moderate bug was found with it set to 0. Server drops all ping requests until somebody sends a join request twice. Unable to fix it due to it being a component issue that would need to be fixed by Indy (It is most likely fixed, but newest Indy version is incompatible with the ancient server netcode)

Ah unicode fixed :) Thank you very much.
I tested it using the alt codes you provided in the Bug Tracker, can you confirm its definitely fixed when typing proper Unicode sentences?

Finally ;) Big Kudos to you, EnEsCe
Found bug, console spams with numbers , but server dont crash.
Can you paste to me the full console output, including the numbers? And if they occur on a certain ingame event etc. It is just debug output I forgot to remove.

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: Soldat Dedicated Server 2.6.5
« Reply #9 on: May 19, 2009, 04:53:51 pm »
(...)
I tested it using the alt codes you provided in the Bug Tracker, can you confirm its definitely fixed when typing proper Unicode sentences?
(...)
It's working perfectly.

(...)
Can you paste to me the full console output, including the numbers? And if they occur on a certain ingame event etc. It is just debug output I forgot to remove.
When a player changes the weapon, the weapon number is shown in console three times.
« Last Edit: May 19, 2009, 04:55:35 pm by xmRipper »
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Soldat Dedicated Server 2.6.5
« Reply #10 on: May 19, 2009, 04:59:34 pm »
Updated Linux/Windows binary.
- Removed the leftover debug output (Numbers)
- Fixed server crash on join game when enabling Survival + Friendly Fire.

Download either patch or full zip, both contain it as of this moment.

Offline xmRipper

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 742
    • Personal
Re: Soldat Dedicated Server 2.6.5
« Reply #11 on: May 19, 2009, 05:22:59 pm »
Co-Founder / CTO @ Macellan
Founder Turkish Soldat Community

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Soldat Dedicated Server 2.6.5
« Reply #12 on: May 19, 2009, 07:37:51 pm »
MD5String was bugged? I've been using it and seemed to be fine afaik.
Nevermind.. I see what was noted on the enesce.com/help page, and the "fix" functions created for it made it not come about very often.

Quote
- Added DownloadMapslist=0 option to server.ini.
lol ;D and had a good reason to add it too!

I shall update my home test servers.... tomorrow.

GetPlayerStat(Id, 'WepCount')? Count of total weapons a person has ever picked up? :P (just a note its not included on the enesce.com/help page; if you get around to it ..)

« Last Edit: May 20, 2009, 05:23:16 am by DorkeyDear »

Offline n2j3

  • Soldier
  • **
  • Posts: 152
    • soldat.gr
Re: Soldat Dedicated Server 2.6.5
« Reply #13 on: May 20, 2009, 01:21:29 am »
Thanks for utf8 and ASE fixes :)

Offline scarface09

  • Veteran
  • *****
  • Posts: 1153
  • Arsenal Supporter For Life
Re: Soldat Dedicated Server 2.6.5
« Reply #14 on: May 20, 2009, 03:19:13 am »
Looks good! Also, will that Deathmatch bug be fixed?
Football is the other face of the world. If you don't like it, then you can get the hell out!

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Soldat Dedicated Server 2.6.5
« Reply #15 on: May 20, 2009, 09:47:24 am »
Awesome. Aetherwalk in Hexer now finally seems to work again. Still having trouble with Body Double but I'll see wether that could be caused scriptwise.
Thanks for releasing!
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline Irlandec

  • Soldier
  • **
  • Posts: 176
Re: Soldat Dedicated Server 2.6.5
« Reply #16 on: May 20, 2009, 09:59:43 am »
... Aetherwalk in Hexer now finally seems to work again...

Sometimes it causes to drop weapon

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Soldat Dedicated Server 2.6.5
« Reply #17 on: May 20, 2009, 01:06:07 pm »
No... it's fixed since this was released.
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline y0uRd34th

  • Camper
  • ***
  • Posts: 325
  • [i]Look Signature![/i]
Re: Soldat Dedicated Server 2.6.5
« Reply #18 on: May 20, 2009, 02:18:01 pm »
well done EnEsCe :)
Didnt think that can fix it so fast :)

Offline Quantifier

  • Major
  • *
  • Posts: 70
Re: Soldat Dedicated Server 2.6.5
« Reply #19 on: May 21, 2009, 01:32:42 am »
"- Added DownloadMapslist=0 option to server.ini." Can you explain a bit about this option ?
If you have a program that uses the File Download protocol, you can request /mapslist.txt from the server via the Download port (Port + 10). Was a custom request by another server admin.

This does NOT signify any kind of Soldat Client feature.

Also this option is useless when server was started with -m parameter. When asked for /mapslist.txt it shouldn't send contents of actual mapslist.txt file, but the currently used list instead.