Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I'm impressed, I've never played PinkTurtle before and it's got a wealth of content!  The graphics and music are solid aesthetic choices, and judging from the models & textures I saw you're even adhering to the technical restraints of the old hardware too!  From your comments both here and on aggydaggy it seems that you're well aware of what needs work so I won't beat a dead horse.  Gameplaywise it'd be nice if some of the enemies (especially what I think are the weaker ones) telegraph their attacks a little more.  If you watch my playthrough towards the end I was trying to parry a lot of attacks but things like the reedbird's (the turqouise turkey) & lizard's attack just seem to come out real fast.  Also I'd appreciate if I could see what all I have equipped wihtout bringing up the inventory, I'm smoothbrained so I would equip my spells and then when I needed them I'd just end up casting them all to figure out which one was which.  And finally, quicksave & quickload button would be appreciated.

I also encountered the bug osur mentioned, where equipping something (for me it was my melee weapon) locked out the character, inventory, and pause inputs (I didn't try journal).  Also I could duplicate torches, but only one would be the "real" torch that I could pick up and such.

I had a lot of fun stealing the Berserker blade!  I would've stolen it my first try completely cheese-free if I remebered to put away my weapon too, but that was just me being new to the game.  I didn't balance recording volume well so my commentary gets drowned out during the combat music, but I hope the playthrough footage helps nonetheless!

(1 edit) (+1)

Thank you very very much for playing and spending so much Time in it!

It really helped me find a lot of new Bugs to fix (aswell as some old ones reoccuring).

Sadly Adol didn't have the dialog options he should've had, which left you more lost then you should've been. Also I'll be sure to include some option to ask the Guards for directions to the Farms. 

*Edit:

Forgot to talk about the Terrain. I did the Terrain models themselves in blender, split the Island into multiple overlapping chunks, you can notice the seems between those quite easily.

For the Material, its vertex painted, to blend between different world aligned textures based on what vertex color is used. I use a bunch of different materials for different chunks/Parts, i.e. cliffs use a different one with a different set of textures then grassy grounds or caves. I'll just make sure one of the vertex color combinations ( like 0 green, 0 red, 1 blue i.e.) corresponds to the same texture if the materials share edges, so it has a smoother blend between them.

Well, glad it helped!
Oh and I don't think I was ever lost.  I could tell that the intended path was for me to go to the camp after Adol's (it's quite eyecatching from his hut), and after the camp it's quite natural to go to the pirate cove.  I guess I could've snuck in there instead of paying 300 gold if I got past that first turkey .  I just like exploring a lot, I like the enemies who can just floor you when you go to the wrong area (I might be a masochist as well as an explorer).  It's a nice way to encourage players to go certain directions without forcing them to, and I almost took out a skeleton.

>notice the seems between those quite easily
I didn't notice a thing.  This is just one of the things that are glaringly obvious to you since you made it.  Did you do the vertex painting in UE4?  I can only get it to paint entire faces for me instead of individual vertices, so I can't really use vertex colors for texture blending.

I paint them in Unreal yes. Basically my Material/workflow looks similar to 

My models have a higher vertex count whever different textures meet, i.e. pathways or cliff/grass connections, to allow blending on a smaller scale there. Since my models are pretty huge for terrain, and the brush size seems to be a value based on model size, I frequently have to turn it way down to 0.1 or 0.05 or something to only catch a few vertices or even only one at a time.