Jump to content

Photo

Script for screen scrolling


  • Please log in to reply
7 replies to this topic

#1 RedDeathX7

RedDeathX7

    Recipient of Ways

  • Members
  • Real Name:Jeremy
  • Location:Somewhere in Canada.

Posted 21 April 2010 - 03:03 PM

I was wondering if it is possible to script something so that in certain areas the screen follows Link instead of scrolling to the next area. Basically Z3 style scrolling.

Edited by RedDeathX7, 21 April 2010 - 03:10 PM.


#2 Plissken

Plissken

    What's with these homies dissing our girls?

  • Members

Posted 21 April 2010 - 03:10 PM

Fast answer: People have tried, and succeeded. But, unfortunately it has never be released (in a manner where just anyone could implement it.) And the one dude who had a good one going mysteriously left.

It will just cause too many problems, no one ever made a complete one. :\

#3 Zim

Zim

    Freelance Nobody

  • Members
  • Real Name:Zim
  • Location:Washington

Posted 19 May 2010 - 12:31 AM

Using FFC Carryovers for the boss, side walls of an entire map for the only solid walls, and scripting an if( Link->InputUp),if( Link->InputDown),
etc. conditions and whatnot for every step of the way on each screen on the dmap, and NOT having those ones on the side walls unless Link->X or Link->Y are certain coordinates so that Link will stay on the screen and not warp unless Link->X or Link->Y equal the middle of the screen.
Simple. Doable. Easy. TIME CONSUMING.

#4 Lemmy Koopa

Lemmy Koopa

    We are the champions

  • Members
  • Location:Ohio

Posted 24 May 2010 - 10:17 PM

Well if it was like Z3 you'd need to group 4 screens together.
It would be better if someone who works on ZC made it though because they'd have full control of Link and all.

#5 Tree

Tree

    Everything must go away

  • Members
  • Real Name:Mundy Fumple McStroodlestein
  • Location:The Milky Way Galaxy

Posted 24 May 2010 - 10:58 PM

lets just hope the next z quest had more zelda 3 features in it.
and check this out!

Edited by cremeens1000, 24 May 2010 - 11:04 PM.


#6 Gleeok

Gleeok

    It's dangerous to dough alone, bake this.

  • Members
  • Real Name:Pillsbury
  • Location:Magical Land of Dough

Posted 25 May 2010 - 05:01 AM

I used screen scrolling in StarShooter, Despite what it looks like; And what it looks like is a black background with stars that move when you move, but that is because I wanted to make the entire game using only geometric primitives (And I did!). icon_biggrin.gif It wouldn't be too hard to tile that and add collision checking to it though. The point is that a) You give up all editor features, b) You have to script it, c) It may be time consuming, d) It's not really "re-usable" code at all.

#7 Plissken

Plissken

    What's with these homies dissing our girls?

  • Members

Posted 25 May 2010 - 02:19 PM

Yeah, it'd destroy every other built in functionality ZQ has at this moment. You would have to script nearly %100 of the game, you're better off just using Game Maker or PyGame or some other game making utility, because it's not even feasible to make scrolling script that can be distributed and morphed to be used for other's games.

#8 L33TSkillz

L33TSkillz

    Junior

  • Members

Posted 25 May 2010 - 08:58 PM

It doesn't necesarily have to break the editor... couldn't you find adjacent screens, then their tiles, then change ffcs to mimic the same types, triggering secrets and such on respective screens?


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users