Kiriashi
Legend-
Content Count
4,497 -
Joined
-
Last visited
-
Days Won
49
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by Kiriashi
-
there arent many good projects here are there?
Kiriashi replied to Bob423's topic in Feedback, Bug Report and Forum Help
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 -
[SOLVED] making a navigating BOOK event.
Kiriashi replied to kenth21v's topic in General Game Development
I'll give it a go tomorrow. Make sure to remind me if you can. xD Gmail/AIM: mambusbestfriend@gmail.com Steam: Kiriashi -
Welcome to the forums. If you need something, ask. :3 On a side note... looks like Mark broke the site..
-
Best sarcasm I've seen all day.
-
No problem. Make sure to stick around. :3
-
It think -- for now anyways -- the fewer subforums the better. :3
-
First of all, you didn't define a function. You need to do that. There is not scene involved or parenting.
-
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.
-
Like this: http://www.mediafire.com/?yxu6vlpzwd0nwyu
-
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?
-
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.
-
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.
-
Isn't there a way to just browse content without searching for stuff?
-
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.
-
Happy birthday. c:
-
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.]
-
Trying it out now. I've loved the idea of this since you started this. =D
-
[SOLVED] making a navigating BOOK event.
Kiriashi replied to kenth21v's topic in General Game Development
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 -
[SOLVED] input name processing BACKGROUND
Kiriashi replied to kenth21v's topic in General Game Development
Yeah but you're limited to the windowskin. There are no limits in RGSS. Plus using a picture for a window skin sounds nasty.. -
[SOLVED] input name processing BACKGROUND
Kiriashi replied to kenth21v's topic in General Game Development
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.. -
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?
-
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
-
Is it supposed to be underwater or something?