Jump to content

True Survival


Spider

Recommended Posts

Alright so I've decided to start from scratch and go slowly this time. I made it up until adding the bite buff, and once again no errors but the buff does not work in game. Getting "bit" skips straight to stage 1 of infection.

 

Infection code:

<buff id="infection" name_key="Z Virus Stage 1" type="sickness" mutex="cured,infection1,infection2,infection3,infection4" onexpired="infection1" duration="7200t" description_key="You’ve been infected with the Z-Virus. Find some Anti-Viral Meds soon or you will die and turn" tooltip_key="You've been infected with the Z virus" icon="ZVirus" cures="antibiotics"></buff>

<buff id="infection1" name_key="Z Virus Stage 2" type="sickness" onexpired="infection2" duration="7200t" description_key="The Z-Virus is spreading. Find some Anti-Viral Meds soon or you will die and turn" tooltip_key="The Z-Virus has progressed to Stage 2" icon="ui_game_symbol_infection" cures="antibiotics">
<modify id="0" stat="stamina" amount="-0.3" rate="1" />
</buff>

<buff id="infection2" name_key="Z Virus Stage 3" type="sickness" duration="7200t" actions="damage(25,2100t,0,3);increment(@wellness, -0.25, 100t, 0, 0)" onexpired="infection3" description_key="You now have progressed to Stage 3 of the Z-Virus, find some Anti-Viral soon time is running out.(Wellness loss 0.25 every game hour/lose 25hp every 21 game hours max of 3 times)" tooltip_key="The Z-Virus has progressed to Stage 3" icon="ZVirus" cures="antibiotics">
<modify id="0" stat="stamina" amount="-1" rate="1" />
</buff>

<buff id="infection3" name_key="Z Virus Stage 4" type="sickness" duration="2400t" actions="damage(25,800t,0,3);increment(@wellness, -0.25, 100t, 0, 0)" onexpired="infection4" description_key="The Z-Virus is spreading through your body fast, if not treated with Anti-Virials soon you will die and turn.(Wellness loss 0.25 every game hour/lose 25hp every 8 game hours max of 3 times)" tooltip_key="The Z-Virus has progressed to Stage 4" icon="ZVirus" cures="antibiotics">
<modify id="0" stat="stamina" amount="-2" rate="1" />
<modify id="1" stat="health" amount="-1" rate="3" />
</buff>

<buff id="infection4" name_key="Z Virus Stage 5" actions="kill" description_key="infection4Desc" tooltip_key="infection4Tooltip" icon="ZVirus" />

 

Bite code:

<!--JZMOD ZOMBIE BITES-->

<buff id="bite" castsound="Buffs/critical_blunt" duration="2400t" name_key="Bite" type="bleeding" requires="stunned" actions="increment(@wellness, -0.4, 200t, 0, 0);buff(bleeding)" mutex="bite" onexpired="infection" description_key="You were biten. You must cauterize the bite soon or you will catch the Z virus." tooltip_key="You have been bitten" icon="ui_game_symbol_zombie" cures="redHotPipe">
<modify id="0" stat="stamina" amount="-1" rate="5" />
<modify id="1" stat="health" amount="-1" rate="30" />
<modify id="2" stat="coretemp" modifyValue="10" />
</buff>

<buff id="cauterize" castsound="Player_Female/player2death" duration="1" actions="buff(biteWound);debuff(bite)" />

<buff id="biteWound" duration="600t" onexpired="infection" ondebuff="tendingbite" name_key="Bite Wound" tooltip_key="Care for your bite wound or catch the Z virus" description_key="You’ve held off the Z virus for now but if you don’t care for this bite wound you still could catch it. Treat it with a bandage and be sure to change it when it gets dirty" cures="bandage,firstAidBandage,disinfectantBandage,firstAidKit,largeFirstAidKit" icon="bite" />

<buff id="tendingbite" duration="600t" onexpired="dirtyBiteBandage1" name_key="Bandaged Bite" tooltip_key="Your bite is bandaged up" description_key="You’ve held off the Z virus for now but if you don’t care for this bite wound you still could catch it. Treat it with a bandage and be sure to change it when it gets dirty" icon="bandaged"/>

