About Store Forum Documentation Contact



Post Reply 
[Resolved] Multiple worlds player creation
Author Message
Kobaltic Offline
Member

Post: #1
[Resolved] Multiple worlds player creation
I read over the character.cpp tut. I saw how the character is created. However when I look at the multiple worlds demo, I do not see any function that is similar for creating the character.

Could someone please tell me where this function is to create or insert the player into the world in the multiple worlds demo?

Thanks.
(This post was last modified: 04-24-2011 02:14 PM by Kobaltic.)
04-24-2011 02:45 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: Multiple worlds player creation
Look at the savegame part... it loads the latest savegame for the target world... if the savegame does not exist it creates a new one with 1 player.

There is always evil somewhere, you just have to look for it properly.
04-24-2011 12:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kobaltic Offline
Member

Post: #3
RE: Multiple worlds player creation
I forgot that the player is inserted via the level designer. I took out the character, added a way point and used a player injection and it works now.
04-24-2011 02:13 PM
Find all posts by this user Quote this message in a reply
Post Reply