-
Content Count
1,377 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by Bigace360
-
Oh so they're putting this overpriced engine down to a normal price for couple days. Oh how generous of them to do something like this, they should of done from the start. Get it while it's not over priced people.
-
Welcome to the forums comet star You're the one to talk Kirito, when you have like 4 girls on your nuts (one being your cousin) :shifty:
-
Well I guess the problem is solved here. Closing thread, PM a mod to re-open. Closing
-
Its an error with the Interpreter, meaning you are possible doing a script call from an event.
-
Actually I can't remember the name of it but there was a XXX game made with RPG Maker where the guy battle some demon females and if you lose the guy gets raped by them. Didn't play it, just saw some screenshots of it.
-
Games Section: Screenshot Upload errors
Bigace360 replied to ShinGamix's topic in Feedback, Bug Report and Forum Help
Just to let you know the drag and drop feature doesn't work and I don't think marked plans on working on it. -
lol at people voting for Enigma evil twin. :lmao: I guess it was a good idea I changed the name. where was this talked about? Did I miss something? :huh2:
-
How did the staff members get 20 votes already? :huh2: Also, why does Marked have 1? :shock:
-
Well cool, and your welcome :P . Well if the issue has been solved, then the thread can be closed. PM a mod if you wish to re open the thread. Closing
-
Okay try this: https://dl.dropboxusercontent.com/u/56514130/Rpg%20maker%20scripts/RMVXACE/Show%20Actor%20Animation.rb Also tell me if the instructions makes any sense as I just quickly wrote it.
-
Go Home marked, Your Drunk! :P
-
uh javascript? :huh2: Dude this is ruby/RGSS3. :annoyed: Read this: http://bigaceworld.wordpress.com/tutorials/how-to-insert-a-script/
-
I forgot to ask but are you using a custom battle system?
-
Oh then it will need to be programmed then. I could take a look but I'm not promising anything as I'm more used to RMXP library than RMVXAce's.
-
What about Show Animation in the second tab under character. Did you try that one?
-
Did you try the Show Battle Animation command. It's in the third column when you're setting up your battles under the Troops tab in the database.
-
Well if the problem is solved, then I'll go ahead and close the thread. PM a mod if you wish to re-open it.
-
Custom made it was in a pack on a website, you grab the whole set and more here: http://fayforest.sakura.ne.jp/ Warning the site is in Japanese
-
I have the face, but you'll have to wait as the internet on my computer is not working and the laptop i am on doesn't not have it. Here you go:
-
try this: class Game_System #-------------------------------------------------------------------------- # * Pause #-------------------------------------------------------------------------- def pause @timer_working = false if @timer > 0 end #-------------------------------------------------------------------------- # * Unpause #-------------------------------------------------------------------------- def unpause @timer_working = true if @timer > 0 end end So instead of calling with "$game_timer," you can use "$game_system." As RMXP stores its timer in Game _System since Game_Timer was never written for that engine.
-
Or an option for a subtitle as my games title is way to long and the last letter gets cut off. :cry:
-
1st ever script, Need somer help (RGSS3)
Bigace360 replied to FleshRenderStudios's question in Support
Nope it can be in the same scene matter of a fact, you can put the whole menu system in one scene if you code it correctly. -
Uh Bob, that's XP? This is a RMVXace thread. :huh2: ----------------------------------------------------------------- Try this: http://www.rpgmakervxace.net/topic/3228-basic-climate-system/