<buff id="dirtyBiteBandage1" smell="smallSmell" duration="600t" onexpired="dirtyBite" ondebuff="tendingbite2" name_key="Dirty Bite" tooltip_key="Your bite wound is getting dirty" description_key="Your bite wound is dirty and starting to smell. Change it with another Bandage soon or your wound could get worst and you could catch the z virus" cures="bandage,firstAidBandage,disinfectantBandage,firstAidKit,Large1stAidKit" icon="bite"/>

<buff id="dirtyBite" duration="1" actions="buff(infection);increment(scratch, 10, 0, 0, 1)"/>

<buff id="tendingbite2" duration="600t" onexpired="healBiteWound" name_key="Bandaged Bite" tooltip_key="Your bite is bandaged up" description_key="You’ve done it your bite wound is healing nicely and you are clear of the z virus. You may still have a wound or some bruises left that may need tending to." icon="bandaged"/>

<buff id="healBiteWound" duration="1" actions="increment(scratch, 5, 0, 0, 1)"/>

<!-- JZMOD WOUND SYSTEM TEST-->

<buff id="scratch" duration="1" actions="increment(scratch, 1, 0, 0, 1)" />

<buff id="ScratchesHealing" buffif="scratch gequal 1" debuffif="scratch gequal 6" actions="increment(scratch, -1, 800t, 0, 0);min(scratch, 0)" />

 

I even tried merging valmods buffs into TS and vice versa but no luck either way. Surely they are relying on something other than what's in the Buffs.xml

 

edit; to stop any further clutter in this thread I've got this one up: https://7daystodie.com/forums/showthread.php?59728-Combining-mod-help

 

Thanks again for the help guys

Edited by budzilla (see edit history)
Link to comment
Share on other sites

I don't know if my game is bugged or something but I literally can't kill a single zombie with a weapon before it breaks, I had to repair my club twice to kill ONE lumberjack at the start with all headshots? The bone knife also breaks before I can harvest a single corpse making it entirely useless. I know this mod is supposed to be xhardcorex or whatever but that is just poor design if intentional.

Link to comment
Share on other sites

So trying it out and really love it, the only question I have is the start seems a bit unbalanced with zombies always on you, but it could very well just be an adjustment on my part. Typically when I spawn in I have zombies chasing me before i've even crafted my class selection.

 

How do other people start off in the mod strategy wise.

Link to comment
Share on other sites

So trying it out and really love it, the only question I have is the start seems a bit unbalanced with zombies always on you, but it could very well just be an adjustment on my part. Typically when I spawn in I have zombies chasing me before i've even crafted my class selection.

 

How do other people start off in the mod strategy wise.

 

I usually run my butt off trying to find a survivor npc to hide behind while I get starting, before I try to meet up with the rest of my team (always playing coop)

Link to comment
Share on other sites

So trying it out and really love it, the only question I have is the start seems a bit unbalanced with zombies always on you, but it could very well just be an adjustment on my part. Typically when I spawn in I have zombies chasing me before i've even crafted my class selection.

 

How do other people start off in the mod strategy wise.

 

Unlike other mods there is no safe zone time period because Spider added zombies to the entitygroup.xml "followers" that is used to place the survivors on the map. If you replace the zombies in that entitygroup with animals like rabbits and chickens you will get back the safezone time period and you can play as normal.

Link to comment
Share on other sites

All that stuff is fixed in the SDX version if you are interested. Maybe when the SDX one gets a little more finished ill go through and bring all the bug fixes i have done in it over to this one. I don't know though, we will see when A16 comes out might not be worth my time.

Link to comment
Share on other sites

All that stuff is fixed in the SDX version if you are interested. Maybe when the SDX one gets a little more finished ill go through and bring all the bug fixes i have done in it over to this one. I don't know though, we will see when A16 comes out might not be worth my time.

 

Agree with all of this

Link to comment
Share on other sites

All that stuff is fixed in the SDX version if you are interested. Maybe when the SDX one gets a little more finished ill go through and bring all the bug fixes i have done in it over to this one. I don't know though, we will see when A16 comes out might not be worth my time.

 

 

From my experience people tend to play mods that are strictly XML based as they don't want to bother with SDX. As long as A16 doesn't change too much code-wise I certainly think it would be worth the time.

