• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

warp

  1. S

    GameMaker How to control warp location and preserve state from subareas?

    Hey, so I'm trying to make warps + subareas. I have no problem making an object that warps the player to a sub-area in a different room, but the dilema is getting them back to the original room. Not necessarily getting them back, persay but well... To "spawn" the player in the main room, I just...
  2. J

    Help with direction after going through a warp.

    (I'm pretty new to using this website and GameMaker as a whole, so I may be getting a few things wrong here) Hi! So I'm having some trouble with warps. Not the warps itself, I believe I have the room change okayish, but more of some of the specific warps in my game. I need help with the...
  3. YungCortex

    Warp issue (invisible warp points????) i cant figure it out for my life

    whats up guys so i havent had this issue at all until today the warps worked totally fine, but now i created a new room as a test (the one with items in it that it warps me out of) and for some reason i have these invisible warp points that take me to different rooms? i cant figure out for my...
  4. P

    Face direction

    Hi, I'm having problem to my follower facing to specific direction, like it just work when I'm not clicking in any button while warping to move the player, but when I still pressing the key to move the follower start with the sprite icon on obj propreties.
  5. P

    SOLVED Follower warp with player

    Well I am new with gamemaker and I start follow some tutorials to have an idea to what to do. But I'm stuck in this problem. ( just to know I follow the caterpillar system of 1up indie) I am doing an Rpg, and the leader have a follower. What I want is the follower warp to another room with...
  6. V

    Warp to a location within same room

    I see a lot of tutorials about warping to other rooms, but what if you want to warp to a different spot in the same room? How would you go about that? The simple code I'm familiar with is: if room=room1{ room_goto(room1) x=1315 y=107 } As you can see, I am trying to warp to...
  7. S

    GML Visual SOLVED: oPlayer interacts with object that doesn't exist

    Hi, I have my dialogues all working fine, but in one room i run into error which says that my oPlayer interacts with ObjWarp (Which I use to go from one room to another) and in this room for some reason when clicking on interact key it says this: Variable objWarp.<unknown variable>(100013...
  8. PlayerOne

    GameMaker Door warp using instance_nearest() [SOLVED]

    Trying to add the ability to "travel" within the room. I have 2 doors - DoorA and DoorB - and that when the player presses E the player will warp to DoorA from DoorB and vise versa. Problem is DoorA isn't working properly despite the fact it uses the exact code as in DoorB. However DoorB works...
  9. P

    GameMaker Help with Persistent room

    So i'm having a HUGE little problem. Seems that when I check my room as persistent it "COPIES" some instances of the previous room into the new one. For example: I put some solid blocks in persistent room0. I warp into persisent room1 and that solid blocks seems to have been copied in the exact...
  10. K

    [SOLVED]Door warp help!

    So basically I have on huge room which contains outside, and dungeons, houses and caves. I want to be able to warp between doors correctly. At the moment I have it set like so: obj_door, which I then click on specific points on room editor. Then I assign two variables to them in creation code...
  11. Y

    [SOLVED] Teleportation System With Physics Rooms And Objects.

    Hi, I am trying to create a system in which I can teleport to different maps(and parts of those maps) with just one object. I have tried to make my own using the following code: When the Warp event collides with player - room_goto(target_Room); obj_Hero.phy_position_x = target_x...
  12. Z

    Warp next room at precise coordonate

    Hi everyone, am new to GameMaker. I was wondering how to set up a system of warp for moving to another room, something like in SuperMetroid (and yes I want to keep all power-up, life ...). Is there any class like "interface" in GameMaker ? Thanks for your help guys !
  13. B

    Legacy GM Warp Doesn't work correctly

    Hi. In past, I used the same metod to move the player in other rooms... ...now, with this new project it doesn't work. The creation codes wrotein each obj_door, enter probably in conflict each other: Here's the codes: obj_interactives_door_parent: Information about object...
  14. I

    Asset - Project TMC World Wrap Startup Project With Defender Loop Demo

    TMC World Wrap Startup Project With Defender Loop Demo Outputs: All Type: Template/Starter Project Included: Scripts, Example Sprites, Example Objects and Demo Room Demo: https://onedrive.liv...45D1EA9168D!749 Marketplace: https://marketplace....rap-startup-kit Player...
Top