Author Topic: roomChanger crashes the game  (Read 1414 times)

slime

  • Trial Wannabe
  • Posts: 3
  • OS:
  • Windows 8.1/Server 2013 Windows 8.1/Server 2013
  • Browser:
  • Chrome 43.0.2357.130 Chrome 43.0.2357.130
    • View Profile
  • Playstyle: Keyboard
roomChanger crashes the game
« on: July 04, 2015, 08:59:58 AM »
I'm really sorry I have to make yet another thread because I can't make my game work.
basically, roomChanger crashes the game, even though I do everything my Bible (https://www.iwannacommunity.com/forum/index.php?topic=856.0) says. I'm using the KS Engine.

Sorry again for making (probably) unnecessary threads

TOKETMEK

  • Cherry Eater
  • Posts: 71
  • lolgamer in other forums, and kakoka1pro on twitch
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 43.0.2357.130 Chrome 43.0.2357.130
    • View Profile
  • Playstyle: Keyboard
Re: roomChanger crashes the game
« Reply #1 on: July 04, 2015, 09:22:23 AM »
Does normal warp crash your game too?
If not, you could try this: Duplicate the warp object and uncheck the "visible" box. Then ctrl+right click it and open creation code. Put there something like roomTo=roomname and it should work. (Though I'm not really a reliable source since I'm a newbie at making fangames)

slime

  • Trial Wannabe
  • Posts: 3
  • OS:
  • Windows 8.1/Server 2013 Windows 8.1/Server 2013
  • Browser:
  • Chrome 43.0.2357.130 Chrome 43.0.2357.130
    • View Profile
  • Playstyle: Keyboard
Re: roomChanger crashes the game
« Reply #2 on: July 04, 2015, 10:09:36 AM »
Warps do work, I had forgotten to mention it.
Thanks, it does work. But this may cause problems if the player backtracks ; so I'd rather find out how to make roomChanger work. Thanks a lot anyway :)

TheGamerGuy500

  • Cherry Eater
  • Posts: 62
  • I'm a gamer and a guy, video-game-music junkie...
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 43.0.2357.132 Chrome 43.0.2357.132
    • View Profile
    • TheGamerGuy500 HQ
  • Playstyle: Keyboard
Re: roomChanger crashes the game
« Reply #3 on: July 08, 2015, 04:35:06 PM »
I think you gotta put onCollide=false in the roomchanger create event
Pro tip: you gotta run and jump at the same time!
Notice: She doesn't stop spinning.

:KappaHD:

klazen108

  • Administrator
  • The Kid
  • Posts: 286
  • your a kid now your a squid now
  • OS:
  • Windows 8.1/Server 2013 Windows 8.1/Server 2013
  • Browser:
  • Chrome 43.0.2357.130 Chrome 43.0.2357.130
    • View Profile
    • Delicious-Fruit
  • Playstyle: Keyboard
Re: roomChanger crashes the game
« Reply #4 on: July 08, 2015, 05:19:31 PM »
I think you gotta put onCollide=false in the roomchanger create event

Yep, this is a bug in the current version of the engine, I've got it on my list to fix in the next update. For now that's how you can fix it (there's more detailed instructions on page 5 of the KS engine thread). Sorry about that!