Level editor?

Safer than Professor Rex's office hours
Post Reply
User avatar
robly18
Posts: 413
Joined: Tue Jun 04, 2013 2:03 pm

Level editor?

Post by robly18 »

Pwease?
Convincing people that 0.9999... = 1 since 2012
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Level editor?

Post by testtubegames »

Okway.

I mean, when you ask with that puppy-dog face, how can I say no? That should be pretty straightforward, actually. I'll add it onto my to-do list.
User avatar
robly18
Posts: 413
Joined: Tue Jun 04, 2013 2:03 pm

Re: Level editor?

Post by robly18 »

testtubegames wrote:Okway.

I mean, when you ask with that puppy-dog face, how can I say no? That should be pretty straightforward, actually. I'll add it onto my to-do list.
I didn't actually make the puppy face. I'll do it anyway.
Image
An actual photo of not me
Convincing people that 0.9999... = 1 since 2012
A Random Player
Posts: 523
Joined: Mon Jun 03, 2013 4:54 pm

Re: Level editor?

Post by A Random Player »

Good idea!
$1 = 100¢ = (10¢)^2 = ($0.10)^2 = $0.01 = 1¢ [1]
Always check your units or you will have no money!
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Level editor?

Post by testtubegames »

Underway!

I'll be traveling over the next couple weeks, so I'll only be able to work on it here and there. It (as always, starting with a beta version) should be ready in the next couple weeks. As a side note, it is fun to dive back into that game. The code is like an old friend. (Or enemy?)
A Random Player
Posts: 523
Joined: Mon Jun 03, 2013 4:54 pm

Re: Level editor?

Post by A Random Player »

testtubegames wrote:Underway!

I'll be traveling over the next couple weeks, so I'll only be able to work on it here and there. It (as always, starting with a beta version) should be ready in the next couple weeks. As a side note, it is fun to dive back into that game. The code is like an old friend. (Or enemy?)
Velocity Raptor is the friend, Prof. Rex is the enemy :P
$1 = 100¢ = (10¢)^2 = ($0.10)^2 = $0.01 = 1¢ [1]
Always check your units or you will have no money!
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Level editor?

Post by testtubegames »

Done!

I just uploaded the latest version of the game -- the biggest change being the new Level Editor. Check it out!
A Random Player
Posts: 523
Joined: Mon Jun 03, 2013 4:54 pm

Re: Level editor?

Post by A Random Player »

testtubegames wrote:Done!

I just uploaded the latest version of the game -- the biggest change being the new Level Editor. Check it out!
This is awesome. I'm not even sure what to say. (But I sure laughed at c: 3.00*10^8 :lol:)
Edit: Color locks appear a bit buggy, but I'm not sure how to replicate the bug. They sometimes don't appear upon starting a level.
Edit: Clicking play level does not restart the level.
Edit: Actual period of trapdoors is twice the entered one (eg. 2 sec trapdoor is water for 2 seconds and floor 2 seconds), but the offset isn't allowed to go up to 2*period (we can't enter 3 for a period 2 trapdoor though. You can do so in the code though.
Edit: Offset doesn't work for cannons.
$1 = 100¢ = (10¢)^2 = ($0.10)^2 = $0.01 = 1¢ [1]
Always check your units or you will have no money!
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Level editor?

Post by testtubegames »

A Random Player wrote: This is awesome. I'm not even sure what to say. (But I sure laughed at c: 3.00*10^8 :lol:)
Edit: Color locks appear a bit buggy, but I'm not sure how to replicate the bug. They sometimes don't appear upon starting a level.
Edit: Clicking play level does not restart the level.
Edit: Actual period of trapdoors is twice the entered one (eg. 2 sec trapdoor is water for 2 seconds and floor 2 seconds), but the offset isn't allowed to go up to 2*period (we can't enter 3 for a period 2 trapdoor though. You can do so in the code though.
Edit: Offset doesn't work for cannons.
Good finds!

1. If you can replicate this bug, let me know. My guess is you made a level with a Doppler Gate but no Doppler Keys -- which means the gates disappear immediately (since all the keys in existence -- none -- match)
2. This was actually intentional. That way if you are tweaking the level bit by bit, you don't need to start with your character in the upper left every time (especially if you're testing out some changes in the lower right corner, say)
3. Whoops! Yes, I was totally misusing the word 'period'. Fixed it -- the time now represents the *total* open&closed times in each cycle. And the offset can be changed up to that total period.
4. Ah, yes, it doesn't do anything. So I did the easy fix and removed that option. (Turns out the guns hadn't been set up to accept offsets in the first place, so that number was falling on deaf ears)
Chemi
Posts: 13
Joined: Wed Jun 12, 2013 6:29 am

Re: Level editor?

Post by Chemi »

Thanks Andy for upload level creator!
here's my 2nd great music
http://www.youtube.com/watch?v=VU71OAd6xsc
Post Reply