Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

wuggles57

Member
  • Content Count

    4
  • Joined

  • Last visited

About wuggles57

  • Rank
    Newbie

Engines I Use

  • RPG Maker VX Ace
    Yes
  1. The error is looking like a problem with the graphic for sure there are two things you should do to provide more information Post the whole script but if i had to guess with just the one line of code you have a syntax error like a missing () on your method or you have a error with the graphic processing if you added a custom one to the event
  2. wuggles57

    video on title screen

    There are hundreds of scripts people wrote for this that you can use for this. None of them are easy though because you will have to use a system to turn each second of the video into around 20 frames like when you want to make a animation there is no way to just pull a video off YouTube and put it on your title screen in my experience. http://atelier-rgss.com/RGSS/Menu/ACE_Menu09.html you can use that script to ANIMATE your background but playing the video will require a little hardcoding maybe if you sniff around on google for a while you can find something http://www.rpgmakervxace.net/topic/8171-xs-pre-title/ Ok one more this one allows you to play a movie BEFORE the title screen but button overlay isn't supported.
  3. yea i cut and pasted it to take a quick look and on your line add_command(Vocab::game_end :game_end should actually be add_command(Vocab::game_end :game_end) Notice the extra Punctuation that the programming language requires you to have (the game is scripted in C++)
  4. There are many powerful scripts that let you add things to weps by creating a armor that has armor type none and add parameters and variables or skill increases to it which will carry over to a weapon that it "equips" to. I personally like viktors materia script which is a replica from final fantasy 7 but you can modify to do what you want if you have very basic scripting and knowledge of note tags. Go to the blog viktors scripts to get it for free. Kread-Ex also has a wep enchantment script on his blog that is much more simple if you wanted that instead Icon set you can google and import through the data base
×
×
  • Create New...