Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Problem Resolved by khmp.

Status
Not open for further replies.
I used a map as title screen script and it worked when i did the map but then when I removed it i started the game and it only showed "Shutdown" as an option, instead of all 3. Then I clicked the up key and it showed all three. How do i make it so it starts out as 3 instead of one?
Thanks for your help.
 
no... im talkin about the title not the credits! It was a whole different script i used to have the title screen as a map, but I wanted it back to the title screen and it screwed it up.
 
no i just took the script off. I replaced every script i had with a different game, but it still does'nt work...........................................................................help.
 

khmp

Sponsor

Don't just post the script that created this problem. It won't be helpful because we won't get a full idea of how its interacting with the others making debugging extremely difficult. I think for such a "catastrophic" situation we would need a demo of your current project to debug.
 
Sorry I forgot to put it there... and I can't find the place where it is where I uploaded it. Guess I'm gonna have to upload again...
I'll edit thias post once I have it on there it will be at the bottom of the page.

EDIT: It is on the Weak Spartan Page.
 

khmp

Sponsor

68.2mbs, 25 minutes!? Put some placeholder assets in there. :D

[edit]You have the game packaged twice.

Alright your problem was pretty easy. Go to the script Window_Command and look inside the initialize method. The line right after refresh:
Code:
self.index = 6
Change that to:
Code:
self.index = 0
 
thanks do freaking much dude!!!!! ;D :D ;D :D
You are going in my special thanks!
khmp":idskf4vk said:
68.2mbs, 25 minutes!? Put some placeholder assets in there. :D

[edit]You have the game packaged twice.

Alright your problem was pretty easy. Go to the script Window_Command and look inside the initialize method. The line right after refresh:
Code:
self.index = 6
Change that to:
Code:
self.index = 0
EDIT: Oh yeah why does it do that if you zip the folder? packages it twice its so stupid.

Well. Problem solved. Locky the thready.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top