KatsBits Community

[BGE] loading levels and the end of another

0 Members and 1 Guest are viewing this topic.

Offline goblink121

  • Newbie
    • Posts: 1
i'm in the process of making a game, and want to make games that have a lots of maps, but i don't understand how to make the player can move from one map to another map  :D  :D


Offline kat

  • Administrator
  • Hero Member
  • *
    • Posts: 2692
    • KatsBits
You need to look into a couple of things here;
  • ending one *.blend file and loading another
  • carry over any player stats
  • carrying over items
Whilst the first should be relatively easy - you should be able to do it by placing a simple 'trigger' into one level that quits and then loads into another. The other two probably won't using Blender Game Engine without some form of scripting that saves user data somewhere.

I've not looked into this specifically so I'd recommend searching through the BlenderArtists BGE sub-forum, pretty much anything you can think of asking specifically about BGE probably has an answer there - I/we can answer more generalised issues/principles about game development.

Also... take a look at any BGE exe's you find, http://deadcyborg.com is a good start.