Saving a players Custom name

You must understand the Game Editor concepts, before post here.

Saving a players Custom name

Postby Hblade » Sat Feb 06, 2010 9:25 pm

Hey I'm making a name-input function, the kind like in pokemon, would it be possible to save the players name? If you cant do this normally then maybe by arrays? For example, NameInput[0] = a, Nameinput[1] = A, stuff like that.

I just need a way to save and load the players name :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Saving a players Custom name

Postby skydereign » Sun Feb 07, 2010 1:33 am

You would just use the saveVars and loadVars, like this. The text actor allows you to edit it, though you won't have this when you are normally displaying the name. Click the pacman to save the name.
Attachments
nameSave.zip
(403.28 KiB) Downloaded 153 times
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Saving a players Custom name

Postby Hblade » Sun Feb 07, 2010 1:55 am

I'm not sure what you mean but I'll download the demo later on :D

What I ment was, say you named a character, okay? (in the game of course), clicked save, and how would you save the name and load the text all in the same saved file as the game's saved files, for example...

You start a new game, input the players name, play for a bit, save, select slot 1, (Which makes a file called Save1.sav). But in that same file that stores the players Stats... Any idea? :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Saving a players Custom name

Postby skydereign » Sun Feb 07, 2010 6:13 am

It would be the same thing as in the demo. Assuming you are saving everything using gameEditor made variables, then it is just a string variable. The string variable is a char array size 255.. Since it is one of the gui created variables it should work like any saveVars loadVars variable. Then whenever you want to put the text, you would just use the char string. I don't know how you will be displaying the name, but if you understand string functions than that part should be easy.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Saving a players Custom name

Postby Hblade » Tue Feb 09, 2010 4:21 pm

LOL i got it mixed up... I thought you couldn't save strings AND actor variables but it was only actor variables lol...
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Saving a players Custom name

Postby Bee-Ant » Thu Feb 11, 2010 8:06 pm

Oh, this is remind me of "Rename" feature on WB2.
Using conversion from hexa code (ascii) to character code :D
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Saving a players Custom name

Postby Hblade » Thu Feb 11, 2010 8:09 pm

Hehe :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest