Page 1 of 1

Sunset Splash Hill

Posted: Wed Mar 29, 2017 9:17 pm
by Soronexle
After two days of voting later, I finally was able to finally make up for my mistake with this level. Sunset Splash Hill. Level 1-3 in my episode, The Dimensional War part 1. This time I'll fully utilized star coins. So now it takes 3 to get a 1-up.
  • Download
Spoiler: show
  • Screenshots
Spoiler: show
ImageImageImage

Re: Sunset Splash Hill

Posted: Thu Mar 30, 2017 10:10 am
by TDK
Dark Soron wrote:This time I'll fully utilized star coins. So now it takes 3 to get a 1-up.
Sorry for sounding rude, but no you did not. Did you even test the level?
First of all, there was no star coins in the level, so I would assume you meant the dragon coins.
Secondly, you did not change the NPC code, so it still takes 5 to get a 1-up.
Thirdly, there's only 2 dragon coins.

Like I said before if you want to add dragon coins in a level you either:

1. Make sure there are 5. And test it to make sure it's possible to get all 5.

2. Change the NPC code, so you would need a different amount. You need to make a text file called "npc-274.txt" . Then change the score. For example if you want 3 dragon coins to get a 1-up, you would write "score = 8" in the file.

Re: Sunset Splash Hill

Posted: Thu Mar 30, 2017 10:06 pm
by Soronexle
TheDinoKing wrote:
Dark Soron wrote:This time I'll fully utilized star coins. So now it takes 3 to get a 1-up.
Sorry for sounding rude, but no you did not. Did you even test the level?
First of all, there was no star coins in the level, so I would assume you meant the dragon coins.
Secondly, you did not change the NPC code, so it still takes 5 to get a 1-up.
Thirdly, there's only 2 dragon coins.

Like I said before if you want to add dragon coins in a level you either:

1. Make sure there are 5. And test it to make sure it's possible to get all 5.

2. Change the NPC code, so you would need a different amount. You need to make a text file called "npc-274.txt" . Then change the score. For example if you want 3 dragon coins to get a 1-up, you would write "score = 8" in the file.
Unfortunately I hope this doesn't happen again. I keep forgetting it's in the world folder, NOT the level folder.

Re: Sunset Splash Hill

Posted: Sun Apr 02, 2017 11:41 am
by TDK
Dark Soron wrote:Unfortunately I hope this doesn't happen again. I keep forgetting it's in the world folder, NOT the level folder.
That makes sense. Still if you want to upload a standalone level, test it by itself to make sure it works.