ID:164212
 
Can some 1 help me im making a naruto game right ok so when i go to start game it shows another games name how do i put my gamesw name and a new pic for the start up menus?
well it sounds like you ripped it, but i will help you.

to get your games name you need to find the part where it says
world
name = "insert name here"


for your title thing this is how i would do it.

Find a picture for your title, make sure it will fit the client screen and is a bmp(bit map) file. then turn it into a icon that you can place on your map.

turf

title_screen
icon = 'titlescreenpic.bmp' // or whatever file type it is


then you will need buttons for loading or starting a newgame.

so get those icons. then

turf

load
icon = 'load.dmi'
Click() // built in DM proc
usr.load() // somewhere you should have a load proc coded if not code one
new
icon = 'new.dmi'
Click()
usr.char_create() //somewhere you should make a character create proc if not code one


that is pretty much how to do it. The picture size in pixels should be about 384x384 pixels.

In response to Jiraiya999
Hah, that wont help him at all, that probably looks like a foreign language to him
1) delete all that crap you ripped
2) http://www.byond.com/developer/?page=Start