Jump to content

FranticDan

Members
  • Posts

    658
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by FranticDan

  1. Have you got what it takes to survive in this primitive world?

    Ooga booga!
    Yaba daba doo!
     

    Key features:
    - Quality 600 is back from A16.
    - Learn By Doing is also back from A16.
    - All Tier 1, Tier 2 and Tier 3 items have been removed, except the wrench. You'll only find and craft Tier 0 items.
    - A19 farming is back, however, Living of the Land perk has also been nerfed.
    - Reworked skill tree, similar to how it was in A17.
    - Some perks have been removed, while new ones have been added.
    - Canned food gives an empty can when eaten, which provides a one time use water boiling that doesn't need a cooking pot.
    - You're less likely to get infected, infection treatment items give an infection immunity buff, however, once you get infected, it's permanent.
    - There is no day, time, compass or map. You'll have to think of other ways to keep track of these.
    - This mod turns 7 Days to Die back into a survival game again, early game you'll struggle with food and water.
    - Trader compounds have been destroyed but still have loot, including a guaranteed water filter.
    - Vending machines are lootable and always have appropriate and decent loot.
    - Stone Axe can be used as a weapon.


    Download - https://github.com/Frantic-Dan/Primitive-Survivor

    Credits: w00kien00kie, Redbeard, Khelldon, aedenthorn, JoeSloeMore, Mythix, PULLMYLEVER

  2. 20 hours ago, Anarath said:

    Hey there, thanks a lot for putting so much effort into this!!! I had a blast playing it. Just like I had back in the days with the original RE.

     

    EDIT: Added a new bullet point.

     

    I'd like to cover twelve things I encountered during my play through:

      Hide contents

    snipped

    Spoiler

    1 : Linked storage code doesn't work in A21. However, it is buggy but works in A20 (though it needs to be manually turned on first by renaming the modinfo xml).

    2 : You either destroyed the rocket launcher with an explosion (which is intended to destroy it) or didn't go to the room it's located in. The entire mod can be beaten with just a knife (there's an achievement for that), so even if you run out of ammo, you aren't forced to reset.

    3 : You would have missed it, it is impossible to drop key items. (Only exception would be the chemical mixing, but that would be self inflicted and intentionally done by the player)

    4 : That may require custom code. I can look into this for A22.

    5 : The gunpowder equals out if you use the chemist expert perk.

    6 : That's a pain, I've had many issues with zombies waking up early. That's behind the couch where a zombie spawns.

    7 : Sadly not, it's a TFP issue to address with clipping.

    8 : That's fine, XP does nothing anyway.

    9 : I've noticed some things still give resources, wood does have a use, but cloth isn't used. I may address this in A22.

    10 : That's fine, doesn't have a negative or advantage to the player being able to destroy these.

    11 : That's how sleepers work in the game, they reset back to their spawn point eventually.

    12 : Yes, it is mentioned in the Ammo Crafting journal entry.

     

  3. 7 hours ago, JoeSloeMoe said:

     

    - The Perk action has a trigger and it fires but its value is small enough that it would affect the balance if it was used in Learn By Use.

       e.g. Cardio: The Perk tree increases cardio to a max of 30%. Splitting this between the LBU and the Cardio Perk would mean investing 3 Perk Points only gets a total of 15% increase in the Cardio Perk. So there wouldn't be much incentive to invest any points in the Cardio Perk tree, which may change the balance a bit too much.

     

    Am open to comments on balance and any feedback on how to add more of the Perks to Learn By Use. Outside of one or two I'm still playing with, I dont know if I should add any more at this time.

    Cheers

     

    I personally think 5% for the first level in cardio is fine, since it is unlocked already, so only 1 point investment. Level 2 could be 7% and level 3 8% for a total of 20%, and LBU is the remaining 10%

  4. 7 hours ago, Riamus said:

    Heh, I'd love to see less meat in the game but we have a large number of people already complaining that the amount of meat you get from an animal is too little because they like realism.  I can only imagine how many posts we'd see about it if they reduced it.  Lol!

    People are madly in love with their silver platter.
    I call A21 the 'Corn' update, you could literally survive on grilled corn alone, its so dumb how much corn there is without any points in farming.

     

    6 hours ago, FramFramson said:

    Well part of that problem is the fact that how much meat is "one meat" is is pretty ambiguous.

    The problem is people don't realise (new to the game) that animals used to give a 5th of the meat they do now, and meat recipes cost a 5th less.
    This change was made to make two perks, 'Master Chef' and 'The Huntsman' work

  5. I've always called the Dire Wolf, a half zombie. Because they never attack zombies but they give fresh meat.
    Here's hoping both Dire wolf and Grace give rotting flesh in A22, as it's logical AND reduces the over abundance of meat in the world. Heck, halving the meat from all animals would be a step in the survival genre direction.

  6. On 3/11/2024 at 11:15 PM, JoeSloeMoe said:

    Hi FranticDan

    What vars did you change to increase the number of levels? The number of levels is kinda hard-coded. For example:

    <passive_effect name="EntityDamage" operation="perc_add" value="0.01,0.25" level="1,50" />

    For the above, the number 50 at the end for the level has to be a value, it cant be a variable:

    <passive_effect name="EntityDamage" operation="perc_add" value="0.01,0.25" level="1,@SOMEVARIABLE" /> <!--doesnt work-->

     

    So the level is written out wherever it is used. If you have changed the max level to 100 you would need to make sure that you have changed it everywhere. If the issue only happens with Miner69er, perhaps there is an error in the code for that? The error you've described indicates that the amount of xp required per level is set to 0 or never intialized with the starting xp per level [marked as a) in the list below] , so everytime the person gets xp they level up. This can happen if you didnt start a new game after making changes to the max level.

     

    In general the following can be easily changed:

    - a) starting amount of xp required per level

    - b) percent increase of the xp (point a above) required per level

    - c) level cap to stop increasing xp per level (e.g. stop increasing amount of xp required at level 46 so that levels 46-50 have the same amounts needed)

     

    Max level is 50 - to change max level you will need to edit every reference to '50' in progression.xml.

    Does any of the above help?

    Cheers

     

     

    Discovered the reason why it bugs. If you destroy a block on the VERY first hit of the action skill, it will bug. (It wants to add XP from both and it doesn't like it)
    I removed the bonus XP on destroy and no more bug :)

  7.  

    23 hours ago, zztong said:

    I was guessing you're not using software to trigger a sequence like that and speculating maybe your keyboard could somehow do that if you partially pressed the Spacebar. Then, if that happened, maybe the game would do something weird, like a hop.

    I don't think it is humanly possible to press spacebar short enough to cause the character to not do a full jump, even with maxed parkour, you will still do a full 3m jump by tapping spacebar . I guess this could be tested with a program that presses a button for you and have the spacebar pressed for 0.01 seconds, and see what happens. I don't have such a program.

     

     

    7 hours ago, Riamus said:

    As I mentioned before, I *wish* there was an option to do a normal non-parkour 1m jump when you have high parkour so you can get through some of the POI jumps that don't work very well with high parkour, so I'd actually want to have an option to do a small hop/jump.

    I think it would be better if parkour unlocked double and triple jumps, that would solve this issue entirely, I personally don't like getting 3m jumps for that reason, 2m is enough for me.

  8. 4 hours ago, meganoth said:

     

    I started a game right now, found a fence and tried to jump over it from a steep angle while being directly at the fence. I could jump over it no problem most of the time, but maybe every 10th attempt I did get the "interrupted jump". It happened most often at fence posts but then I tried to invoke the bug between posts and once it happened there too. I also had the impression it was often the first jump after a pause or the jump with almost full stamina, but I am not sure if I didn't see exceptions to this rule as well.

     

    So, to me it looks like a bug.

     

    It is indeed incredibly hard to replicate, and in my experience it happens a lot mid-combat and makes the situation far worse and deadlier.
    I appreciate you taking the time to test it!

     

     

    3 hours ago, zztong said:

    That does seem unlikely as something intentionally coded. A combination of circumstances resulting in that outcome could perhaps be a bug, but I'm not sure what those circumstances would be. My first thought would be some kind of keyboard input oddity. I assume a MOUSE DOWN event triggers a jump. Could you get something weird with an immediately following MOUSE UP and another MOUSE DOWN, maybe? I could trigger something like that using AutoHotkey. Maybe a keyboard can be made to do something like that on a partial press?

     

    FranticDan, I assume you're just using a keyboard an no other software.

    I don't know what you mean by 'mouse up/down'.
    I play with keyboard and mouse. (No other input software)
    The only keys I would be pressing when jumping are W + shift and then space to jump

  9. 8 minutes ago, meganoth said:

     

    You said it is 50cm in your video, I just accepted your estimation. It just feels too close to the fence for me and my muscle memory. To me your failed jump in the first video seems to be happening from a closer distance than all the jumps of your second video now. That is why I think everything is as expected.

     

    It is possible that I am wrong and am not seeing correctly what happens as a video is different from actually being in the game. But look again at your first video, it looks like you are as good as touching the fence if you assume you are not a stick figure but a person with typical width.

     

    And in the second video you never try to jump the fence in a similar steep angle as in the first video.

     

     

    Not sure the fence posts have any influence in your jump. There is a good chance a fence has a very simple rectangular collision box.

     

     

     

    I have to ask, did you watch at 25% speed?
    And are we even talking about the same jump attempt? (This all happens very quickly and is easy to miss)

    After the "hop" happens, my character continues to run towards the fence, and then as I start to slide along the fence, the reload animation begins.
    You can see the moment the "hop" happens when my stamina drops from 79 - 59.
    Considering that I continued to run towards the fence after trying to jump, I don't think I was too close to the fence. IMO.

    The jump I make during the reloading is not the "hop". You can only half jump while reloading.

     

  10. 7 minutes ago, meganoth said:

     

    It looks to me like you are too close to the fence

     

    What are you trying to prove exactly? All I am seeing is that If you are timing your jump correctly and start jumping early enough you will reach a sufficient height when you reach the fence. And it seems you are jumping from a sufficient distance in this video, from farther away than in the first video.

    You just said, 50cm is too close to jump (screenshot), but TOUCHING the fence is far enough away (video).

    I made many MANY attempts to replicate the "hop" using people's comments pointing out possible causes of why I'm hopping, and I proved them to be incorrect with this video. I successfully jumped the fence, EVERY....SINGLE....TIME. Jumping at different angles, AND slightly different distances. 
    Not to mention, using the fence posts to help replicate it, as I was close to one when this occurred in my clip. 
    This is the exact same fence in both the clip and video.

    In the end, it cost me 60 stamina (3 jumps) to jump the fence, instead of 20 (1 jump). This is literally a matter of life or death when in mid-combat like I was.

    The ultimate solution to this topic, would be to ask a member of TFP:
    "Is there specific code that tells the game to keep the players feet firmly on the ground and cost 20 stamina when attempting specific jumps?".
    I'm going to assume that no such code exists. Although, actually getting an official answer to this question would be great!

  11. This is the very moment I attempted to jump the fence, approx 50cm away from the fence, which apparently is too close to get your feet off the ground.

    image.png.2ddc0e3fed642ef650dcd7487b6ecf17.png

    And here is a video of me disproving that this "hopping" is a feature - 

     

  12. 7 minutes ago, zztong said:

    Did you press the SPACEBAR for both the 79 to 59 jump and the 55 to 35 jump, or is that second jump just happening somehow?

    I pressed space for both. The 79 - 59 is the hop, I immediately start reloading after the hop, as my intention was to start reloading immediately AFTER jumping over the fence. Which is about 0.25-0.5 seconds after pressing space.

    And the 55 - 35 is me panicking jump while reloading.

    As I'm sure you noticed, when my stamina went from 79 - 59 (pressing space the first time) my feet stayed glued to the ground, and I was approx 0.5m away from touching the fence.

    25 minutes ago, zztong said:

    The fourth jump is out in the open right after you get hit and you're out of stamina.

    BTW, that's not jumping, that's the camera shake that happens when you take a large hit

  13. 1 hour ago, meganoth said:

     

    Jumping up to a ladder has the same mechanism as jumping over a fence, if you are too close you will hit the wall before reaching a sufficient height and fail.

     

    If running out of stamina makes you do the hop instead of a forward jump then that may be just a design decision of TFP, i.e. you need 20 stamina for a forward jump and if you have less than 20 stamina, you can't jump forward. That the interrupted jump has a different animation while running forwards wouldn't really matter.

     

    I am not saying this is the case though, just that we need to find a case where the cause is clear. I remember deaths through not reaching a ladder as well, but in most cases the jump was ill-timed. And in other cases I may have assumed it was because of running out of stamina, but without knowing exactly how much stamina I had then. I am a player with tunnel vision, I often find out about having low health (or no stamina) through unexpectedly dying.

     

     

     

    Why would it be then that in the clip I shared, I "jumped" JUST BEFORE reaching the fence, causing me to stay glued to the ground, and then when I was touching the fence (and reloading) I was able to partially jump, reloading preventing a full jump? On top of that, in my opinion, if being too close to a block prevents you from jumping is an intended mechanic, I think that is ridiculous. And it shouldn't cost 20 stamina to stay glued to the ground.

    I had 80 stamina when the hop happened. So definitely had enough for a jump.

    You DO NOT need stamina to jump, if this was the case, it would be a very common occurrence when nerd poling. Having no stamina while jumping simply means your forward momentum will be the same speed as walking.

    You can easily hit your head on the bottom of a ladder if you're up against the wall with the ladder, this will cause the camera to tilt sideways, indicating you've hit your head. This is why I have plates against the wall underneath the ladder to prevent hitting my head, but every now and then, I will remain glued to the ground when pressing spacebar.

    PS: I forgot to try to get the hop to trigger when I played today
     

  14. 7 hours ago, ZuluBtw said:

    does the quality not reflect in the stat numbers? I thought it did.. I was using a level 3 steel club

    Everything (including quality) adds to the BASE damage. Most weapon's power attack adds 100%, this is not double damage, but an extra base damage on top of it.

    Here's an extreme example, lets say base damage is 50, power attack would be 100. Lets say you have a buff that adds 1000% damage. Your normal attack will be 550 and power attack with be 600

  15. 4 hours ago, zztong said:

     

    I can't really tell from the video, but your reply to Josh indicates you're hitting the SPACEBAR (to jump) if I understand correctly. (Do I?)

     

    I'm wondering if you're colliding with the fence that that is keeping you from clearing the fence? If you jump while moving forward you might hit the fence before you reach the apex of the jump and then the rest of the jump might just be straight up in the air. Maybe? I'm guessing.

    If you slow down the video to 25%, you can see that I lose stamina from "jumping" about half a metre before reaching the fence and I keep moving towards the fence. And then while I'm reloading (which is what I normally do immediately after jumping over things) I am rubbing against the fence and I panic jump due to the hopping and you can clearly see that I jump up about half a metre which is due to reloading.

     

    3 hours ago, meganoth said:

     

    Easy way to find out: @FranticDan Can you show us a video of you jumping without any fence in the way and you still only hop in place? If not and it happens only in front of fences then it is just because you are too close to the fence when trying to jump.

     

    I can try to show a video. I'll randomly jump during my next stream. However, this has also happened when trying to jump up to reach a ladder. Normally if you jump and hit your head on a block, the screen will tilt to one side, but occasionally when I attempt to jump up a ladder (when running away) my character will do exactly the same thing as in this video, and it usually results in running out of stamina immediately after "jumping" and then dead.
    I also want to note, even if you are out of stamina, you can still jump up like normal, you just won't have the momentum you get from running. So running out of stamina before a jump is not the reason why this happens.

  16. 1 hour ago, Callum123456789 said:

    from the above clip i know very well myself that when you are reloading you cannot jump properly, that is the cause of whats happening there, putting points into run n gun will alleviate that from happening.

     

    edit: i though this would be more well known but i guess not? im used to it so i never jump while reloading as it will not help you.

    I started reloading after "jumping"
    EDIT: this also happens while holding a melee weapon
    EDIT2: You'll notice, I attempted to jump a second time during the reload, which my character goes higher in elevation during the reloading jump compared to the hop. I make this type of jump+reload quite regularly. Spacebar then 0.5 seconds later I reload
    EDIT3: Because of this 'hop', it cost me 60 stamina to jump over the fence instead of 20

  17. 26 minutes ago, Jost Amman said:

    I don't know what to say... I still don't know what you mean: do you press the [SPACEBAR] button and you can't actually jump the fence?

    Because if that's the case my guess is that it's annoying fur sure, but it could depend on some wrong timing on your part when you get near the fence.

    I've seen this happen without obstacles honestly, but I can't tell if it's a "feature" or a bug.

     

    In any case, if they can improve jumping in A22 I'm all for it.

    But all I'm saying is I don't think that technically this is a bug.

     

    As for the Parkour comment, maybe I wasn't clear and you misunderstood. Basically I was saying that there are people who are fully skilled into Parkour (3m jumps) that are also able to jump at normal height by simply tapping the SPACEBAR key. That's why I asked if that was the case with your example, I thought you were just tapping the SPACEBAR instead of pressing it. (but I understand that's probably not the case).

    I am hard pressing the space bar, I don't think it is even possible to tap the space bar for a micro second to cause the character to hop like in my clip.
    I have no idea what causes it, but yeah, very annoying and has resulted in countless deaths, I play permadeath as well.

  18. @Jost Amman @Adam the Waster
    This is what I mean by hopping, I have ZERO points in parkour (Not that is means anything, but it was brought up in the reasoning why, parkour causing hopping would be a dumb mechanic)

    Notice that my character makes the 'jumping' sound, and I lose 20 stamina for hopping. It cost me getting hit from a dire wolf due to running out of stamina.

    https://clips.twitch.tv/ExcitedHardPotatoMcaT--UJFxyKVP8JGwY8G

  19. 5 hours ago, Arez said:

    I have my overall volume set to 60% and ambience set to 100%. 

    But my headphones are pretty forgiving. I don't need to turn things up much to hear things clearly. 

     

    So I've never really noticed those sounds as being an issue.

     

    But the sounds I do think need changing is some of the gunfire. Shotgun blasts are loud and harsh, at least the Autoshotty. An SMG w/o a silencer sounds horrible. Way too loud and grating. I think a rework of the gunfire sounds is needed. 

    The two sounds that I find super loud are the auger and electricity shock buff, but they are nowhere near as annoying as the night time "one-shots" playing throughout the night, so loud you can't hear footsteps of zombies approaching from behind.
    The last two days I've been playing with a mod that removes them and it's so nice to crank the ambience to 100% and hear the campfire, rain and thunder being loud and gets me immersed with the environment.

×
×
  • Create New...