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. To do it that way, it will take a lot of work. Why not ust alias Game_Party, add array 'tracks', add an accessor to get to it, and put all the names of the music files in there? Sort of like this: class Game_Party alias leon_jukeboxexample_gameparty_init initialize attr_accessor :tracks def initialize leon_jukeboxexample_gameparty_init @tracks = [] #Put music tracks here. end end Then, you can call up the array in a window, sort it, then draw the names of each one. This uses a global variable already in place, so you do not have to create a new global class. This saves a lot of time, a touch of lag, and is real simple this way. Hope this helps.
  2. ask a lot of questions. it is a good thing.
  3. Man, you be sure to return here, boy, 'ight? Damn, i sounded like Wyz. Lesse if he can imitate me now.
  4. avira is constantly updating. Plus, it catches a ton of crap that AVG misses. here is a link to Avira. Update it, then run it. Avira
  5. load up avira from download.com. It catches EVERYTHING
  6. try download.com it is free, but it will bug you about donations.
  7. Yes, i do. One program: Isobuster
  8. Yes, I mean Rule of Rose, sorry. Rose Red is a Stephen King novel. ^_^;; Also, did you know you can upload PS1 files into an ISO format? With that, you can use PSXeven to run them on your computer effectively. Makes for a great way to back up your PS1 games. You just need the bios files. I wonder if anyone knows how to get a bios file. Further, you can find said games uploaded by people who intend these files to be used as backup copies if you own the game.
  9. Okay, PS1 (if you can find a copy) Brigandine. I also recommend Azure Dreams, Vagrant Story. PS2: Shadow of Destiny, Rose Red. Wii, you cannot go wrong with Lego Indiana Jones. I played that game for hours on end. That and Raving Rabids.
  10. Leon

    Help us!!!!!

    Kiri, it was you who resurrected the site with your unique style.
  11. Our valiant leader hath returned! Let us rejoice, and build him a grand (lego) castle! Here here! Oh, and aas for the spam... i apologize for any and all i have done...
  12. it is called 'Conflicker'.
  13. i am uncertain of the symptoms, but get avira at www.free-av.com It is the one i use.
  14. Arm yourselves! Apparently, according to the news, many computers are already inflicted with this horrid virus. I recommend you immediately do a Windows Update; update your antivirus, and be careful.
  15. Leon

    Member Titles

    Sorry, I am not feeling well as of late, and didn't care to look up correct spelling. To be honest, I don't know your attitude and instincts well enough for a title; else, i would have given you one. Also, as for the 'Sarge', Pol, in my eyes, it means the 'active leader'. Marked is a great leader, but it does seem we talk to you more than him. Ergo, Sarge and Captain. (Though his is more like 'Valiant Leader' for the endless hardwork he endured.)
  16. Leon

    Member Titles

    Okay, I was sitting here looking at the different people on the site, and decided each member does have something that corrosponds to their personality: Wyzrd - Welcome Wagon Kiriashi - Super Spammer Nisage - Helpful Hero Polradio - Sarge Marked - Valiant Leader Arkbennett - Hoodinni Emily_Konachi - The Ditzy One Leon - Problem Guru
  17. Hate to say this, Tomo, but i need the dead person to be a male. x.x I'm sorry...
  18. Here is a demo of it using Arshes. http://www.2shared.com/file/5211140/d46a50...o_for_Tomo.html
  19. If you could, I would appreciate it. I can still use the skeleton one, but I need one that looks decayed.
  20. It needs to say: $game_party.actors[0].character_name == "094-Monster08"
  21. In the second conditional branch, does it say: $game_party.actors[0].character_name == "094-Monster08"
  22. Post a screenshot of it real quick, and I can tell you if there is a problem or not.
  23. Yes, please! That would be perfect.
  24. Nope, should work fine. Just turn on the switch to make this run via parallel process, and make sure you have the right key set up for hte button you wish to use.
  25. I spend around a month to a month and a half just planning everything, testing how the systems flow together, and so forth. A monotanous task, but works.
×
×
  • Create New...