Home 3D Art Showcase & Critiques

Immortal Redneck, a FPS roguelite set in Egypt -– Devlog

polycounter lvl 4
Offline / Send Message
Dvonio polycounter lvl 4
Hello, Polycount! I'm one of devs of CremaGames – a Spanish indie game studio – and I'm working on a game called Immortal Redneck. I don't know if you have heard about it – it's very early in development–, so let me talk a little about it.
wVfFo7Ipng

Facebook | Twitter | Vine

Immortal Redneck is an arcade FPS set in Epygt with roguelite elements like permadeath, randomly generated rooms, skills and guns you can improve with gold and a very particular twist: the money you earn playing can only be spent after you die and before a new run, so you can't save it. Oh, and the main character is a very wacky folk that somehow has ended up being a immortal mummy that fights demons and fantasy creatures inside three colossal pyramids. A very normal situation, if you ask me.

Inspiration

Our main references are Ziggurat and Rogue Legacy, but there are bits of other roguelites here and there as well as some old school shooters. There is also some Serious Sam in Inmortal Redneck because, you know, Egypt. Each class has their own skills, stats and weapons, and there is also a literal skill tree outside the pyramids, so you could say there is some RPG elements too. We have nine different classes in mind right now.

Artworks and concepts

Here you have some stages concepts. We want every room in Immortal Redneck to be kind of a challenge. There is a lot of jumping, differente heights in each room and all of them will be procedurally generated.

EjDl4HNpng

3V48sk8jpg

triyJy6jpg

This is a mockup about how we want Immortal Redneck to look. We are a far from here right now, and obviously the 3D graphics will change a little bit how it looks. Anyway, this is how we imagine a random room: packed with enemies, different heights and a weird gun in you hands.

pNENio7jpg

This is a concept of one of the enemies, the archer. This strange mix of Anubis head and hunk attack from a distance and will flee if you try to reach them.

1RKJksqpng

Here you have two screenshots from a pre-alpha build. We are working really hard in the game atmosphere. We want the room around you to be very present in your head while you move and shoot, so we want a very specific light. So here is more or less how we want the game to look once we have all the final assets and stuff in it. It would be really great if you give us your opinion about it. Right now, the game looks very different, a lot more colorful, but this is what I can show you at the moment, haha.

24S1C5Bpng

PbJPbqApng

Goals

We want players to have fun and to make split second decisions while running, shooting, jumping and dodging enemies, but they also have to plan a little before each new run. That’s the idea: to improve their character and to fight the unknown inside the pyramids. Since every room is randomly generated, there is no way to anticipate everything.

It’s the studio first game outside a mobile environment, so even though we have lot of challenges in front of us, we are aiming for something great and, above all, fun. Immortal Redneck will ship with a Story Mode, a Daily Challange and a Speedrun Mode. There is no multiplayer planned, but never say never. The plan is to have a demo ready around March 2016 and to launch it in September for PC. Hopefully, we can also publish it in PS4 and/or Xbox One, but that is still a long way from here…

So I'll keep you updated about the stuff we make and I'll change this first post one I have more to show. I know this first post doesn't show much, but I think you'll like the next one. Hope you like it. I’m eager to read what you think about it.

