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

Leon

Legend
  • Content Count

    1,713
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Leon

  1. In my opinion, i am not sure I like the idea. Every time a shout-box appears, a forum tends to die. I mean "Why post, when you can use the shoutbox?" I think it is a bad idea, but, i may be the only one.
  2. To be honest, I find VX's graphics a major turn off. Also, the resolution is quite small (yes, smaller than XP's 640x480 window). XP has that relational size feel. For instance, a cow isnt the size of a human. As for it being playable on Windows XP, the minimum requirements says XP, but recommended is Vista. In addition, if the only thing turning you toward it is features such as the standard 'dash' feature, or the vehicle feature, you can find scripts to those. The only thing i think you cannot script is the 60 fps. Personally, between the smart layering, automatic dungeon creator, and how the graphics are going to be 'downgraded', in my eyes, it is taking some of the fun out of it. Then again, most of my pleasure is derived from the scripting, so we'll see about this 'RGSS2'.
  3. Although I think i could be a decent Mod, I will have to turn it down, because I have been rather busy as of late. Been working on a couple new scripts, a couple games, and schoolwork.
  4. I will when i can. Right now, i am far too busy to do so.
  5. For the record, I haven't voted. Good guess though, Marked. Actually, I am so bogged down with crap, I cannot help at all, and thus, haven't voted. I know Ryan was lookin' forward to my help, but I am far too busy with school and other stuff that I can't. Sorry, mates.
  6. Lack of interest was what brought it down. Sorry, mate. it is near impossible to complete a game over teh web. trust me.
  7. Hey man! It has certainly been a while! Welcome back. Maybe with our advertisement team back, we can get back to normal.
  8. Leon

    Copying our Skin

    Any image posted on the Internet, is subject to copyright law. It is considered a published work, so long as you can prove you own the original copy (good luck with that.) However, at the same time, you should be glorified taht someone else wants to use the same thing you created. Simply because it shows you have great taste.
  9. DD, when you see the scripts I am working on, and the game that will use them, you will feel like you know NOTHING about RGSS.
  10. Sorry, chum. Workin on many other things at the moment.
  11. How on earth did it get the name "Spam?" Is it because it is just as bad as the canned meat substitute?
  12. I am Leon aka Leon, and I am a master scripter. xD Im kidding, welcome to the site!
  13. I try and steer away from battle systems. I don;t like making them.
  14. THe skill data is saved in the module RPG, in the class Skill. You can find all of this in the Help file, but here is the script fro you: module RPG class Skill def initialize @id = 0 @name = "" @icon_name = "" @description = "" @scope = 0 @occasion = 1 @animation1_id = 0 @animation2_id = 0 @menu_se = RPG::AudioFile.new("", 80) @common_event_id = 0 @sp_cost = 0 @power = 0 @atk_f = 0 @eva_f = 0 @str_f = 0 @dex_f = 0 @agi_f = 0 @int_f = 100 @hit = 100 @pdef_f = 0 @mdef_f = 100 @variance = 15 @element_set = [] @plus_state_set = [] @minus_state_set = [] end attr_accessor :id attr_accessor :name attr_accessor :icon_name attr_accessor :description attr_accessor :scope attr_accessor :occasion attr_accessor :animation1_id attr_accessor :animation2_id attr_accessor :menu_se attr_accessor :common_event_id attr_accessor :sp_cost attr_accessor :power attr_accessor :atk_f attr_accessor :eva_f attr_accessor :str_f attr_accessor :dex_f attr_accessor :agi_f attr_accessor :int_f attr_accessor :hit attr_accessor :pdef_f attr_accessor :mdef_f attr_accessor :variance attr_accessor :element_set attr_accessor :plus_state_set attr_accessor :minus_state_set end end Now, the way this works is every time yous tart the game through new game, it does this little snippet of code: $data_skills = load_data("Data/Skills.rxdata") Which means that $data_skills now equals the loaded data from that file.
  15. Si. But, the second assignment will still be a while... I am working on a site to put all of this on.
  16. Only on the surface is it confusing.
  17. Check your Call Script command. make sure you didnt put in a ' in the box, because i used: Class_Test.new and it worked for me.
  18. Welcome to the site. I hope I can assist in the learning of RGSS.
  19. Call script means the final option on the last page of the event comands called 'Script'. As for the don't forget the '.new', that means that when you use the a class named Leon_Class, and it has the initialize method, to activate it, with the 'Script' option, use use: Leon_Class.new Doe;s that help you?
  20. How is the re-installg oing?
  21. If you don't have the Morpheus font, then you have nothing to worry about. But, if you do, I may set up a way where you can switch it.
  22. I have never been a big fan of posting maps, because it takes away a little from the game, but here is one:
  23. You know, to get rid of spammers and phony accounts, why not just leave all resources open? It is what i did at RM Galaxy. We may only have 11 members, but we have no phony B.S. goin on.
×
×
  • Create New...