-
Content Count
130 -
Joined
-
Last visited
Community Reputation
21 ⋆About buddysievers

-
Rank
Proglover
- Birthday 02/13/1988
Profile Information
-
Gender
Male
-
Location
Hamburg, Germany
RPG Maker Information
-
RM Skill -
Game Developer
Recent Profile Visitors
3,623 profile views
-
Hey thx for your reply but i think that would be too much work to get it look and work like the one im using. Also there could be compatibility issues with Victors and my own scripts. I try to avoid using Yanflys scripts because of that, using just allmost Victors.
-
Thx alot Tuckie, will see if i manage to get it implemented.
-
Hey there, really nice work so far! I created a FF7 Limit break system in my project and made it that every text character have a differnet color and the colors move from left to right. But your gradient text looks so much better! I wonder if i could use it and if so does it affect performance really hard to have just the gradient text? Here is my code, i know really novice but hey it works for me. xD
-
Final Fantasy Styled Battle Log v2.05 [Updated 03-02-2020]
buddysievers replied to Coolie's topic in Completed Scripts/Plugins/etc.
-
Final Fantasy Styled Battle Log v2.05 [Updated 03-02-2020]
buddysievers replied to Coolie's topic in Completed Scripts/Plugins/etc.
Hey William, is it possible to add the preemptive and surprise messages to the battle log so that instead of the message window the battle log would pop off? That would be such a nice addition! -
Gives the same error. uninitialized class variable @@last_command_symbol in Window_MenuCommand
-
Thx alot for your help so far! That works great when you just go back to the title screen and load a game but when you restart it and load then ace crashes. uninitialized class variable @@last_command_symbol in Window_MenuCommand Edit: Well when i close my menu i call a worldmap scene from where i go to different maps. I cant tell why i dont want people to save from maps yet cus its a big part of my game mechancs.
-
I dont think that there is a script for that, i can only hope someone have an idea where to start in the standard scripts. MAybe its not possible at all and before i start digging arround i thought maybe someone knows more then me.
-
Yeah that is exactly what i did and its not that messy like i thought it will be. ^^
-
Final Fantasy IX Help (Updated to 1.10)
buddysievers replied to buddysievers's topic in Completed Scripts/Plugins/etc.
Thx to user don brendo who found a lil typo bug! I have uploaded a new demo and fixed the pastibin script which caused the error. Have fun!- 18 replies
-
hmm it should be possible to get that done what you want but it would need some scripting. but im sry i cant help with that i dont even have the time to work on my own project...
-
Victor Visual Equipment color change in-game
buddysievers replied to TheYungVxAce's topic in Programming
Hmm i think its allready implemented... Look at the code, i have found this: #-------------------------------------------------------------------------- # * New method: get_bitmap #-------------------------------------------------------------------------- def get_bitmap(filename, part, sufix) base = part[:name] =~ /^[!]?[$](.*)/i ? $1 : part[:name] char = filename + base pose = part[:name] + sufix file = filename + base + sufix name = character_exist?(char) ? char : part[:name] name = character_exist?(pose) ? pose : name name = character_exist?(file) ? file : name bmp = ["Graphics/Characters/", name, part[:hue]] <------------ This line! [load_bitmap(*bmp).clone, name] rescue [empty_bitmap, name] end so there should be a way to change the hue somehow, is there nothing about it in the header? -
Hmm i think to really sync lips of portraits vx ace isnt capable of. But you could try a script which gives you animated faces its at least wort a try.
-
http://www.rpgmakervxace.net/topic/5803-resource-checker/ Try that, maybe its what u need.
-
Nice work again Shiggy, i can use this fore sure!


