Demon
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Misc. > Doomworld News > Odamex 0.5.4 Released
 
Author
All times are GMT. The time now is 12:11. Post New Thread    Post A Reply
Ralphis
IDL Founder


Posts: 8692
Registered: 09-02


Odamex has officially been upgraded to 0.5.4. From the Odamex website:

Odamex 0.5.4 is a rather hefty release that will ultimately serve to bridge the gap between the 0.5 series and 0.6. Along with the usual bug fixes, it features a number of experimental features expected to be complete for the 0.6 release...The most notable of the new features found in Odamex 0.5.4 are both the inclusion of unlagged support and early net demo support, both of which have been a long time coming. These features are both currently in experimental stages, so while we encourage you to give them a try, we also encourage you to report any issues or bugs that you run across while using them so that the Odamex team can do its best to stamp out these issues going into our next major version.
There are many additional changes for both players and server administrators in Odamex 0.5.4 that you can read about in more detail on the release page, SVN changelog, or the official release statement.

Old Post 08-10-11 05:18 #
Ralphis is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Ralphis
IDL Founder


Posts: 8692
Registered: 09-02


Whoops, looks like something bad happened with the Windows installer tonight! Expect that to be fixed by tomorrow along with the Mac package.

Old Post 08-10-11 07:16 #
Ralphis is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
alterworldruler
Member


Posts: 505
Registered: 10-06


Question to Ralphis, will unlagged make coop sessions better for likes of Deus Vult II? Skulltag's netcode is so poor it can't handle it, same with Sunder unless you have an uber connection from a company.

Old Post 08-10-11 08:26 #
alterworldruler is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Mancubus II
Purple is not a breakfast color


Posts: 1814
Registered: 02-03


The windows installer was updated around 6:30am CDT, so it should be working at the time of this posting.

alterworldruler said:
Question to Ralphis, will unlagged make coop sessions better for likes of Deus Vult II? Skulltag's netcode is so poor it can't handle it, same with Sunder unless you have an uber connection from a company.

This is a good question that will require more testing. "Unlagged" is considered experimental until at least 0.6 (though that's not to say it isn't pretty stable). It has mostly been tested in dm/ctf environments so far, so we're not entirely sure of the effects in coop.

Old Post 08-10-11 14:41 #
Mancubus II is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
alterworldruler
Member


Posts: 505
Registered: 10-06



Mancubus II said:
The windows installer was updated around 6:30am CDT, so it should be working at the time of this posting.

This is a good question that will require more testing. "Unlagged" is considered experimental until at least 0.6 (though that's not to say it isn't pretty stable). It has mostly been tested in dm/ctf environments so far, so we're not entirely sure of the effects in coop.

Well, I think it's worth giving a shot. Odamex could become the best coop port for vanilla/boom wads, ESPECIALLY the colossuses like Deus Vult II map21 or Sunder with some extensive testing.

Old Post 08-10-11 14:51 #
alterworldruler is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Dr. Sean
Newbie


Posts: 4
Registered: 08-11



alterworldruler said:
Question to Ralphis, will unlagged make coop sessions better for likes of Deus Vult II?


A quick run down of what the Unlagged feature actually does:
When a player fires a hitscan weapon (SSG, chaingun, etc), the server moves all enemy players in the world to their previous position X milliseconds ago, where X is the latency between the player and the server. The server then performs the calculations to see which enemies the player damaged, and then moves everything back to its correct position. So the goal is to eliminate a player's need to aim in front of a moving enemy player when using hitscan weapons on a laggy connection.

To answer your question, the Odamex Unlagged code does not move monsters to their previous position when a lagging player fires a hitscan weapon. A quick glance at the Skulltag forum shows that it was considered during the development of their unlagged code but was decided against (at least at the time) due to memory usage. Making the Unlagged code work smoothly in Odamex Deathmatch was our first priority but since it is still considered experimental, we will definitely look into extending the code to work with monsters as well. However, tests of server performance on wads like Deus Vult II would likely dictate our final decision on supporting monsters with our code. If it brings the server to a grinding halt, well, it probably wouldn't be worth it...

Old Post 08-10-11 15:27 #
Dr. Sean is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Mancubus II
Purple is not a breakfast color


Posts: 1814
Registered: 02-03


There are also other places within the codebase that can be optimized to improve performance, perceptual or actual, other than an "unlagged" concept.

Old Post 08-10-11 15:31 #
Mancubus II is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Ralphis
IDL Founder


Posts: 8692
Registered: 09-02




Just a little clip of a d5m1 1on1 I played with Humanbones shortly after 0.5.4 release. Nothing special as far as my play, just wanted to show the smoothness of this release. I do pull off a fun trick jump around 1:55 though

Old Post 08-12-11 01:22 #
Ralphis is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Philnemba
Senior Member


Posts: 1032
Registered: 09-09


I got an error when I try to run Odamex 0.5.4

"W_GetNumForName: SNDCURVE not found!"

Anybody knows what that means and the problem is?

Old Post 08-18-11 04:37 #
Philnemba is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Dr. Sean
Newbie


Posts: 4
Registered: 08-11



Philnemba said:
I got an error when I try to run Odamex 0.5.4

"W_GetNumForName: SNDCURVE not found!"

Anybody knows what that means and the problem is?



I believe the problem is that you are using odamex.wad from a release prior to 0.5.4. The error message means that the Odamex client can not find the lump data in odamex.wad for the ZDoom sound attenuation table (SNDCURVE), which is a new feature in the 0.5.4 release. Try removing odamex.wad and replacing it with the file found in our current release.

Old Post 08-18-11 04:44 #
Dr. Sean is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Philnemba
Senior Member


Posts: 1032
Registered: 09-09



Dr. Sean said:
Try removing odamex.wad and replacing it with the file found in our current release.


The Odamex.wad IS the latest current release file(Dated August 9th on the file).

Old Post 08-18-11 05:09 #
Philnemba is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Ralphis
IDL Founder


Posts: 8692
Registered: 09-02


If you are using the official launcher, it has to be pointing at the wrong install in that case. That's the only thing I can think of. I just tested and the packages currently on the website should work just fine. I'm thinking it has to be user-error in some capacity but let me know what you come up with

Last edited by Ralphis on 08-18-11 at 05:50

Old Post 08-18-11 05:33 #
Ralphis is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 12:11. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Misc. > Doomworld News > Odamex 0.5.4 Released

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is OFF
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory