ID:167810
 
How do you make a side-scrolling game?
FireBallHatePeace wrote:
How do you make a side-scrolling game?

Short answer: Not with BYOND. I know some people have worked on them, but in all honesty BYOND isn't really designed for that sort of game. The result will be unsatisfactory.

Lummox JR
In response to Lummox JR
what about all the dragonballZ games?
All i want is for the screen to move when u move.
In response to FireBallHatePeace
FireBallHatePeace wrote:
what about all the dragonballZ games?

Case in point.

Lummox JR
In response to Lummox JR
????????
I mean how do you make it so you map is really big without making your character really small
In response to FireBallHatePeace
oh yea and also how do you make more turfs, and area than 1?
In response to FireBallHatePeace
FireBallHatePeace wrote:
I mean how do you make it so you map is really big without making your character really small

Well the map can be any size you like. If you want it to be visible as big icons by default, keep world.view to 6 or less (for most systems).

Lummox JR
In response to FireBallHatePeace
you simply code another turf or area.Heres an example:
turf
dirt
icon = 'dirt.dmi'
icon_state = "dirt"



In response to FireBallHatePeace
i would like to recomend u....to get the Guide and read it like im doing, and im new here...


G00d l|_|cK w1th y0uR gam3
In response to Dragon_fire6653
I dont understand........ ARRRGH
In response to FireBallHatePeace
Go read a guide. Or a source code of some game. Dont rip it though, just read through it. Oh and your screen follows your mob by default.
In response to FireBallHatePeace
.:le sigh:.
what Lummox JR is saying is:
// ...set the
world //world
view = 5 //.view


what Dragonfire or whatever is saying:
turf
someturf //for grass
icon = 'blah.dmi'
somemoreturf
icon = 'blahblah.dmi' //for water
density = 1 //make it so you cant walk through it
evenmoreturf //for walls
icon = 'blahdeblahblah.dmi'
density = 1 //no pass through
opacity = 1 //no see through

seriously. setting up turfs is the easiest it gets. You can't be trying that hard to learn seeing as this is the kinda thing thats easily found in all the resources available to you -.-;

Please go read through the tutorials and things, it'll help you so much. Especially Zilal's (sp?) trilogy of tutorials. (Link is through the 'Tutorials' link, left hand of your screen, under Resources. >.>)

Not meaning to come across as a jerk. Just..grumpy right now..^^;