FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Estimated Release Date for OpenCoop 1.x
Goto page 1, 2  Next
 
Post new topic   Reply to topic    OpenCoop Forum Index -> News
View previous topic :: View next topic  
Author Message
Nicemice
Site Admin / Team member


Joined: 07 Aug 2005
Posts: 427
Location: Germany

PostPosted: Sun Nov 27, 2005 11:33 am    Post subject: Estimated Release Date for OpenCoop 1.x Reply with quote

Hi,

You may have noticed that there hasn't been an update for a long time. The reason is that I am currently very busy with real life and do not have the time to continue working on the mod. So the estimated release date is february 2006.




As the new version number indicates the next update won't be a big one anyway, since we are pretty happy with the current version.

To give you a teaser let me post the things we've done already.

  • Klonsemann fixed all those little levels bugs which arised in the last version. Hopefully all are gone now.
  • g_fov doesn't spill out "not allowed in multiplayer message" anymore if set higher or lower than allowed
  • Completely new networkcode for AI characters. Here we use a new feature from Quake4, which is called 'conditional snapshots'. This is still in the testing phase but works fairly good already. We disabled the clientside scripting for monsters completely and lowered networktraffic. The whole animation information is now stored in the snapshot, not transmitted via the events system anymore.
  • Reworked AI so that it isn't biased towards the server player anymore. This still need much testing.
  • target_give allows the level designer now to give items to all players at once. This is important for the hell level to give all players the soulcube.
  • We fixed a small bug in the projectile code which caused the game to crash under certain conditions.
  • The player who you point at is now displayed on the hud.
  • We added a scoreboard button which allows you to look at the current players on the server.
  • Items are now limited: Like in Serious Sam every player has it's own set of items lying around. If you pick up an item, other players can still pick up the same, but you can't pick up the item twice. You can't even pick it up if you rejoin the server. Twisted Evil
  • The guardian is fixed.

Features and fixes we like to see in the next version:
  • Reducing the lag perceived in the hell level.
  • When two guis are too close together, there is a bug with the mouse interaction.
  • The turrets don't work properly and the characters don't turn their heads towards the player. ( same bug )
  • We want to add a new gametype where respawns and health are limited to make it more challanging. Now you can loose when no player is able to respawn anymore.
  • It would be nice if the player can abort cinematics. In singleplayer skipping cinematics is implemented like 'fast forward'. In multiplayer progressing the time fast seems to desync the game. So we don't know if there is a solution...


Last edited by Nicemice on Sat Mar 04, 2006 10:31 am; edited 3 times in total
Back to top
View user's profile Send private message
jaquboss
Guest





PostPosted: Mon Nov 28, 2005 2:42 pm    Post subject: Reply with quote

seems it will make game a lot mor challanging, sadly release date is too away..
Also wouldn't be nice to do ROE edition too?
I guess you can easily diff and patch sourcecode, but it will needs to redo all maps.. I hope that any volunteers will help with them Wink
Back to top
sear
Guest





PostPosted: Mon Nov 28, 2005 9:44 pm    Post subject: Reply with quote

Hey there. I like your mod and play it a lot, but I really think the item implementation you have gone for is a bad idea. There is too much variation in map difficulty and player ability to have a hard limit on the items in my opinion. I mean, say a group of fairly inexperienced players get to a particularly hard point in a map and most of them die... they are then left to run around with pistols most of the time because ammo is placed in the maps under the assumption that people will have stockpiled some their current position. Which everyone always hates, and if they can't get around it by even rejoining the server, they'll leave. Ammo starvation and the corollary pistol toting is just not fun, especially if you get killed while lagging a bit.

Other than that, the update sounds great and I can't wait to try it out. Would it be possible to add an ability callvote g_skill for the next level?

Anyway, great work guys and keep it up.
Back to top
Guest






PostPosted: Mon Nov 28, 2005 11:12 pm    Post subject: Reply with quote

