Jump to content

0th quest

Photo

0th Quest


  • Please log in to reply
11 replies to this topic

#1 zcfan27330

zcfan27330

    Junior

  • Members

Posted 12 August 2020 - 07:51 PM

The quest has been uploaded, again. Need beta testers. 4th level cheat is 0th.

This link only works for 30 days

I haven't forgotten this. Just Major health problems in 2019, then the pandemic in 2020.

https://easyupload.io/r60zze


Edited by zcfan27330, 12 August 2020 - 08:00 PM.

  • Lordkronos likes this

#2 Mani Kanina

Mani Kanina

    Rabbits!

  • Members

Posted 12 August 2020 - 09:32 PM

You can upload quest demos directly to the quest project page, you need not use an external file hosting service for it. Just make sure you release it as a "demo" type.



#3 Lordkronos

Lordkronos

    Hero of Dark World

  • Members

Posted 13 August 2020 - 06:52 AM

The quest has been uploaded, again. Need beta testers. 4th level cheat is 0th.

This link only works for 30 days

I haven't forgotten this. Just Major health problems in 2019, then the pandemic in 2020.

https://easyupload.io/r60zze

I Had Made a Playtrough and i Think i Found Nearly all Secrets Except the Most North West one :D

The Quest has a Nice Concept of Beeing an Easyer version of the Original big Fun Fact it has Cost me the Longest Time to find Level 6 :D another Fun think i Beat Level 9 without Ganon :D



#4 zcfan27330

zcfan27330

    Junior

  • Members

Posted 13 August 2020 - 09:54 AM

I Had Made a Playtrough and i Think i Found Nearly all Secrets Except the Most North West one :D

The Quest has a Nice Concept of Beeing an Easyer version of the Original big Fun Fact it has Cost me the Longest Time to find Level 6 :D another Fun think i Beat Level 9 without Ganon :D

 

There is no Ganon. I couldn't get a script made that made Ganon visible. 

 

I guess I forgot the secret in the NW Corner


Edited by zcfan27330, 13 August 2020 - 09:58 AM.

  • Lordkronos likes this

#5 Lordkronos

Lordkronos

    Hero of Dark World

  • Members

Posted 13 August 2020 - 10:50 AM

There is no Ganon. I couldn't get a script made that made Ganon visible. 

 

I guess I forgot the secret in the NW Corner

Oh so Normaly there were a Normal Bomb Spot ??? i almost Thought a Super Bomb is Required :D



#6 zcfan27330

zcfan27330

    Junior

  • Members

Posted 13 August 2020 - 10:58 PM

Did you see any problems that need fixing other than that nw corner?



#7 Lordkronos

Lordkronos

    Hero of Dark World

  • Members

Posted 14 August 2020 - 04:23 PM

Did you see any problems that need fixing other than that nw corner?

Not Realy I Could Beat all Dungeons and Could make trough The Secrets Only Mysterium is that i Didnt found the Wand but Yeah not realy an Error :D



#8 Moosh

Moosh

    Tiny Little Questmaker

  • ZC Developers

Posted 14 August 2020 - 07:55 PM

There is no Ganon. I couldn't get a script made that made Ganon visible. 

I dunno if you still need that visible Ganon, but here's a script to do it:

ffc script VisibleGanon{
	void run(){
		//Wait 4 frames to give the enemy time to spawn
		Waitframes(4);
		npc Ganon = LoadNPCOf(NPC_GANON);
		int lastHP;
		int lastX;
		int lastY;
		bool wasStunned;
		if(Ganon->isValid()){
			lastHP = Ganon->HP;
			lastX = Ganon->X;
			lastY = Ganon->Y;
			while(Ganon->isValid()){
				//When Ganon's HP rises, he is stunned
				if(!wasStunned){
					if(Ganon->HP>lastHP){
						wasStunned = true;
					}
				}
				//When he moves while stunned, the stun period has ended
				else{
					if(Ganon->X!=lastX||Ganon->Y!=lastY){
						wasStunned = false;
					}
				}
	
				lastHP = Ganon->HP;
				lastX = Ganon->X;
				lastY = Ganon->Y;
				
				//Redraw Ganon to the screen when he's invisible and not stunned (Red palette)
				if(Ganon->HP>0&&!wasStunned)
					Screen->DrawTile(2, Ganon->X+Ganon->DrawXOffset, Ganon->Y+Ganon->DrawYOffset, Ganon->Tile, 2, 2, 14, -1, -1, 0, 0, 0, 0, true, 128);
				
				Waitframe();
			}
		}
	}
}

Just place it on a screen with Ganon and watch him go. Visible Ganon is pretty goofy looking of course, because he was never really intended to be seen like this. His movement pattern is like any other walking enemy only he can partially clip into walls becuase his sprite is too big. I think I'll submit this to the database as well, since it's a fairly common request.


  • Twilight Knight and Mani Kanina like this

#9 zcfan27330

zcfan27330

    Junior

  • Members

Posted 14 August 2020 - 09:56 PM

Not Realy I Could Beat all Dungeons and Could make trough The Secrets Only Mysterium is that i Didnt found the Wand but Yeah not realy an Error :D

 

Spoiler


  • Lordkronos likes this

#10 Lordkronos

Lordkronos

    Hero of Dark World

  • Members

Posted 15 August 2020 - 07:48 AM

Spoiler

Oh Cool to Know Thanks by the way a Vissible Ganon was Shortly Released which could be just Perfect for you :D



#11 zcfan27330

zcfan27330

    Junior

  • Members

Posted 18 July 2021 - 04:36 PM

seeing how it was almost a year between posts, I have given up on ZC. 



#12 filth001

filth001

    Newbie

  • Members

Posted 26 March 2024 - 12:02 PM

can someone tell me where the bow is thnks Roy




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users