Posts: 1,073
Threads: 38
Joined: Mar 2008
06-04-2008, 05:35 AM
(This post was last modified: 11-04-2008, 02:51 PM by Silverthorn.)
@BP
I intend it for something like this:
[youtube]yUSWe1Wlr1k[/youtube]
I could make the camera scrolling smooth like in the video (which i'll do eventually).
@azikary
yea i originally was intending for it to be something like that. (this way it'll be more organised).
Azriel~
Thanks given by:
Posts: 28
Threads: 5
Joined: Mar 2008
do you think you might make like a double jump thing( in other words if a platform is to high you have to use double jump to get up there) and also that would give potential for more attacks.
Thanks given by:
Posts: 4,878
Threads: 162
Joined: Mar 2008
@Azzy
This game looks really funny, but yea, sort of that would be cool, too... so... wait... now I have another question related to that... would it be possible then to code bgs that have a zwidth > window, like a z-area that goes from -300 to 2000 and the camera-perspective would still work and the player wouldn't disappear?
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~
"Freeze, you're under vrest!" - Mark, probably.
» Gallery | » Sprites | » DeviantArt
Thanks given by:
Posts: 1,073
Threads: 38
Joined: Mar 2008
it already scrolls in z axis.
Azriel~
Thanks given by:
Posts: 1,073
Threads: 38
Joined: Mar 2008
06-13-2008, 06:13 AM
(This post was last modified: 11-04-2008, 02:51 PM by Silverthorn.)
update:
[youtube]WMMehUnrX9w[/youtube]
scrolling bg implemented. however, my algorithm is different from lf2's algorithm. I don't even know how mine works =S. In english, I used
ratio = width ÷ map_width
renderx = x + (ratio × cam.x)
x - defined in bg.dat (layer)
width - defined in bg.dat (layer)
map_width - width of the whole bg
renderx - coordinate to render the image
cam.x - the x coordinate of the game's "camera" relative to the map.
plus all those optimization stuff I mentioned earlier (and I also optimized the bg layer images)
Azriel~
Thanks given by:
Posts: 66
Threads: 2
Joined: Apr 2008
are there gonna be any new char/moves?
Thanks given by:
Posts: 1,073
Threads: 38
Joined: Mar 2008
06-16-2008, 04:05 AM
(This post was last modified: 06-16-2008, 04:07 AM by Azriel.)
I'm building the exe, not the chars/bgs atm. I'll probably get someone else to do those.
Azriel~
Thanks given by:
Posts: 43
Threads: 1
Joined: Mar 2008
Nice progress!
But as I saw, there are an overload of LF2 WIP remakes in the officials... So LF2 is going at a new road now
"Hmmm, we should call an ambulance... CALL AN AMBULANCE!!!"
Since the "new rule upcoming" I may not keep posting in green... Well, who cared anyway.
Thanks given by:
Posts: 1,073
Threads: 38
Joined: Mar 2008
06-19-2008, 11:49 AM
(This post was last modified: 11-04-2008, 02:51 PM by Silverthorn.)
update:
[youtube]vdoj780fLTo[/youtube]
smooth camera scrolling.
next: running.
Azriel~
Thanks given by: