Iffo Posted November 13, 2014 Posted November 13, 2014 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
ent Posted November 14, 2014 Posted November 14, 2014 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
Raz0r Posted November 16, 2014 Posted November 16, 2014 Depends what you mean. If you mean SP as in jasp.exe the campaign, then no. It's not possible without a fairly major rewriteIf you mean a local server, like /map blah or "Solo Game", then yes, easily.
Rooxon Posted November 22, 2014 Posted November 22, 2014 Why is there such a difference between a local server and the SP campaign? Because of hard coding?
Raz0r Posted November 22, 2014 Posted November 22, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now