Progress Thread - Wolfling

Moderator: Moderators

Post Reply
User avatar
gauauu
Posts: 779
Joined: Sat Jan 09, 2016 9:21 pm
Location: Central Illinois, USA
Contact:

Re: Progress Thread - Wolfling

Post by gauauu »

Lazycow wrote: There're still no tilesets or anims from Zolionline, so I guess it's questionable that we finish the game before the deadline. :(
You could submit it with wireframe graphics like you're posting here... Just pretend like it's a stylistic choice. It looks awesome from that mind set.
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Progress Thread - Wolfling

Post by FrankenGraphics »

Yeah, the wireframe is minimalist enough to come across as stylism. You could still get great scores. And there's usually time between the compo deadline and the cart realisation.
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Progress Thread - Wolfling

Post by tepples »

And there's also time between the volume 4 cart and the planned remix compo, which is about taking an existing entry and improving it.
User avatar
Lazycow
Posts: 105
Joined: Tue Jun 11, 2013 1:04 pm
Location: Germany
Contact:

Re: Progress Thread - Wolfling

Post by Lazycow »

:D Funny idea to use grey wireframes only... But then I don't have an excuse anymore if I cannot finish it in time... Uh oh...
User avatar
Myask
Posts: 965
Joined: Sat Jul 12, 2014 3:04 pm

Re: Progress Thread - Wolfling

Post by Myask »

Or some other free BG tiles on here, like what Twin Dragons did.


And, well, you just need something playable; the compo carts are in some ways the equivalent of software sampler/shareware disks…can always create a fuller game later.
User avatar
Lazycow
Posts: 105
Joined: Tue Jun 11, 2013 1:04 pm
Location: Germany
Contact:

Re: Progress Thread - Wolfling

Post by Lazycow »

Yes, using free graphics would be an option, but I don't like this idea very much. It would make the game less unique...

Update:
Image Image
items are working now:
- daggers. again. (only useable for Ling in human form)
- three keys for three different doors
- a heart refills some health
- a moonstone: unknown
- a potion: unknown
- heart container: increases the maximum health

Also, the game can now update sprites in VRAM on the fly when the player morphes. This was needed, because Ling in human form needs 112 sprite images and the wolf and morph images need 112 images, too. Too many to be stored simultanously in VRAM, if you want to have enemies... This is really tricky:
- music is disabled: to free temp ram for exomizer
- OAM updates are disabled: to free ram for 16 sprite images (thanks for the hint, rainwarrior)
- now 16 sprites are decrunched the OAM buffer
- then the NMI code copies 8 sprite images from OAM buffer to VRAM (2 times)
- the last 2 steps are repeated 7 times (7*16=112)
- OAM updates and music are enabled again
There is s short freeze (ca. 0.5 s) when morphing, but it is almost not noticable, because you cannot move while morphing anyway.

And the project has a 3rd member: Cyborgjeff is doing the music
cyborgjeff bandcamp page

Feature freeze! No more new game elements, I'm trying to make the game playable now...
User avatar
Lazycow
Posts: 105
Joined: Tue Jun 11, 2013 1:04 pm
Location: Germany
Contact:

Re: Progress Thread - Wolfling Zero

Post by Lazycow »

Image Image Image
I have build a basic tileset and two testrooms out of Zolionline's mockups: NOW WE'RE TALKING! This feels like a totally different game now.
The project has been renamed to "Wolfling Zero", because I'm to busy to include enough content, except for some kind of "mini-game-prequel".

Also, I have realized, that my "super-smart" idea to stop music to get enough ram for decrunching is GARBAGE, because like this the music stops on every roomchange.
So I had to reprogram the whole decrunching mechanism to allow non-stop music. Much better, but everything's delayed... :(
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Progress Thread - Wolfling Zero

Post by FrankenGraphics »

So pretty! Really great work, both of you. :beer: The theme does a lot here, there's no denying it.
User avatar
Ryoga
Posts: 61
Joined: Wed Mar 16, 2016 2:08 pm
Location: World 9 - Warp Zone
Contact:

Re: Progress Thread - Wolfling Zero

Post by Ryoga »

A really good job. The game looks great in the screenshots.
Rahsennor
Posts: 479
Joined: Thu Aug 20, 2015 3:09 am

Re: Progress Thread - Wolfling Zero

Post by Rahsennor »

Lookin' good. :beer:
tepples
Posts: 22705
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Progress Thread - Wolfling Zero

Post by tepples »

At least with all the features colored in on the sprite, it doesn't look like a different character anymore. The hair reads as hair, not a cap.
no_longer_Noddy.png
no_longer_Noddy.png (894 Bytes) Viewed 10947 times
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Progress Thread - Wolfling Zero

Post by FrankenGraphics »

Can the player shapeshift freely? I somehow got the notion when you wrote "moonstone" and "potion" that these would be the transformation and reformation items, sort of like how you're restricted in changing abilities in smb 3, which could potentially be a bit of a platforming puzzle sometimes... though, i don't know if that is what you intend to - just a wild guess on my side.
User avatar
Lazycow
Posts: 105
Joined: Tue Jun 11, 2013 1:04 pm
Location: Germany
Contact:

Re: Progress Thread - Wolfling Zero

Post by Lazycow »

Yes, indeed. I had the same impression with the grey "hair-hat". My placeholder graphics cannot compete with Zolionline's art... Of course not 8-)

Currently, the only way to morph to a werewolf is touching moonrays, which can be found here and there.
And SELECT morphs back. (anytime)
The Idea: Werewolf form is stronger, but cannot go everywhere. (cannot jump as high, cannot use items)
- most enemies are easier to defeat as wolf
- some walls are too high for wolf
- stone doors can only be opened by wolf-attack
- a potion could manually morph to wolf (n.i. yet)

Yes, that's it. I haven't found many puzzles that need human or wolf form so far and I would be happy if you have some additional ideas!
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2064
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Progress Thread - Wolfling Zero

Post by FrankenGraphics »

That sounds like a solid plan.
I haven't found many puzzles that need human or wolf form so far and I would be happy if you have some additional ideas!
Some initial thoughts:
-I suppose a moon ray could potentially force ling to transform to wolf. That can serve as both puzzle and lock towards another area. These functional restrictions are for naught if the retroformation is always an option. On the plus side, always being able to morph back grants the level designer some leeway to be able to not take care to trap the player in wolf form. Another approach somewhere in between might be to let wolf acquire the skill (moon crystal?) to morph back at will at some point in the game, thus making previous moonbeam locks/puzzles a blast to pass through (if there's even retracing, that is).

-Likewise, daggers might be an acquired skill. I wouldn't recommend economizing them as ammo, though.

-Is wolf faster than ling and/or has a different acceleration curve? If so, it seems ling can reach higher, but wolf can bridge platforms farther apart on the horizontal plane.

-Is wolfs' hit box lower than lings'? If so, wolf might be able to pass narrow passages ling can't.

-Do both have the same ability to steer (or not steer) trajectory while jumping? Not sure how i would do such a variation useful in terms of platforming, but i thought i'd mention this aspect anyway. EDIT: Well, if she goes off a cliff and is falling, would she be able to reach an alcove in the same direction she came from? How quick might she be able to do that? Same goes for the prospect of scaling an upright wall with little ledges - here wolf is out of question because wolf can't jump high enough.

-Daggers can reach places the player character can't. Thus, daggers may be able to manipulate off-reach interaction points/switches. A variant of this is a special gate that only opens if all enemies have been zapped - just make sure those enemies aren't frustrating to dispose of. You said feature freeze though, so this point is out of scope.
User avatar
Diskover
Posts: 219
Joined: Thu Nov 24, 2011 7:16 am
Contact:

Re: Progress Thread - Wolfling Zero

Post by Diskover »

It's beatiful
Post Reply