Jump to content

Recording in SP


Recommended Posts

Posted

Just a quick question which I think I know the answer to already,

 

Is it possible to record a demo in SP then play it back in jaMME?

 

Grav

Posted

Just a quick answer which I think you already know,

 

It's not possible to record a demo in SP then play it back in jaMME.

 

ent

Iffo likes this
Posted

Depends what you mean. If you mean SP as in jasp.exe the campaign, then no. It's not possible without a fairly major rewrite

If you mean a local server, like /map blah or "Solo Game", then yes, easily.

Posted

Because of the way code is laid out in SP and MP.

 

MP has strict separation of engine, renderer, game, client game, UI.

SP has: engine + UI, renderer, game + client game. Or something like that.

Whenever two things are combined, it means they access eachother directly - so for SP this means that the game module doesn't need to use any networking to send/receive data from the client game module.

Demos rely on capturing that network data and replaying it as if were happening right now.

Rooxon likes this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...