Link to comment
Share on other sites

@Budzilla-

I make my SDX mod so that players do not need to download, install or know anything about SDX. Its a complicated cumbersome program thats not very user friendly, but its what we got and its better than nothing. All you need to play my SDX mod is the Sphereii's 7S2D Mod Launcher. It only takes a few clicks and then it's done and you can jump back and forth between mods and vanilla game with just one mouse click. After you have it installed you can start the game through steam like normal(just make sure to update the mod once in a while)And A16 is going to be a lot of new code. A lot.

Link to comment
Share on other sites

True most make it difficult to up load .dll files. Some do not. Bluefang is who I host the SDX server on and they give full access to all game files if any one is looking for a SDX sever provider.

 

But you are right that's the reason I don't put it out as a SDX mod is because that would pretty much ensure I would only have like 10 people try the Mod maybe. But like I said the way I package it makes sure the players and server owners never ever have to touch the SDX program just copy and paste files just like a xml mod

Link to comment
Share on other sites

This is quite remarkable fun mod to play, but me and my friends have found a slew of errors, bugs and thoughts:

Missing Icons or missing/error in xml:

porkbelly

sticks

animalguts

fishingline

hoofs

+others I can't remember.

Steel tools and the steelclub makes no impact sound. removing their materials="msteel" from the xml seems to fix this.

Tallow in chemstation needs cookpot, which don't go in chemstation

spotlight needing wrench in workbench, which don't go in workbench

burnbarrel missing it's queue window i xui.xml causing console errors

engine parts brake waaaaaaaaay to quick, and when they break during driving, causes all loaded fuel to be 0, but able to keep going forever until leving the minibike. Also causes enginesound to never stop until picking the bike apart.

Minibike handlebars and seat missing in recipies

overstuffed buff not going away until death

toggleable electric lights dont work, fix mentioned earlier in thread!

steelhelmetlight causes player head to be invisible

orientation on all prefab walllights (porchlights etc) is off causing them to float in the air rotated 90 degrees.

blastfurnace only use is for steeltooltip?

lootlist for treasurechests contains casinotokens

spelling errors everywhere in localization.txt

Is it intended to have almost nonexistant chance for toolanddieset, calipers, blowtorch (weilder) and tier3 skillbooks?, at day 98 now, and we have only found 2 caliper and 2 blowtorch item so far, don't think I have ever seen one of those tier 3 skillbooks.

Fishingline and Gauge item's found but they don't seems to be for anything?

-Holo-

Link to comment
Share on other sites

Hi Holo thanks for the bug report. I am not actively updating this mod right now but I am taking all the bugs found here and fixing them in the new SDX version of the mod. Some of these are already fixed in the SDX version but the ones that are not I will get fixed. Thanks again.

Link to comment
Share on other sites

Hey Spider I can't wait to play your upcoming version of TS you really are a creative genius! Thanks for all your efforts which apparently you put in when not working your day job. You should never feel the need to justify anything you do with your mod. You are a humble guy who makes mods so good that Alpha 16 won't top them. You take a lot of player input into consideration and give credit to all who make your mods better. After an alpha 15.2 TS game crash I switched over to WOTWO for awhile. My first game on day 1 I had killed 40 zombies, built a solid fort, and had plenty of food stocked up. Apparently your TS turned me into a dominant player! WOTWO is a great mod but I prefer the thrill of knowing I could die any second in your mod. I also prefer your style of slower progression. Keep up the good work!

Link to comment
Share on other sites

enable bandits correctly

 

Currently there is an issue where bandits don't do anything other then yell at you menacingly. I traced this to a line being commented out in the entityclasses.xml file. If you would like to fix your bandits with this mod, just follow these steps:

 

Open entityclasses.xml

Find (Should be line 2718)

<!--<property name="AITask-1" value="RangedAttackTarget2" param1="0" param2="5"/>-->

Change it to

<property name="AITask-1" value="RangedAttackTarget2" param1="0" param2="5"/>

Save and upload.

 

Once completed, be prepared, they are scary AF.

Link to comment
Share on other sites

I asked Spider the same thing. There is a simple fix. Just remove the word prefab off the end of the model model name. So porchlightprefab becomes porchlight. You can't change a few like the spotlight but most can be changed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...