Code Monkey home page Code Monkey logo

Comments (9)

dusty22 avatar dusty22 commented on September 2, 2024

Don't quite understand everything you're talking about, but it sounds like a good idea!

from openjk.

cadika-orade avatar cadika-orade commented on September 2, 2024

I think I see what he's talking about and I support it entirely. I love large maps, but sometimes they tend to crash for random reasons. Jurancor Park is one of the worst for me. With this, a large map could be chopped into pieces and when a player walks through a specific door and a new map loads, the state of the previous map is saved so that when you walk back the way you came, into the previous map, everything is how you left it and your player doesn't spawn at the start of the map.

@mrwonko Perhaps the saves could be tagged with a unique ID assigned at the start of a new game? Then it would be simple to identify which saves are part of the same playthrough. Reloading a past save would change this ID for subsequent saves.

from openjk.

mrwonko avatar mrwonko commented on September 2, 2024

Perhaps the saves could be tagged with a unique ID assigned at the start of a new game?

That's just what I was talking about - a globally unique identifier, or GUID. As for reloading changing it... I had not thought about that. But yes, whenever the player saves or loads we'd really need to generate a new GUID and clone all saves of the previous one?

from openjk.

cadika-orade avatar cadika-orade commented on September 2, 2024

I was trying to figure out how to manage a branching GUID linking system, but cloning would make sense.

You are talking someone who developed a chess variant that implements time travel. the implications of this proposed saves system are fascinating.

from openjk.

mrwonko avatar mrwonko commented on September 2, 2024

You are talking someone who developed a chess variant that implements time travel.

😆 This is offtopic, but ever tried Achron? Multiplayer time-travel strategy game. Might suit you.

from openjk.

cadika-orade avatar cadika-orade commented on September 2, 2024

Woah. My mind is blown right now.

Thank you, sir! If it were free I'd be playing it already!

from openjk.

cadika-orade avatar cadika-orade commented on September 2, 2024

Coming back on-topic: Any progress with this?

I am attempting to rework a few parts of the engine to make a game of my own design, and this feature is fairly key to the game. Also, is map pre-loading plausible? I.e. it opens and begins caching the next map when you approach the portal, making the transition almost seamless.

from openjk.

shinyquagsire23 avatar shinyquagsire23 commented on September 2, 2024

@cadika-orade
You could always make it more of a KOTOR style game with a loading screen while the next map loads and an advice/tip to read while it loads. But the only problem I see with precaching is that if the player steps away from the portal you've got a bunch of stuff to clean up. But yes, precaching could improve the speed of the loading screen.

from openjk.

eezstreet avatar eezstreet commented on September 2, 2024

Should be fairly simple. The only thing would be the saving/loading routine as well as GUID generation.

Sent from my Windows Phone


From: cadika-orademailto:[email protected]
Sent: ‎5/‎15/‎2013 10:03 AM
To: Razish/OpenJKmailto:[email protected]
Subject: Re: [OpenJK] SP: Improve "Hub" levels (#77)

Coming back on-topic: Any progress with this?

I am attempting to rework a few parts of the engine to make a game of my own design, and this feature is fairly key to the game. Also, is map pre-loading plausible? I.e. it opens and begins caching the next map when you approach the portal, making the transition almost seamless.


Reply to this email directly or view it on GitHub:
#77 (comment)

from openjk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.