Replies

  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Well, I just showed you the game, Immortal Redneck. Now, I want you to see our sand rendering. I thought you'd find interesting the creation process, so here it is.

    What we wanted

    While designing the rooms of Immortal Redneck, we wanted to create sand piles based on the terrain. It was an easy task, but we wanted them to be meshes we could bring into each particular scene easily.

    A example of our first attempts.

    TTDeUHO.png

    We didn't like how the mesh and the terrain mixed together, as you can imagine. It seemed outdated and didn't look like sand at all once the texture was on a mesh, so we created a specific shader that could make very detailed and soft transitions between the sand piles and the floor.

    About the shader

    I really wanted to have the ability to 'paint' some surfaces with sand, and to achieve this, we developed a shader that uses the vertex colors to show the correct amount of floor and/or sand. I disliked the idea of having the typical blend, so the shader is configured to show the sand texture according to the floor heightmap. Also, the texture has a planar projection to ignore the UV mapping so it can tile correctly.

    Here's how the shader looks in shader forge. Thought you might find it helpful.

    ZO5kU7g.png

    And here's a little demo so you can see how it works. This is how we 'paint' sand...

    aPkqdHy.gif

    And this is how we 'erase' it. I'm just playing with opposed values: black for painting, white por erasing.

    SwzOIlX.gif

    We had a little problem with the shader, though. When the terrain mesh and the painted shader mixed, the transition was a little too obvious. Look:

    qaidt37.png

    Ql1o5g8.png

    The problem was caused by the vertex normals. The way it was working, the sand's and the terrain's normals were not aligned in the intersections: the first one pointed in whatever direction the geometry was pointing and the other one was just vertical. This was an issue since we needed both meshes working together, so the solution was to create a specific tool to match the normals. This way, they would be pointing vertically in the intersection.

    About the tool

    Carlos, our programmer, created the tool I needed, but he thought it was a good idea to write two modes in the tool: one that changed all the vertices and another that only affected the edges. The last one is the one we ended up using in the game.

    We first tried to change all the normals' vertices, but even if the transition was smooth this time, the light was acting a little weird. Instead, we used the other mode that only affected the edges of the mesh.

    It's easier just to see what we mean. In this image, you have the floor normals, all pointing vertically.

    3JzIfKA.png

    Here, the mesh normals, unaffected by our tool. See those lines in the edge of the mesh? That's what made the cut so abrupt.

    joXzLXC.png

    Now, when I apply the tool to 'all vertices', the normals end up like this. See how the light is strange?

    AOdxeJM.png

    In the end, I used the tool only on the edges, so both the floor and the sand point in the same direction only when needed and the rest of the mesh acts normally, unaffected.

    a31Hs3t.png

    Here you can see better our problem with the light. Shadows were just wrong and didn't look natural at all.

    TM79HH66d69oI.gif

    "Sandpainting"

    Now that I have explained all this technical stuff, I can just show you how the final sand looks.

    wSfHUIq.png

    1wH061S.png

    eQikdVb.png

    Ics2MLs.png

    A little video of the 'painting' process.

    [ame]http://www.youtube.com/watch?v=M4DLpLnixk8[/ame]

    And that's all for now, folks.

    Immortal Redneck is growing so fast sometimes it's scary. If things go as expected, I think I can show you some of the first guns we have in the next devlog. Hope you have liked this one, and any suggestion you have about this post or the game, please tell me.

    Thanks for reading!
  • The Rizzler
    Options
    Offline / Send Message
    The Rizzler polycounter lvl 9
    Wow, that concept art is very easy on the eyes, looks great! The alpha build captures the visual essence you were going for very well I think, but if you'll take my humble opinion;

    The small dark grey bricks in the upper half of the alpha room look quite small - I can't help but think of the poor soul that had to put them all there, maybe reduce the tiling? From the concepts it looks like the rooms could get absolutely gigantic, so if that texture reappears then you'd get the impression that a lot of man-hours were spent by slaves placing those tiny bricks around haha, but still even in such a small room I wouldn't expect the architecture to be so detailed.
    The red decal (scarab looking circle with wings?) looks too clean for me - if these levels are supposed to be ruins, then I'd expect it be heavily worn or even embossed/sculpted into the rock rather than any pigment left behind, but that depends on how old these ruins are and how realistic you want to be of course
    I feel there's nothing wrong with colour especially in such a stylized game, but the room does seem to be lit a little too well. I feel like, in the concept with the purple skulls for example, lighting that doesn't illuminate every corner of the room gives a more 'creepy' and 'dangerous' feeling which I feel would add to the sense of danger you're going for with the permadeath, hazards and pitfalls. For candles and braziers, they sure seem to be bright, is all I'm getting at!
    I guess overall, my opinion is that the game should stay colourful but be a little darker and look slightly more time-worn and decayed. I think the sand everywhere adds a lot to that feeling already and the shader looks really nice, great job.

    Subscribed
  • Tim Lewis
    Options
    Offline / Send Message
    Tim Lewis polycounter lvl 7
    Cool write-up of the sand shader and how your team solved the terrain blending problems. I hadn't heard of Immortal Redneck before, but it sounds really interesting and I really love roguelites. :)
  • Stinkfoot
    Options
    Offline / Send Message
    Stinkfoot polycounter lvl 11
    Love those colours!
  • Spencer_Holmes
    Options
    Offline / Send Message
    Spencer_Holmes polycounter lvl 6
    I love the concept. Rednecks are cool!
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Wow, that concept art is very easy on the eyes, looks great! The alpha build captures the visual essence you were going for very well I think, but if you'll take my humble opinion;

    The small dark grey bricks in the upper half of the alpha room look quite small - I can't help but think of the poor soul that had to put them all there, maybe reduce the tiling? From the concepts it looks like the rooms could get absolutely gigantic, so if that texture reappears then you'd get the impression that a lot of man-hours were spent by slaves placing those tiny bricks around haha, but still even in such a small room I wouldn't expect the architecture to be so detailed.
    The red decal (scarab looking circle with wings?) looks too clean for me - if these levels are supposed to be ruins, then I'd expect it be heavily worn or even embossed/sculpted into the rock rather than any pigment left behind, but that depends on how old these ruins are and how realistic you want to be of course
    I feel there's nothing wrong with colour especially in such a stylized game, but the room does seem to be lit a little too well. I feel like, in the concept with the purple skulls for example, lighting that doesn't illuminate every corner of the room gives a more 'creepy' and 'dangerous' feeling which I feel would add to the sense of danger you're going for with the permadeath, hazards and pitfalls. For candles and braziers, they sure seem to be bright, is all I'm getting at!
    I guess overall, my opinion is that the game should stay colourful but be a little darker and look slightly more time-worn and decayed. I think the sand everywhere adds a lot to that feeling already and the shader looks really nice, great job.

    Subscribed

    Thank you for your comment, rizzler.

    We are opting for a 'cleaner' style indoors. The team thinks we can get more variety this way instead of placing ruins everywhere or working on very specific details. After all, it's a roguelite with randomly generated rooms, we had to make some cuts here and there. There will be some degradation in the scenario so it looks aged, but we can't concentrate yet in such details.

    About the scarab, yeah, you are absolutely right. The one you see in that image was just a quick test of our decal system (I just grabbed the texture from one concept art). The same way, the lighting you see is just a first test. We have to work a lot more on it while improve the game and work on weapons and other stuff.

    Anyway, thanks again for your suggestions. And thank you guys, we love you all!
  • Makkon
    Options
    Offline / Send Message
    Makkon polycounter
    Those sand piles blending with the bricks is just lovely. And you have a very clever solution for that, too! Thanks for the documentation on that!
  • leilei
    Options
    Offline / Send Message
    leilei polycounter lvl 14
    The sand thing can simiarly be accomplished in fixed function pipelines by alpha color masking with a GE128 alphatest brick texture layer over opaque sand... i'm inspired to try that trick myself. Won't be as natural though
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    New devlog! This time I'm showing you about Immortal Redneck's guns, about three of them to be precise.

    Grandpa, the handgun

    Grandpa started as a revolver, but it ended up another way. It has a strong recoil, but it’s a powerful weapon. We are not sure about the size of the magazine just yet, but there will probably be around 10 or 12 bullets.

    qMLLKh0.png

    ly36Qnn.png

    wkkl3P1.png

    It’s design is rudimentary and almost impossible, but that’s intentional. The way it’s hold, the way you reload it and its hammer are plain stupid, and we love that, but we wanted it to look like it works, like it's a real handgun. Even if our animations are simple, every frame is special to us and we need everything to work together. So yeah: silly gun, clever concept.

    Oh, and about the name, let's just say that the redneck's grandpa woke up one morning a little angry with the world and decided to leave with a bang. A literal bang.

    [SKETCHFAB]6ff6933d869e4ec8a646098287c71ea2[/SKETCHFAB]

    [ame]https://www.youtube.com/watch?v=B3NQklfxjmQ[/ame]


    Mr. Tickles, the shotgun

    The background story behind this one is my favourite so far: it involves the redneck's mom and dad and a cow called Betty. Basically, his dad thought it was a good idea to milk the cow in the kitchen, the cow panicked, knocked him out and her mom had to tickler the animal with Mr. Tickles. That's how she told the little redneck when he arrived at the kitchen and show such a spetacle.

    eeI5dCc.png

    1fo2Cih.png

    cEYxI08.png

    As you can imagine, the shotgun is a beast that makes a lot of damage, has a great spread but its range is really short. we are afraid it ends up overpowered, that's why we made a slow reload and we are thinking over the amount of ammo you can carry.

    [SKETCHFAB]c54b6b43bf104f07aef0c801f5d56dcf[/SKETCHFAB]

    [ame]https://www.youtube.com/watch?v=AwRz12_Tt4Y[/ame]


    Dina, the dynamite

    And last, but not least, Dina, the dynamite. The name is the redneck sister's name. Se is a very problematic girl with a bad temper, so you can understand why he thought it was a good joke to name a explosive after her.

    xaCfZRq.png

    10SJcXu.png

    Ob8gJ1a.png

    Theres not much to tell about the dynamite bundle: it explodes, it makes huge damage and blows up either on contact with an enemy or after a few seconds after you ignite the fuse – we don't have that effect implemented yet, btw.

    [SKETCHFAB]b46086ca4d764b4998a998fd7cee434e[/SKETCHFAB]

    [ame]https://www.youtube.com/watch?v=2pTQXyX0RaE[/ame]


    And more coming soon

    Those are our first three guns. Grandpa, Mr. Tickles and Dina are the most basic ones in Immortal Redneck because they are the starter class’ ones, but that doesn’t mean they are not powerful or useful.

    Each one of the classes in Immortal Redneck will have their own guns, but there will be others you’ll grab while playing, also. The stats of each class and gun will affect the way you play our game, so you’ll probably have favorites and you’ll use different strategies depending of which one you choose in each run

    And just so you don’t have to imagine what we are trying to do, look at this artwork.

    nh0Y3HV.png

    Thanks a lot for reading and thanks a lot for your comments! :)
  • homart
    Options
    Offline / Send Message
    homart polycounter lvl 8
  • blinKX10
    Options
    Offline / Send Message
    blinKX10 polycounter lvl 7
    Something nit-picky but when the Dynamite is thrown I feel it would look better if it emitted just to the right of center rather than basically the center of the camera.
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey, thanks guys, yeah the dynamite animation is going to be reworked to match where the dynamite comes from, we also received some feedback on the shotgun that we should try too.

    Thanks <3
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hi there! I'm here again with another devlog about Immortal Redneck. I'll try to be brief this time, since most I'm showing is artwork.

    Most stuff in our game happens indoors, inside the pyramids full of rooms and full of enemies. But outside them, you improve your character and unlock new classes, abilites and more. You need gold for this, of course, and you only obtain it inside the pyramids. When you die, you get to spend it all, since once you get inside a pyramid again, you lose it all. 

    The sarcophagus

    More on this later. For now, enjoy our sarcophagus, the mystical coffin where you regenerate each time you die. We tried different faces and styles for the plataform where it rests. The final one is the, uh, final one.
    Different tests for the sarcophagus. We changed the head later.


    The plataform design tests


    The final plataform with the almost final sarcophagus



    And this is the final sarcophagus


    The skill tree

    Theres two crucial stuff outside the pyramids you'll need to keep on your mind all the time: the skill tree and the merchant. I won't say much about the merchant because we are not ready yet and because it's pretty obvious, so I'll tell you a little about the skill tree.

    Firts of all, it's a literal skill tree: it has a place outside the pyramids and it grows as you make your character stronger and it grows new branches when you unlock new classes. How do you make it grow? When you spend gold. Obviously, the tree itself needn't gold for anything, but the gods do.

    Here's a gif of how we want the tree to develop. It's an acacia, btw, a sacred tree in Ancient Egypt.


    And last, but not least: more concepts

    We are still working on the 3D envorinment outside the pyramids, so we can't show you much about it. But it would be really rude to just tell you about them, so I have some concept arts so you can imagine the inmense scale of the pyramids and the sense of awe the poor redneck feels everytime he gets out the sarcophagus.

    Of course, the final game won't look exactly like these concepts, but it will surely be a mix of all the ideas in them. Enjoy them and tell me about what you like or what you don't if you feel like it, please.

    Our first ideas about the game were rather different from where we are going right now, but I thought you'd like to see these futuristic pyramids.


    Once we knew we'd take the more ordinary egyptian atmosphere, we started making more concepts. In this one, you can see the merchant tent and the skill tree.


    This is the concept you probably have seen a lot of times in this devlog, since I posted it as an example many times. We wanted something big and esoteric all around the egyptian stuff


    And this is a door, but not an ordinary one. It's the door to the first pyramid. We should have drawn a redneck so you could understand the scale of this structure: it's about 20 meters tall. 


    And that's all. I know I'm showing too much concepts and too little gameplay, but that's going to change soon. My next post will probably be about the randomly generated rooms, so I hope you like it. And this one too! Thanks for reading :)
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    New devlog! This one is shorter, that the previous one was a scrolling nightmare. Sorry about that. 

    So, we have a new shader to dissolve stuff in sand. Like this:


    How does it work? Easy: the shader has two values: one that allow us to make transitions from any texture to sand and another one that makes the object dissappear from top to bottom while using the world position as a reference. Given this, we make an animation so it looks like you just have seen and then we add a sand particle so it 'splashes'. 

    Since we have other shader
     that paints sand according to the vertex colors in a plane, we wrote a script so once the animation is in motion and the sand particle splashes, the script starts painting the vertices below the given object. 

    This is how it all works together:



    This sand shader and script can also be used to achieve other cool sand effects, like an enemy leaving a sand trail while moving. We’ll probably use it in a future creature because ir really looks nice:

    https://www.youtube.com/watch?v=hAoz2OVRMEY

    So, to summarize, this effect is achieved with a few tricks:

    – the new shader that uses a noise texture to make a non linear transition,
    – a sand particule system from Unity,
    – our other sand vertex shader,
    – a script that paints those vertices
    – and the animation putting it all together.

    I hope you find it interesting, that you like it and that you tell me if you find something wrong or have some insight about our game! Thanks in advance, people!  <3
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey! New devlog today about the drops in Immortal Redneck. 

    A game that's both an arcade FPS and a roguelites needs drops so you can survive. We have five types of drops: guns, ammo, health, gold and scrolls. 

    Guns, ammo, health



    Guns are dropped either by killed enemies or by opened loot chests in special rooms. If you want to know a little more about how we are planning them, you can read this previous devlog.



    Ammo replenish your bullets, shells, etc. and is dropped by dead enemies in two sizes: small and big cans. No matter the size of them, you'll always pick ammo for each of your guns, but in differente quantities: the primary gun take most, the secondary/special a little less and the third/heavy one, even less ammo. We have to work the numbers yet on this matter, but that's the idea. 



    Health is as simple as it gets: heal you up when you pick it and is kind of rare. It's represented by a tasty crocodile steak, so yeah, you kill monsters and eat their meals. 

    Gold



    Now, the most importante drops. First, gold, Immortal Redneck's currency. We have three types of coin that will grant you different amounts of gold and they are dropped by killed enemies, again. Gold is used to buy skills and to unlock new classes in the skill tree and to buy better guns in the merchant. More about it here. 

    Scrolls

    And last, but not least, the scrolls. This is the most roguelikish aspect of our drops, since scrolls give you a different ability or state. They can be both good and bad for you, though: there's a chancee you pick one up and it increases your health, but also a chance that it makes the whole screen pixelated and you can't see well. 



    This might seems as a kind of annoying feature, that's why we are going to test the shit out of it so it's not unfair and you just feel there's a risk each time you pick a scroll. We want this tension to be part of Immortal Redneck's momentum: being surrounded by enemies, killing them and thinking a scroll might help you, but fearing it can also be a bad idea. 

    And what kind of scrolls do we have? I'll give you some:

    - Explorer: Reveals the whole floor map
    - Heavy Duty: One more weapon slot
    - Pay Day: Win more gold with each drop
    - Bullseye: You hit harder with each shot that hits an enemy. If you miss, the counter resets and starts
    - Tortoise: Hits in your back don't damage you
    - Second chance: If you get killed, you instantly reappear where you died.

    Those are the good ones, but our bad scrolls will take you jump, make you slow, change your weapons randomly and such things. Be prepared!

    So that's it for today. If you want to read a longer, less summarized version of this devlog, visit our official page, please. And as always, thanks in advance for you comments and insight about our game. It's always really helpful.
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    New devlog! It's about an enemy! It's called Warrior and is a melee creature! More exclamation marks!!!!!!


    So, what about the Warrior?

    The Warrior is one of our first enemies and also one of the strongest: if he hits you with his giant mace, you’re gonna really feel the pain. It might seem like a small, fatty creature, but it’s actually more than two and a half meters (about 8,2 feet) tall. The redneck’s 1,8m (5,9 feet), so it’s huge in comparison to the player. Since I'm showing it alone and with almost nothing else to compare but our 'pharaonic' blank scene for testing, it doesn't look big at all, but believe me: it will look like that in the end. 

    It’s a very simple enemy. It’s that kind of monster that you can easily kill with some distance and patience, but that you need to keep an eye on. If you leave one or two warriors moving around freely, they’ll end up surrounding you in the worst possible time and hitting your sorry ass hard

    Let's see him in action. I won't go into detail about the programming side of the creature, but if you are curious, you can read about it in our devlog.

    First, this is the Warrior without textures nor the final animation, but look how it follows you:

    https://www.youtube.com/watch?v=sli-8spRIpw

    Here, the creature when he needs to find you and it just moves around.

    https://www.youtube.com/watch?v=pBj9xV0YbTs

    Now, with an almost final texture an attacking the player. Notice how he starts attacking before reaching you. We wanted him to attack that way so it looked more natural. He also attack still, of course.

    https://www.youtube.com/watch?v=GbI8zWbBSg4

    This is the final movement of the Warrior, adapted so he has to attack you always face to face. There was a silly bug that made him attack in the wrong pattern if you just move around him, but we solved it.

    https://www.youtube.com/watch?v=yw2rkOzzmwY

    And last but not least, various Warriors and two Skulls trying to kick the redneck's sorry ass.

    https://www.youtube.com/watch?v=p3WMg2e0V7w

    Hope you like how we designed and animated the Warrior. Our idea was that the Warrior is not a hard enemy per se, even if it makes tons of damage; but when you have a lot more creatures in a single room, a few Warriors can be a real pain in the ass.
  • hmm_rock
    Options
    Offline / Send Message
    hmm_rock polycounter lvl 10
    This is looking great. The style really screams fun. Thanks for the write-ups! Subbed
  • The Rizzler
    Options
    Offline / Send Message
    The Rizzler polycounter lvl 9
    Well after the forum update it took me far too long to find my favorites, including this thread! If you'll take my opinion again...
    That sand effect is brilliant, don't think I've seen anything like it in other games. Definitely use it on an enemy, maybe a creepy mummy that drops a sand trail out of the cracks in its bandages as it comes towards you, as well as enemies that pop into sand when you kill them? 

    The currency I feel (personally) would be better if it was more visually distinctive, having them a similar shape but different colour reminds me of the rupees of Legend of Zelda which is alright, but I think for all of them to be successfully identified as 'gold', they'd have to be gold in colour. 
    In my opinion you'd get a stronger sense of 'tomb robbing' if you kept that Egyptian coin as a base 1 gold piece that appears a lot, then have higher value gold objects that look more elaborate and valuable - e.g. you could break into a secret area or kill a difficulty enemy and find treasure looking like this 

    The scrolls - love the idea, maybe make some scrolls low risk/low reward, some high risk/high reward so the player has more control over the amount of risk they want to take? e.g. the bullseye scroll's random negative effect could be similar to the positive, except it changes your weapon if you miss - the positive/negative effects could be in the same vein if that makes sense.
    I think taking away the player's jump entirely as a negative effect wouldn't mesh well with the focus on platforming, maybe have it so that the player can only jump once every few seconds, so that they can still work around it?

    The enemies - not sure if either enemy is final but is it possible to jump over the soldier's horizontal swing? It would be cool if you had options if they do get too close, and I think it would convey the strength of the attack better if it was a little slower as well. You could also add an overhead attack that the player would have to sidestep to avoid, so that if they meet a soldier in a cramped corridor they can get past as long as they react to either attack properly (jump the horizontal or sidestep the overhead, instead of just jumping every time against 1 attack) But of course it's up to you, maybe I've been playing too much dark souls and want more melee focused combat 
    With the skulls I think they charge too slow, they're really easy to see coming. Maybe if they could strafe and flap about in the air and be hard to hit, then telegraph a charge move (stop moving, eyes glow or mouth opens) and launch towards the player but take more damage during the charge? Then the player has the option of either spending ammunition trying to take them out at range or risk it and wait for them to charge for an easier kill (or most ideally for them to telegraph, when the skull is still)
    But anyway I hope I'm being helpful and not just blabbing on again. Really liking the look of this game so far
  • nickcomeau
    Options
    Offline / Send Message
    nickcomeau polycounter lvl 4
    I love the style! And the shaders you are working with are pretty sweet as well :) great job
  • lotet
    Options
    Offline / Send Message
    lotet hero character
    Love ths, the style and everything looks great, also loving the format and youtube videos.
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey, Rizzler. Love your feedback, so do not apologize for posting such helpful tips, please.

    That sand effect is brilliant, don't think I've seen anything like it in other games. Definitely use it on an enemy, maybe a creepy mummy that drops a sand trail out of the cracks in its bandages as it comes towards you, as well as enemies that pop into sand when you kill them? 

    I'm so glad you like the sand rendering. It's such a simple trick, yet so beautiful... I know I shouldn't be so proud, but man, I love everyone is loving it and telling us, haha. We are still thinking about what kind of enemy would be the best for the sand trail effect. We are using the shader in at least one of them, that's for sure.

    The currency I feel (personally) would be better if it was more visually distinctive, having them a similar shape but different colour reminds me of the rupees of Legend of Zelda which is alright, but I think for all of them to be successfully identified as 'gold', they'd have to be gold in colour. 
    In my opinion you'd get a stronger sense of 'tomb robbing' if you kept that Egyptian coin as a base 1 gold piece that appears a lot, then have higher value gold objects that look more elaborate and valuable - e.g. you could break into a secret area or kill a difficulty enemy and find treasure looking like this ?

    Fancy you mention Zelda, because that's exactly where we were looking when making our currency, haha.

    I know it might seem strange to use the same word with coins that are not golden, but it just is an easy way to remember your 'points' while playing.

    About making various objects to represent different amounts of gold, that a great idea. The problem? Our time and resources. We chose to make coins and scrolls a bit less unique and making more enemies. I know this might sound as a bad excuse, sorry.

    The scrolls - love the idea, maybe make some scrolls low risk/low reward, some high risk/high reward so the player has more control over the amount of risk they want to take? e.g. the bullseye scroll's random negative effect could be similar to the positive, except it changes your weapon if you miss - the positive/negative effects could be in the same vein if that makes sense.
    I think taking away the player's jump entirely as a negative effect wouldn't mesh well with the focus on platforming, maybe have it so that the player can only jump once every few seconds, so that they can still work around it?

    Yes! The idea behind the scrolls is to do precisely that. I think we are not making different types of scrolls in the future because we want players to take the risk. You have your guns and your abilities, the scrolls are a plus. 

    You can be sure we are testing each one of them and that we do not want any gamebreaking combo or such. Obviously, neglecting the player to jump is hardcore, but it would just be temporary. 

    The enemies - not sure if either enemy is final but is it possible to jump over the soldier's horizontal swing? It would be cool if you had options if they do get too close, and I think it would convey the strength of the attack better if it was a little slower as well. You could also add an overhead attack that the player would have to sidestep to avoid, so that if they meet a soldier in a cramped corridor they can get past as long as they react to either attack properly (jump the horizontal or sidestep the overhead, instead of just jumping every time against 1 attack) But of course it's up to you, maybe I've been playing too much dark souls and want more melee focused combat 

    The Warrior shown is almost final. We changed a his behavior and animations a little, but the fundaments are the same. 

    Jumping enemies is something you can do. There's even a double jump scroll! But I think it depends a lot of the enemy or the situation. Jumping over a Warrior would be a bad idea because the redneck's about 1,8 meters, the Warrior is more than 2,5 meters and his mace is really big and has good range. Also, enemies damage you on contact, so it's a risky thing to try.

    About making a sidestep or an overhead attack... I don't think it would fit well with the game. You are really fast (100 meters in 8,5 seconds, that's faster than Usain Bolt xD) and each room will be enourmous, but also filled with lots of enemies. The better way to escape your enemies is to move, run, strafejump and shoot them while moving. Sidestepping and overhead attacks would work better in narrow spaces, but Immortal Redneck is all about big, pharaonic indoors spaces. 

    Oh, and it's impossible to play too much Dark Souls, hahaha. 

    With the skulls I think they charge too slow, they're really easy to see coming. Maybe if they could strafe and flap about in the air and be hard to hit, then telegraph a charge move (stop moving, eyes glow or mouth opens) and launch towards the player but take more damage during the charge? Then the player has the option of either spending ammunition trying to take them out at range or risk it and wait for them to charge for an easier kill (or most ideally for them to telegraph, when the skull is still)

    Yes, the Skulls need a lot of work. Right now, they are a lot faster and work a lot better in group. We shouldn't have showed them just yet. One thing I can tell you is that they certainly won't teleport because we have that planned for other enemies, haha.

    Anyway, the idea behind the skull is to chase you tirelessly, taking your attention while other enemies roam and try to corner you. They are weak, but a big distraction. 

    And I think that's all. Thanks A LOT for your comment and your insight. It's always great to have someone question your stuff and making you think about what you've done and if that's the best you could have done  :)

  • The Rizzler
    Options
    Offline / Send Message
    The Rizzler polycounter lvl 9
    More enemies is always a good thing since they affect gameplay directly, while some visually different currency doesn't really, a fine excuse. And I get it now, it makes a lot of sense not to incorporate dodging if redneck moves at a good speed anyway, much more streamlined FPS gameplay that way. Thanks for listening! 
  • jonnydjango
    Options
    Offline / Send Message
    jonnydjango polycounter lvl 2
    Absolutely fantastic.
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey! I have a new devlog about another enemy, the Archer. Name says it all. It's the first ranged enemy for Immortal Redneck, so I hope you find it interesting. 

    We wanted this creature to attack from medium to long distances (it's the kind of far away enemy that you have to look for) and to flee in case you got near. So let's see how it looks, uh?







    I don't know why I can't insert the sketchfab, but here's the link anyway: https://sketchfab.com/models/5e7ae3d5ec2e4983a76b150bba54beab

    About how the creature behaves, you can read the entire devlog to understand every step in the process or you can red my TL;DR version here.

    Basically, the Archer wanders until it sees you or you hit him. In that moment, it chases you if you are very far away, it tries to find you if he loses eye contact and/or it attacks you. It has special nodes to attack and to repeat each needed behavior, so it's not a really complex enemy, but it works as we needed. 

    https://www.youtube.com/watch?v=m2U-p4j_l2I
    https://www.youtube.com/watch?v=6FpOSgwHyys
    https://www.youtube.com/watch?v=P-VzRhe4oMc

    I hope you like it and you have some suggestions. And before you say it, yes, how it predicts the redneck position need some work and his attack speed will be changed in case it ends up being too slow when more enemies are in place. 
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey, guys. We are working hard on a game for the LudumDare 34, but last Friday we published a new devlog. It's about the Monkey Statue, a new enemy of Immortal Redneck. As always, I'll give you a TL;DR version, which in this occasion is just a few videos about how we built it from scratch.

    Speedpanting

    https://www.youtube.com/watch?v=SPFiIdLt9Gk

    Modeling

    https://www.youtube.com/watch?v=FJLrckFcgW8

    Z brush

    https://www.youtube.com/watch?v=XYXYa0RSB50

    Retopology

    https://www.youtube.com/watch?v=-Dpc29-lPyI

    Texturing

    https://www.youtube.com/watch?v=uAgZnznY7XA

    Animation test (WIP)

    I hope you forgive us for showing this animation. We need to tweak it a little bit, specially when it ignites it's blue lights. 

    https://www.youtube.com/watch?v=iVHbTfVg3AE

    And that's it. We are still working in our still unnamed game for the LudumDare Jam. If you are curious about our work, we are streaming it on Twitch.
  • Earthyn
    Options
    Offline / Send Message
    Earthyn polycounter lvl 2
    So I was watching all the videos of this monkey statue thinking, what really is this? I'm not keen at all!

    Then that animation sold it for me! Admittedly as you say it need some touch ups an polish but I just love the concept!

    Nice job
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hey! Thanks, yeah some parts of the animation need to be revised when the programmers code his AI, its gonna be a fun creature in hordes, imagine 10 statues in the ground and you dont know when it is gonna wake up haha! 


  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    So! We made a game for the Ludum Dare 34. Now that the dust has settled and we are working on a normal rhythm again, I feel like sharing it. Hope you like Mobsferatu! http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=59414%20#LDJAM 
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Hi there, guys! Been a long time. Happy new year et al! I want to show you two more enemies we have almost finished for Immortal Redneck. Won't write too much (kind of busy lately), so let just the animation and 3D models talk by themselves.

    These are the two creature: Skull and Flying Demon. Not final names at all, haha.


    Two gifs about their concept art progress:




    Now, their 3D models. I can't insert the sketchfab properly, so I just linked to this images that looks just like them.





    And finally, them into the game:
    https://www.youtube.com/watch?v=leGCPx6PFDg

    Hope you like them. They are the first two aerial creatures of Immortal Redneck. If you want to read more about them, here's the studio devlog
  • Dvonio
    Options
    Offline / Send Message
    Dvonio polycounter lvl 4
    Can anyone tell my why my post doesn't recognize the sketchfab code? I've tried to insert them manually and using the option in the editor, but neither works  :(
Sign In or Register to comment.