Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Map names in menu
« previous
next »
Print
Pages: [
1
]
Author
Topic: Map names in menu (Read 1812 times)
Linkforce
The Original Master of the Mosey
Leader
Posts: 2,330
i love rpgs
Map names in menu
«
on:
March 26, 2008, 03:24:06 AM »
So if I recall correctly, in Ace of Spades game (what ever happened to it/him!?) i remember seeing that when I loaded my game it said where my last save was. A.k.a. the town/place name. So can anyone tell me how to do this? Or have it appear in the regular menu, it's all the same.
Oh, and is there a way to code it into the regular menu system?
?
Logged
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #1 on:
March 26, 2008, 03:33:32 PM »
I haven't played his game in a while, and i don't know exactly how he did it, but there are a few ways. First off with the default load menu records the hero's name. If you'd want to record the location, all you'd have to do is change the hero's name to the current location name. Then change it back when you're done saving. You would also have to make sure that the hero's name is returned back to normal after you load the game. You could probably do this by turning a switch ON when you save the game, then have a common event that is triggered by this switch. in the common event wait .1 seconds, set the name back to default, then turn the switch OFF.
I hope that helped.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
Linkforce
The Original Master of the Mosey
Leader
Posts: 2,330
i love rpgs
(No subject)
«
Reply #2 on:
April 29, 2008, 05:12:36 AM »
Just realized this had a reply. Thanks a lot DB. this really helped. ^^'
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Map names in menu