Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Mightylink

201
man this is a great script, i never used any of the mode 7's ive found but this one looked so much better i decided to finally get it, i love it, you even got a layer to stand up to simulate objects like trees, i dont even remember the snes ever doing that

config looks a bit complicated but i guess its worth learning for this awesome script


i give it 7 thumbs up
202
Resources / Re: Alternative Battlers
October 13, 2008, 05:17:42 pm
i googled so much for those and all it showed me was rmxp links that didnt even work, rmxp really sucks for resources, i ended up googling the file names instead and finally after 30 pages of image results, and a lot of porn i didnt want to see, i found them...

did not know they where overused, seemed pretty hard to get for me
203
Script Requests / [RESOLVED] Play Movie Files?
October 13, 2008, 09:39:35 am
Is this even possible, to play avi or other formats, is it even possible to use library files in scripts?

If so this would be very awesome, I have been working on cgi over the last year and it would be nice to add 3d cinimatics to my game.
204
thanks, i found the problem, blizzard changed the values of the config from FONTS = to CMS_FONTS = , i copied the entire block from the old config when i should of just copied the fonts

looks like everythings working now, thanks guys for everything, and btw i like the extra options in the new version like changing the names of the battle menu, i prefer to call it Summons instead of Chaos Drive :P

keep up the great work blizzard
205
ok, i'll update, after all its been almost a year since i been here :P

problem is im not sure if i made any custom changes to it before, i guess i'll have to try it, save the old script to a text file

and i guess i better move the order, i had your cms right at the bottom above main when it should be near the top lol

EDIT:

Ok thanks for the help, but i still need it :P

Updating fixed the item error, then with the new cms I got more errors, first it was the soul rage bar, I managed to fix it by updating the soul rage limit chaos man dude guy thingy system

now im stuck on a font error but this time i dont know what to do, i set up my custom fonts the exact same way as the old version but the game crashes whenever i try to go into the options menu now



          def get_skin_and_font
              @font_name = $game_system.fontname
LINE1075==> @current_font = BlizzCFG::CMS_FONTS.index(@font_name)
              @skin_name = $game_system.windowskin_name
              self.current_skin = BlizzCFG::CMS_SKINS.index(@skin_name)
            end

My font config in the cms script is as followed:

FONTS = ['Arial', 'Comic Sans MS', 'Tahoma', 'Times New Roman']

which worked fine in the old version so i got no clue what the problem is, i hate to keep bugging you like this but your scripts are very good and i would at least like to get my game up to the "playable" state

Don't double post within 24 hours. :P
206
Resources / Alternative Battlers
October 13, 2008, 06:13:08 am
I had these before, then lost them, then went through hell and back to find them again... foreign languages are not fun v_v

These are my favorite alternative battlers, the most realistic and complete set from a Japanese site, I'd like to share them since they are so hard to find, most of the Japanese sites have cartoony battlers, these are the best ones I know of.

They are here: http://naramura.sakura.ne.jp/game/sozai/character.html

A few Examples:



They come with icons, face plates, some with character sheets, and huge picture versions for other uses like website design.
207
RMXP Script Database / Re: [XP] Chaos Rage Limit System
October 13, 2008, 05:56:37 am
Once again you amaze me with your quick support, thanks again man, I give you 5 thumbs up :D

Most admins I know never check there own forums.
208
First off id like to say its a great cms, I love it, just this small problem is really bugging me.

I created an item thats used from the items menu, its an empty bottle that you can fill with water, from the items menu you can empty it, works fine without the cms but with it the whole game crashes when I try to  use it.

Heres the event code for the item:



This is the error I get when I try to use the item:



And this is the code from that line:

                        end
                        (@status_windows + @target_windows).each {|win| win.refresh}
LINE2280==>        @skill_window.refresh
                          @scene = Scene_Map.new
                           elsif @skill.scope == 7

I could use some help, I don't know whats going on and why it doesn't work with the cms. Im sure it worked before I implimented the cms.
209
Welcome! / Re: Back!
October 13, 2008, 05:06:58 am
Quote from: Starrodkirby86 on October 12, 2008, 11:27:32 am
Hopefully you'll become an active member at the new CP. :P


Ya this was my main source for rpg maker stuff before, id like to be active here again.

@cstb ya i just quickly pulled my avatar from my oblivion profile, i need to come up with a new one exclusive to these forums ^_^
210
News / Suggestions / Feedback / Re: an idea
October 13, 2008, 05:01:57 am
cant wait to see what your new icon will be, id more then happy to put it on my site since you helped me so much with my game
211
This is a good script, something those rpg maker guys should of done by default but stupidly didn't. I like to consider this a fix more then a script, thanks, I'm using it ^_^
212
RMXP Script Database / Re: [XP] Chaos Rage Limit System
October 12, 2008, 10:03:07 am
Hey blizz, I asked this in your old forums but I lost the answer to it, how do you remove the decimal in the soul rage number in both the main menu and battle menu.

Sorry I forgot, this time I will write it down. I want it so instead of showing 23.80% SR I just want it to show 23% SR.

Please and Thank You
213
Sounds good, I been struggling with DDNS so I'm looking for something new to try, this one should be sweet.
214
RMXP Script Database / Re: [XP] Multi-Game Launcher
October 12, 2008, 09:46:53 am
Great script, this is useful for adding tutorials or minigames or expansion packs to my main project. I give it 5 thumbs up :D
215
Welcome! / Back!
October 12, 2008, 07:44:31 am
Hey Blizzard, I was a big fan of your old forums and used a lot of your scripts, don't know if you remember me but I found your new forums and came back ^_^

I been out of rpg maker for a wile, due to my project going corrupt, but luckily I was able to revive it from an old demo I posted in my forums a year ago and I hope to get back into development, though rpg maker is looking weird to me again I don't know where to start :P

I was hoping by now a lot of your scripts have been updated and maby I could update my game with them all.

Anyway nice to see you again and be here.