Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Question
« previous next »
  • Print
Pages: [1]

Author Topic: Question  (Read 2472 times)

Offline SC3K

  • Member
  • Initiate
  • *
  • Posts: 78
  • ---
Question
« on: October 01, 2005, 02:33:50 PM »
On your starting menu, is it possible to have more options then just New, Load, and exit?
Logged

Offline WarxePB

  • Action Sue
  • Royal
  • *
  • Posts: 3,601
  • What killed the dinosaurs?
    • The Gigaverse
(No subject)
« Reply #1 on: October 02, 2005, 11:02:05 PM »
The only way to do that is to make your own, and even then, you'd still need to go through that menu. So no.
Logged
Blog: The Gigaverse
Twitter: Initial Chaos

Offline GhostClown

  • Loved by few, Hated by many, Respected by all.
  • Exemplar
  • *
  • Posts: 1,988
(No subject)
« Reply #2 on: October 02, 2005, 11:17:05 PM »
Moved to the RPGM forum.
Logged

Offline Krade

  • Member
  • Initiate
  • *
  • Posts: 8
(No subject)
« Reply #3 on: October 17, 2005, 08:09:48 PM »
Its simply a matter of changing Scene_Title in the script editor, these 2 parts to be precise:

Determines the options shown in the title screen

    s1 = "New Game"
    s2 = "Continue"
    s3 = "Exit"
    @command_window = Window_Command.new(192, [s1, s2, s3])


Determines what actions the options peform

      case @command_window.index
      when 0  # ニューゲーム
        command_new_game
      when 1  # コンティニュー
        command_continue
      when 2  # シャットダウン
        command_shutdown
      end

EDIT: Sorry, corrected a mistake
Logged

Offline MrMister

  • damn u vile woman
  • Royal
  • *
  • Posts: 3,506
(No subject)
« Reply #4 on: October 17, 2005, 08:15:16 PM »
Quote
Originally posted by Krade
Its simply a matter of changing Scene_Title in the script editor, these 2 parts to be precise:

Determines the options shown in the title screen
    s1 = "New Game"
    s2 = "Continue"
    s3 = "Exit"
    @command_window = Window_Command.new(192, [s1, s2, s3])

Determines what actions the options peform
      case @command_window.index
      when 0  # ニューゲーム
        command_new_game
      when 1  # コンティニュー
        command_continue
      when 2  # シャットダウン
        command_shutdown
      end

EDIT: Sorry, corrected a mistake

Um, Katakana? English please.
Logged
you look like an orphan

Offline dragon11137

  • Ayamii
  • Associate
  • *
  • Posts: 228
(No subject)
« Reply #5 on: October 17, 2005, 08:20:45 PM »
Quote
Originally posted by MrMister
quote:
Originally posted by Krade
Its simply a matter of changing Scene_Title in the script editor, these 2 parts to be precise:

Determines the options shown in the title screen
    s1 = "New Game"
    s2 = "Continue"
    s3 = "Exit"
    @command_window = Window_Command.new(192, [s1, s2, s3])

Determines what actions the options peform
      case @command_window.index
      when 0  # ニューゲーム
        command_new_game
      when 1  # コンティニュー
        command_continue
      when 2  # シャットダウン
        command_shutdown
      end

EDIT: Sorry, corrected a mistake

Um, Katakana? English please.

thats ruby...
Logged
http://trinityseed.hygames.com/index.php?option=com_registration&task=register
Your you cannot say to me that emoticon is for noobs; I noob am not; she is one of the so many things that i hate to be noob. But check that your you do not order to me that emoticons I must use, and as no. He is more observes:
-darkmatias-

Offline Krade

  • Member
  • Initiate
  • *
  • Posts: 8
(No subject)
« Reply #6 on: October 17, 2005, 08:22:18 PM »
I don't have the english version, contrary to some others I actually bought the japanese one, because I never even expected it to be released in english. And I wasn't planning on buying myself RMXP twice :P

And even then, there's no need to copy and paste it, just look for those lines in the script editor and change them.
Logged

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Question
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum