Jump to content

TheRamenGirl

Member
  • Content Count

    41
  • Joined

  • Last visited

  • Days Won

    3

TheRamenGirl last won the day on June 26 2022

TheRamenGirl had the most liked content!

Community Reputation

14

About TheRamenGirl

  • Rank
    Advanced Member
  • Birthday 01/01/1998

Profile Information

  • Gender
    Female
  • Location
    Greece

RPG Maker Information

  • RM Skill -
    Game Developer

Recent Profile Visitors

1,056 profile views
  1. Hello everyone! Fixed Pictures to Map by modern algebra works just fine by itself, but i need it to be compatible with Zeus81's Map Effects Zoom. When i use the zoom effect, the pictures do not stay in place.. They still follow the player. Gladly Zeus81 posted a "fix" additional script around line 490 by adding "@viewport2" to his script that looks like this: class Spriteset_Map alias zeus_map_effects_update update def update zeus_map_effects_update @map_effects ||= Spriteset_Map_Effects.new(@viewport1, @viewport2) @map_effects.update(@tilemap.oy) end This does fix the pictures from moving and in zoom mode, but it makes the pictures "lose" the priority they have to be above everything.. This is what i need to fix..
  2. Hello! i wanted an animated door for this fence (Its from the tileset "Forest Town") and i didn't find any.. So i decided to make one on my own. Left and Right Doors. With Shadows and Without Shadows. How to make it animated: Inside an event place this move route settings and trigger by touch or action. Free to use, but please credit me (for more people to find my sprites) and Enterbrain.
  3. TheRamenGirl

    Song of the Bereaved - IGMC Entry

    the one you have here posted Claw ATk3
  4. TheRamenGirl

    Song of the Bereaved - IGMC Entry

    I like grid system more for sure.. Lol, it's the exact part i was stuck, thank you! Btw i found a error when in the second battle i choosed a skill, this showed up
  5. TheRamenGirl

    Song of the Bereaved - IGMC Entry

    I like the Concept very much!! i love that it's not a JRPG (at least it dosen't seem like one until now) and it doesn't have the "pokemon" battle system that i hate in rpg maker games.. (except pokemon games lol) Instead, it has pazzle games/HUG Gameplay that i adore! Along with a nice story, it would be an awesome game/project! (btw I need some help with the fist map i am kinda stuck at the first boxes) If you are open to advices, 2 buttons doing the same thing (Q and W) aren't very usuful. ( except if you plan a mechanism that the player would have 2 powers are the same time..?) Also, you have 4-6 skills that you have to press the Q or W button enough times until you get the one you have to use... Maybe, if with the Q or W button, a list would appear and you'l had to select one skill out of the list instead of pressing 10 times the button?
  6. Hello everyone! I found a kinda easy and 100% working way for Chasing Event(s) Through Multiple Maps and i decided to share it with everyone since the 2-3 tutorials/videos i found were kinda hard, and I read many comments "complaining" about them not working properly.. I'll try to explain it as easily as I can, even though it's my first tutorial, I hope everyone will understand it! (It's not hard, really! I believe it's the simplest and easiest method.) By the way, if someone has a suggestion for improving it, Please feel free to tell me. I am not going to include any scripts since the tutorial works just fine with game's default system. But i am going to recommend optionally, Pathfinding and Event Chase Player Script by TheoAllen. I recommend it because this script simply determines/calculates the shortest path for the wanted destination without any distractions or without having to use move route's movement commands. In this tutorial and demo, i am using the system's default "Approach" Autonomous Movement on the "Chaser" but if anyone wants to use the Pathfinding Script, Set the Autonomous Movement type to "Fixed" (Or leave Approach for random movement) and make a comment inside the "chaser" event, contents and write <chase player> in it. I want to Thank very much Cootadude because in one of his screenshots he posted on one thread, he showed the variable settings i had to put and the correct settings inside the conditional branch for making it to work. This helped me ALOT. Here's a preview GIF of the demo: DEMO (Without RTP) DOWNLOAD LINK DEMO (With RTP) DOWNLOAD LINK What we going to need: 2 Switches: Chasing Start Chasing Stop 2 Variables: Player's Map X Player's Map Y 5 Events: The "Chaser" The Chaser's Settings The Chaser's Trigger "Lever" The Chaser's Stop "Lever" The Transfer Player Event(s) Step 1) Setting/Making the Events, Switches and the Variables: Make and name the 5 Events. Make and name the 2 Switches. Make and name the 2 Variables. Step 2) Setting the "Chaser's Trigger "Lever" Set the Event "The Chaser's Trigger "Lever" with "Action Button" Trigger, Priority "Same as Characters" and "6: 4x Faster" Speed and "5: Highest" Freq. In the Contents set "Control Switches" Command and select the "Chasing Start" Switch to be on. Below the Switch Command put a "Wait 10 frames" Command. Below the "Wait 10 frames" Command put "Set Event Location" Command for the Chaser Event and set it where it will appear for the first time (It's a one-time thing). Below the "Set Event Location" Command put a "Move Route" Command for the Chaser Event and select the Graphic/Sprite it will have when it's enabled. Below the "Move Route" Command put a "Self Switch "A" to be on. On the same Event make a second page with "Action Button" Trigger, Priority "Same as Characters" and "6: 4x Faster" Speed and "5: Highest" Freq. On the Conditions Set the Self Switch A On. Inside the Contents make Conditional Branch with the Variable "Chasing Stop" to be On, Check for "Set Handling when conditions do not apply". Inside the Conditional Branch put a text to appear when the player have turn off the chasing event. On the "Else" box Below, put a text to appear when the player haven't turn off yet, the chasing event. The Event Should look like this: Step 3) Setting the "Transfer Player" Event: Set the Event "Transfer Player" with "Player Touch" Trigger and "Below Characters" Priority. Save the X and Y of the positions you will place it. (They are down the map at the very end of the RPG Program) Inside the Contents make a "Move Route" Command for the Chaser Event and select the Graphic/Sprite (None). Below the "Move Route" Command put a "Set Event Location" For the Chaser Event, and place it somewhere far the player. (I usually put it very high on the map, next to the setting event). Below the "Set Event Location" Command Put a "Transfer Player" Command and set the next map for the player to go to. The Event Should look like this: Step 4) Setting the "Chaser's Settings" Event: Set the Event "The Chaser's Settings" with "Parallel Process" Trigger, "6: 4x Faster" Speed and "5: Highest" Freq. On the Conditions set on the switch and select the "Chasing Start" Switch. Inside the Contents Put 2 Variables Commands and Set/Connect the 2 Variables (Player's Map X & Player's Map Y) Each one on their own, with "Player's Map X and Y". Make 1 Conditional Branch with the "Player's Map X" Variable, Equal to the X number of the map (where the "Transfer Player" Event/Command is, so the Chaser will appear when the player enters the map.) Below the variable (inside the conditional branch), Make 1 More Conditional Branch with the "Player's Map Y" Variable, Equal to the Y number of the map (where the "Transfer Player" Event/Command is). If you have Multiple paths make those conditional branches as many as the paths with their X and Y. (I have example on the demo in the map 2). If you want, set a wait 60 frames command so the player can earn a little time to move ahead of the chaser. Below and inside the second Contitional Branch, Put a "Set Event Location" for the Chaser right on the "Transfer Player" Event. Below the Event Location Command, Put a Move Route for the Chaser event and select the Graphic/Sprite it will have when it's enabled. Below the Move Route put a "Erase Event" Command. On the same Event make a second page with "Parallel Process" Trigger, "6: 4x Faster" Speed and "5: Highest" Freq. On the Conditions set on the switch and select the "Chasing Stop" Switch. Inside the Contents make a "Erase Event" Command. The Event Should look like this: Step 5) Setting the "Chaser" Event: Set the Event "Chaser" with "Event Touch" Trigger, Priority "Same as Characters", Type as "Approach" and "4: Normal" Speed and "5: Highest" Freq. On the Conditions set on the switch and select the "Chasing Start" Switch. Optionally, Inside the Contents make a "Game Over" Command. On the same Event make a second page with "Parallel Process" Trigger, Priority "Below Characters" Type as "Fixed" and "6: 4x Faster" Speed and "5: Highest" Freq. On the Conditions set on the switch and select the "Chasing Stop" Switch. Inside the Contents make a "Erase Event" Command. The Event Should look like this: Step 6) Setting the "Chaser's Stop "Lever": Set the Event "Chaser's Stop "Lever" with "Action Button" Trigger, Priority "Same as Characters" and "6: 4x Faster" Speed and "5: Highest" Freq. Inside the Contents make a "Conditional Branch" with Switch "Chasing Start" On. Check for "Set Handling when conditions do not apply". Inside and below the Conditional Branch, Make a Switch with "Chasing Stop" On. Below the Switch put a text to appear when the Chasing Stops. Below the Text Put a Self Switch "A" On. Below the "Else" box, put a text to appear when the Chasing isn't yet turned off. On the same Event make a second page with "Action Button" Trigger, Priority "Same as Characters" and "6: 4x Faster" Speed and "5: Highest" Freq. On the Conditions set on the Self Switch "A" On. Inside the Contents make a text to appear when the Chasing is turned off. The Event Should look like this: That's all. Just set all those on every map you want the chasing event to be and remember to change the names of all the events in the commands when you paste them, because on every different map the names of the events are changing/being reset. I have some notes that i have to mention. (Suggestions are open). If a map that the Chaser is enabled on, has multiple transfer paths, make sure to set the Chaser to appear on all of those paths, because when the player leaves but returns to the map, if it doesn't have settings that applied to the path the player went, the Chaser becomes invisible and goes to the player. (If you have game over command on the chaser, it's gonna happen). Sometimes, if the player enters a map that the Chaser is enabled on, and Player doesn't move at all, the Chaser stays still until the player takes at least 1 step. (I kinda fixed that by setting the Chaser's movement type to "approach" instead of "fixed") In "Step 3) Setting the "Transfer Player" Event:" on the 4 and 5 line numbers, if you don't set up those 2 steps, when the player re-enters a map that the chaser is enabled in there, the chaser will be on the spot the player left it. So if it's near the transfer event, it's likely that the Chaser will go right on the player.
  7. TheRamenGirl

    VE - Visual Equip

    The Script: Can someone please make a demo on how to use this? ty! *It requires the Basic Module Script.
  8. Hello! Ever want to use an icon in a event as sprite/character? I recently found a script that does that automatic for each on you want, But if you need them for any reason just as sprites, Here they are! Free to use (Only credit Enterbrain). Download Rar File RPG Maker VX ACE Icons as Sprites.rar or Save from uploaded pictures. Do not remove the $ in front of the pic names.
  9. I was looking for side doors and i didn't find any, so i made them. Here they are, free to use. (Only credit Enterbrain because i don't want any trouble). Find Them Here and for XP. Opening Preview: They are in both left and right sides. Plus Sprites With Shadows RPG Maker VX ACE - XP Animated Side Doors.rar
  10. TheRamenGirl

    rpg maker xp side doors XP Animated Side Doors

    I was looking for side doors and i didn't find any, so i made them. Here they are, free to use. Find Them Here and for VX ACE. Opening Preview: They are in both left and right sides. With and Without Shadows. RPG Maker XP - XP Animated Side Doors.rar
  11. TheRamenGirl

    Advanced Game Time

    I love this script but it lowers my fps to 10... Is there any fix to this?? EDIT: I found solution! If you disable the clock from showing, it doesn't lower the fps. So with that, you can't see the time, but hey.. it's something.. (personally i don't mind at all) It's on line 82 and 83. set USECLOCK to false #Clock is shown USECLOCK = false Remember not to use any show clock script calls ( like GameTime.clock?(true) ), it will crash and close the game.
  12. TheRamenGirl

    Map Drops

    Hello i don't know if this script is still supported but when i put it in my game it drops the FPS to 0 and it lags heavily.. Does anyone have the same issue?
  13. TheRamenGirl

    Your character in my game (too) !

    The post is still alive!
  14. Hello! I was thinking of npc to create for my game when i saw one post on another rpg maker forum that the dev wanted, us to give him in summary, ideas for characters! and i loved the idea!!! So i am borrowing this idea by Kirri from this post and What i want from you is, to give me a description of a character to be part of my game! I know people on these forums are here for working on their projects or just doing their part so i don't expect many replies but anyway! Just for fun! Your Character will be either NPC or Side Character! You may post more than 1 character, Your character might or might not be accepted due to limitation of characters And of course you will be credited! Character Sprite Style (I will make it based on your description): The classic RPG Maker XP template Short description of the game's world: A Fantasy World. (Without Technology). Decription format: Name: Gender: (Male,Female) Age: (Child,Teen,Adult,Old) Skin Colour: (i have here samples where you may like and you can tell me number of skin colour or just write.) Hair Colour and Style: (Only Natural Hair Colours)(Long, Short, Medium, One Side, Bald...) Eye Colour and Shape: (Droopy, Pointy, Sad, Happy, Neutral, Heterochromia...) Clothes: (One piece Clothes, Different Part Clothes, Their colours, Shoes..) Accessories (Maybe?): Other Details (Maybe?): Personality: Back Story (Maybe?): Other Details: Likes: Dislikes: Status (Maybe?): (Human, Supernatural, Poor, Rich, Villager...) Current Characters (Including from another forum and from this one):
×