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

Kiriashi

Legend
  • Content Count

    4,497
  • Joined

  • Last visited

  • Days Won

    49

Everything posted by Kiriashi

  1. It really has nothing to do with quality of projects. It's just depends on what people feel like clicking on, and there are a lot of Final Fantasy fans, especially in the RPG scene. xD And don't throw yourself in the garbage; you're game has just as much potential as anyone else's. I have yet to try it, but I'm sure I will enjoy it. :3
  2. I'll give it a go tomorrow. Make sure to remind me if you can. xD Gmail/AIM: mambusbestfriend@gmail.com Steam: Kiriashi
  3. Welcome to the forums. If you need something, ask. :3 On a side note... looks like Mark broke the site..
  4. Best sarcasm I've seen all day.
  5. No problem. Make sure to stick around. :3
  6. It think -- for now anyways -- the fewer subforums the better. :3
  7. First of all, you didn't define a function. You need to do that. There is not scene involved or parenting.
  8. Yeah just put it in a function block and put that in a class block, then call the function when you want the names changed. Actually I think RGSS calls functions methods, but I refuse to do so.
  9. Like this: http://www.mediafire.com/?yxu6vlpzwd0nwyu
  10. Yup. After the name input, use a script command and paste: $game_party.actors[1].name = $game_party.actors[0].name You'll need to change the first number in brackets for subsequent numbers referring to other actors in the party. Actor 0 is the first actor, actor 1 is the second actor, and so on. Make sense?
  11. Lol, well that's how I would go about doing it. Or you could do it Forever's way, but in the event you can see it and manage it there.
  12. Oh I guess it's just not working for me. lol.. EDIT: Nevermind I didn't load the right exe. You should name the loader "CLICKME!!" Well, looks like we have a lot of uploading to do.
  13. Isn't there a way to just browse content without searching for stuff?
  14. I got an email once that said I was a female alien and needed to run their batch files to save the universe. So I did.
  15. Set one variable called Class, and set it to 0,1,2,3,4 etc. after each class option the player can choose. Then you can use a conditional branch to see if the player chose a specific class, and show text based on that choice. If you don't understand, I will make a demo for you. [Noob supplied some helpful images, so look at them for reference first.]
  16. Trying it out now. I've loved the idea of this since you started this. =D
  17. Give me a few minutes.. EDIT: Okay I started to do this and then realized it was more complicated than I thought. Don't worry, it's totally doable; just complicated. The complicated part is keeping track of the page the player is on, and managing what page is turned to when the arrow keys are pressed. You can take a look at what I have so far here: http://www.mediafire.com/?pfbcpt25p5fxcwe Hopefully you can get the gist of what I started and finish it yourself. If not, I'd be happy to do it for you tomorrow. At the moment, it is 1:30 AM, and I'm braindead. Read the event comments in the common event in the database, and the event in the "book" map. ~Kiri
  18. Yeah but you're limited to the windowskin. There are no limits in RGSS. Plus using a picture for a window skin sounds nasty..
  19. Or use a function like def draw_female(x, y) bitmap = RPG::Cache.picture("Female.png") cw = bitmap.width ch = bitmap.height src_rect = Rect.new(0, 0, cw, ch) self.contents.blt(x - cw / 2, y - ch, bitmap, src_rect) end For female and male and then call the function with coordinates in the refresh/update section of the scene.. or something. Ask kell. My RGSS skils are subpar..
  20. Hey, welcome to RMXPU. If you need anything at all feel free to ask. We will help you learn all you will ever need to know. U mad pol?
  21. Whoa whoa whoa.. Sarah get's the message? Why would he swap things like that.. Oh well.. the game seems pretty cool. I noticed on Notch's twitter he gave out like 23 copies for free for the hell of it. xD
  22. Is it supposed to be underwater or something?
×
×
  • Create New...