View unanswered posts | View active topics It is currently Thu May 23, 2024 4:59 pm



Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3  Next
 NETWORK CONTROLLED AI MODE 
Author Message
User avatar

Joined: Mon Jun 04, 2007 5:55 am
Posts: 1627
Location: Ohio
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
Duh102 wrote:
See, this is exactly what people have been whining about for ages. YOU CAN DO THAT NOW, AND IT IS EXTREMELY LAGGY. I just reviewed the thread about it, and a tester said he got 1-2 fps.

The only feasible method of realtime online play nowadays is to have graphics, sound, and controls handled by the client, and send position and/or control data over the internet. This would not work with Cortex because of the sheer amount of position data and problems with control lagtime. Physics calculations might be deterministic, but if control codes are not sent instantaneously they will not come in time to keep the two physics engines in sync.

Thus, the only feasible method of online play for Cortex would be to have two separate "games" going on, with the AI summoned by either player.


unless you do streaming video of the game only running on one machine, with the controls set up like a remote PC.


Wed May 20, 2009 12:43 am
Profile YIM WWW
User avatar

Joined: Wed Feb 14, 2007 9:34 pm
Posts: 883
Location: America
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
My goodness man, did you even read the post you quoted? He mentioned that. You're just being redundant.


Wed May 20, 2009 12:49 am
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
the reason i posted this is it's in a section that would sensibly suggest it would allow control in the exact way everyone else can see it happening through lua: by sending ACTIONS to the controlled actor. its like the "AI" mode that sends the little bastards controls according to your computer thinking its a good idea with the logic data's given it, and the "PLAYER" mode that sends them controls based on what youre mashing on your keyboard, mouse or gamepad, and the "DISABLED" mode that sends them no actions. it makes sense that this could lead to some kind of multiplayer, or at least network controlled players. i severely doubt it's about networking the AI together.
go read the page its on and then come back to hypothesise/shut me down/whatever.


Wed May 20, 2009 1:28 am
Profile WWW

Joined: Sat Feb 03, 2007 7:11 pm
Posts: 1496
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
I sent OnLive a letter about this. We'll see.


Wed May 20, 2009 6:04 am
Profile WWW
User avatar

Joined: Sat May 05, 2007 6:04 pm
Posts: 2901
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
Apparently OnLive doesn't even work.
Well, I've read more trusted websites saying it doesn't than that it does anyway, but I might reserve my opinion until it is actually released.

But seriously, as I already said this has nothing to do with online play.
And starting another discussion of online play is totally pointless because we already know how it will end.


Wed May 20, 2009 7:56 am
Profile
User avatar

Joined: Mon May 18, 2009 11:48 pm
Posts: 205
Location: The swamps of Stuporia!
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
After seeing the code in that first port, it got me thinking... is it possible to watch AI vs. AI matches in Cortex Command in any way, shape or form? If not, does Data have any plans to include such a mode?


Thu May 21, 2009 3:44 am
Profile YIM
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
So far, not that I know of. You might be able to do it with Lua, setting AI walk-to waypoints.


Thu May 21, 2009 4:12 am
Profile
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
It would be possible to set up a mode where all the AI are on brainhunt and the player can't switch away from his brain.


Thu May 21, 2009 4:15 am
Profile WWW
User avatar

Joined: Mon Apr 06, 2009 9:41 am
Posts: 712
Location: New York
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
What about Clonk Rage? There's not much lag at all in that, and it has multiplayer!


Thu May 21, 2009 1:30 pm
Profile YIM
User avatar

Joined: Sat May 05, 2007 6:04 pm
Posts: 2901
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
And its physics are FAR more limited than the ones in this game.
So I don't really see what it has to do with this game.


Thu May 21, 2009 1:44 pm
Profile
User avatar

Joined: Mon Apr 06, 2009 9:41 am
Posts: 712
Location: New York
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
metal chao wrote:
And its physics are FAR more limited than the ones in this game.
So I don't really see what it has to do with this game.

Fine :(


Thu May 21, 2009 1:49 pm
Profile YIM

Joined: Mon Aug 13, 2007 6:36 pm
Posts: 161
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
Maybe a Tetris-style mode would work?

i.e. player on one computer kills a dummy, a dummy spawns on another player's CC, and so on. Only required data is kills.


Sun May 31, 2009 11:54 am
Profile

Joined: Sun May 31, 2009 12:12 pm
Posts: 1
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
I am messing around with TightVNC/RealVNC and Autohotkey to remap keys for the other player...
Works great on 1gbit lan. Works great (in stunning black and white) over the internet (turn OFF automatic scaling or it will send you insane).


Sun May 31, 2009 12:40 pm
Profile
User avatar

Joined: Tue Nov 06, 2007 6:58 am
Posts: 2054
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
I tested this mode my self.

It actually does a better job of disabling than CIM_DISABLED.


Sun May 31, 2009 5:56 pm
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: NETWORK CONTROLLED AI MODE
which could be because it isnt receiving any input from the network.
also, everyone ♥♥♥♥♥es about "OMG SO MUCH FYSIKS LOL", but, just putting this out there, why the ♥♥♥♥ would you have to send the physics sim at all? do you think any other well made game ever actually sends physics data over the internet? what this (much like a simmilar .lua file) allows is the actions of players to be sent. hooray, so we're actually just sending one of at most 42 actions to each other, and thats it. wooooo.
off to get the irc scene and see if we can work with that.


Mon Jun 01, 2009 4:26 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 32 posts ]  Go to page Previous  1, 2, 3  Next

Who is online

Users browsing this forum: No registered users


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.050s | 12 Queries | GZIP : Off ]