The new item pickup system would be much better I think. Sear, dying wouldn't be a problem for inexperienced players as long as they hit the save ammo button.
Back to top
Riddick



Joined: 29 Aug 2005
Posts: 96

PostPosted: Mon Nov 28, 2005 11:52 pm    Post subject: Reply with quote

I was wondering with this new netcode being installed will that fix the lag we get in Hell??? So bad to where its barely playable.

Riddick
Back to top
View user's profile Send private message
sear
Guest





PostPosted: Tue Nov 29, 2005 1:33 am    Post subject: Reply with quote

Anonymous wrote:
The new item pickup system would be much better I think. Sear, dying wouldn't be a problem for inexperienced players as long as they hit the save ammo button.


I hadn't heard anything about this feature. How does it work exactly? You press the button before you respawn?
Back to top
Ultraq



Joined: 23 Aug 2005
Posts: 93
Location: New Zealand

PostPosted: Tue Nov 29, 2005 5:41 am    Post subject: Reply with quote

Nah, you press the button before you go into a battle that you might lose. Or just use it often, lol. It'll save your inventory so you start will all that ammo when you respawn.

As for the next release, I'm looking forward to the minor map updates. Those will really help a coop game run more smoothly, and hopefully without the need to activate cheats and noclip.
Being able to see the ping of other players will also be good for whenever I start a server: I'm really interested in knowing what sort of experience each client player is getting.
_________________
Lightnin Ultraq's Final MooCow
Bits and Pieces by Emanuel Rabina - Home of Campaign Ultraq
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Nicemice
Site Admin / Team member


Joined: 07 Aug 2005
Posts: 427
Location: Germany

PostPosted: Tue Nov 29, 2005 8:34 am    Post subject: Reply with quote

@Riddick: ahh, Thanks for reminding me. The current implementation won't have any positive impact on the lag perceived in the hell level. But I will put that on the todo list.
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Nov 29, 2005 3:52 pm    Post subject: Reply with quote

Ultraq wrote:
Nah, you press the button before you go into a battle that you might lose. Or just use it often, lol. It'll save your inventory so you start will all that ammo when you respawn.


Excellent - settles my problem.
Back to top
Nicemice
Site Admin / Team member


Joined: 07 Aug 2005
Posts: 427
Location: Germany

PostPosted: Tue Dec 06, 2005 4:13 pm    Post subject: Reply with quote

Weeee, I have found some time to work on the mod: Recoded camara synchronisation, no hitching between scenes anymore. Now you can join in cinematics and the camera will still be synced correctly Cool Documented and cleaned up the code ( Not a feature but took some time. )
Back to top
View user's profile Send private message
Ultraq



Joined: 23 Aug 2005
Posts: 93
Location: New Zealand

PostPosted: Wed Dec 07, 2005 5:44 am    Post subject: Reply with quote

Nicemice wrote:
Documented and cleaned up the code ( Not a feature but took some time. )

Always nice if someone else is going to have to read it all.
_________________
Lightnin Ultraq's Final MooCow
Bits and Pieces by Emanuel Rabina - Home of Campaign Ultraq
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Random Person #11
Guest





PostPosted: Sun Jan 01, 2006 3:04 am    Post subject: Reply with quote

Under the new system of item limitation, how would things such as weapons dropped by enemies/players be handled?
Back to top
Nicemice
Site Admin / Team member


Joined: 07 Aug 2005
Posts: 427
Location: Germany

PostPosted: Sun Jan 01, 2006 1:37 pm    Post subject: Reply with quote

Those items just spawned once, so you only one player can pick it up.
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Jan 16, 2006 2:58 am    Post subject: Reply with quote

Will g_fov ever be unlocked (or at least raised to 120)?
Back to top
Nicemice
Site Admin / Team member


Joined: 07 Aug 2005
Posts: 427
Location: Germany

PostPosted: Mon Jan 16, 2006 6:56 am    Post subject: Reply with quote

Just enable cheats to set it at any value.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OpenCoop Forum Index -> News All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group