Jump to content

Doughs modlets


doughphunghus

Recommended Posts

Modlets changed/updated:

Bugfix for Punishing Weather - Core - A few values were a little off in a biome. Not a big change

 

Added Punishing Weather Rain More - Overide modlet for "Punishing Weather Core" to add conditions to make it more likely to rain.

 

Added Punishing Weather Temp More In Burnt Forest - Overide modlet for "Punishing Weather Core" to make it much hotter in the burnt forest (hint: its because everything is on fire in the burnt forest. No effects/graphics changes :( just a temp bump).

 

Added Punishing World - Newbie Coat - Remove - Removed the Newbie Coat buff when first spawning into the world. Note: only works if you have spawned after this modlet is added.  If you already have spawned it does not remove the existing Newbie Coat buff.  I think some other people have written a modlet like this so if you know of them (or are them :)  , please let me know! I didn't steal their idea (well, I knew people have made mods to do it), I just wanted the modlet.  If someone already has a modlet that does *just only this thing* and they're maintaining their modlets for a19+, I'll happily deprecate this on my side.

 

Added Buff Ambiance - Darker Inside - An attempt to make it darker indoors.  It appears the brightness settings for nighttime apply differently to when you're indoors.  If you know of a better way, or something I'm doing badly/wrong, please let me know!

Link to comment
Share on other sites

3 hours ago, doughphunghus said:

Modlets changed/updated:

Bugfix for Punishing Weather - Core - A few values were a little off in a biome. Not a big change

 

Added Punishing Weather Rain More - Overide modlet for "Punishing Weather Core" to add conditions to make it more likely to rain.

 

Added Punishing Weather Temp More In Burnt Forest - Overide modlet for "Punishing Weather Core" to make it much hotter in the burnt forest (hint: its because everything is on fire in the burnt forest. No effects/graphics changes :( just a temp bump).

 

Added Punishing World - Newbie Coat - Remove - Removed the Newbie Coat buff when first spawning into the world. Note: only works if you have spawned after this modlet is added.  If you already have spawned it does not remove the existing Newbie Coat buff.  I think some other people have written a modlet like this so if you know of them (or are them :)  , please let me know! I didn't steal their idea (well, I knew people have made mods to do it), I just wanted the modlet.  If someone already has a modlet that does *just only this thing* and they're maintaining their modlets for a19+, I'll happily deprecate this on my side.

 

Added Buff Ambiance - Darker Inside - An attempt to make it darker indoors.  It appears the brightness settings for nighttime apply differently to when you're indoors.  If you know of a better way, or something I'm doing badly/wrong, please let me know!

 

Thanks for the update

Link to comment
Share on other sites

can the fog be time of day dependent. say foggy 21:00 - 07:00 mostly always but have random days where it will be clear (no fog)

 

I really like the fog and how it makes the game feel, just on the odd day or night I would like it clear

plus im testing this on all biomes this morning

 

 <Fog min="0" max="5" prob=".9"/>
    <Fog min="5" max="10" prob=".5"/>
    <Fog min="10" max="30" prob=".15"/>
    <Fog min="30" max="40" prob=".2"/>
    <Fog min="40" max="60" prob=".2"/>
    <Fog min="60" max="100" prob=".4"/>

Link to comment
Share on other sites

11 hours ago, TomGun42 said:

can the fog be time of day dependent. say foggy 21:00 - 07:00 mostly always but have random days where it will be clear (no fog)

I don't know the answer, but I don't think so *unless* you were able to do it with modding that's deeper than basic XML modding (DMT or Harmony I believe are the main ones people use), or use a server manager, hook it up to your game, and code it into that so it sends the weather commands at the specific times. Both require more coding/knowledge expertise than I have time to figure out.  Also: I don't think anything that's at the "XML only mod" can perform actions based on the time of day.

 

Another terrible option, but sorta do-able and I'm not sure it would affect all players (just the person running the command?) would be:

- Have the fog mod run with the settings like you show/have, where its mostly *not foggy* all the time.

- When nighttime comes, pull up the command window, run "dm" to turn on debug mode, then run the weather commands you want to exist (there's a list of commands somewhere, and I think you can type "help" and a list of commands come up, sometimes with what options they need.  Basically whatever command "turns the fog on".  Then , if the fog doesn't dissipate in the morning, manually turn it off.  Kinda breaks the immersion though, especailly if it's just you playing in your own game without others.  With others playing it might be more fun as you'd be acting like an admin, so you're enjoying managing teh game for others, even though you'd also be in it. I've had some admins just start spawning hordes in when the game starts to feel "boring" to too many people (like the day after horde night, people shooting each other too much for fun, etc) and they start causing shenanegins, just to put focus back on playing the game.

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

18 hours ago, TomGun42 said:

loving this weather stuff, im trying the dark mod now but dont want it pitch black, so just want it a glimmer of light, using the headlights stronger mod so this hopefully will work well with the right balance

The Doughs-Buff-Ambiance-DarkerInside mod is just 1 line of XML inside the /config/worldglobal.xml file.  The latest version is setting the ambientInsideThreshold value to: 2

<set xpath="/worldglobal/environment/property[@name='ambientInsideThreshold']/@value">2</set>

The default value in the game ( a19 , latest as of today) is: .2 ( notice the decimal!)

<property name="ambientInsideThreshold" value=".2"/>

This mod is an attempt to get it as dark as possible, but is still very "work in progress".  I'm not really even sure what this parameter "does" other than it seemed changing it to 2 made it a lot darker indoors.  For what it's worth, I've tested these settings and this is my memory of the results:

0 = seems to have no effect

1 = Seems to darken the inside considerably more, then at times it "brightens up" indoors and then slowly darkens again. then "brightens up", etc

2 = Seems to darken the inside considerably more, and appears to not have the weird effects as 1

10 = no different than 2?

20 = no different than 2, but FPS seems to be affected.

 

Anyway, I'm not really sure what the setting "really does" or how high/low the acceptable numbers are.  It seems reasonable since the default is "0.2" that the min-max is 0 to 1.  Setting it to 2 was just an experiment and it seems to work.  Its weird.  Anyway...

 

You ?may? be able to get the effect you want by setting it to something like .5 or .8?  If you want to try making changes to it on your system (just edit the line in my modlet) This modlet is hard to easily test for a couple of reasons:

1. It appears that the "indoor brightness" is heavily affected by the outside/outdoor/world lighting/weather. This appears to change slowly "while playing" but can change a lot when restarting the game (I think).   Basically I had a lot of issues testing as I'd restart and it would be "bright outside" and the next restart would have some clouds rolling in.  The clouds, moon/sun brightness has an effect, and the "phase of the moon" also has an effect at night, which changes every day.  Even my current modlet has varying darkness inside because of this.

2. The "starts to turn dark inside" effect isn't immediate when you go inside.  It takes a few seconds to start kicking in.  It also seems dependent on "how far inside you are".  For example: I tested with a house with an open garage door.  Outside it was "sorta dark" and I could see inside the entire garage.  When going into the garage...brightness didn't change.. When walking all the way to the back of the garage, it slowly got dark.

 

Anyway, if you want to mess around with it and find a setting you like (or a combination of things headlights, etc), please let me know!  I'm going for "full darkness" but if there's a nice balance it would be good to document it for others.

 

Also: The setting I have of "2" makes indoors on horde night "red darkness".  Just discovered that in my own games.  Its kinda neat, but not what I wanted ;)

 

 

 

 

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

Added 7D2D-EntityRandomizer

Basically: I'd working on a script to clone existing game entities (currently just zombies) and give them some randomized properties, but still make them playable (e.g. no 2 story tall zombies). The script is not yet released, but I put out an example modlet that it generates that just clones the vanilla zombies in a19 b173 with some random properties.  There are 332 randomized vanilla zombies in the modlet (4 cloned copies of every vanilla zombie). These are not new skins or colors or anything, just randomized behaviours and some other properties so when you are approached by a zed you probably won't know specifically how its' going to attack/approach or how much health it has. It also may be just a vanilla zed ;)

 

The generated modlet (that I made) doesn't interfere/modify the game other than adding in the new cloned entities (zombies) and adding them to existing entity groups, so it should work with any modlets that don't remove zombies or entity groups.

 

If you're interested, read the docs on Github first before trying to load it!

 

Also: In theory, it could also be used against any other loaded zombies (like the Creature packs, overhauls like sorcery, anyone elses zed/animal packs, etc) but I'd like to get some of the animals cloned and randomized in a similar way before cleaning up and documenting how to do that with the script before making it available as to run it against anything but vanilla is going to need to be run on the client side.  Not sure if it will work on servers (would love if someone could test it for me :) but its pure XML and only 2 XML files so in theory it should work?

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

15 minutes ago, doughphunghus said:

Added 7D2D-EntityRandomizer

Basically: I'd working on a script to clone existing game entities (currently just zombies) and give them some randomized properties, but still make them playable (e.g. no 2 story tall zombies). The script is not yet released, but I put out an example modlet that it generates that just clones the vanilla zombies in a19 b173 with some random properties.  There are 332 randomized vanilla zombies in the modlet (4 cloned copies of every vanilla zombie). These are not new skins or colors or anything, just randomized behaviours and some other properties so when you are approached by a zed you probably won't know specifically how its' going to attack/approach or how much health it has. It also may be just a vanilla zed ;)

 

The generated modlet (that I made) doesn't interfere/modify the game other than adding in the new cloned entities (zombies) and adding them to existing entity groups, so it should work with any modlets that don't remove zombies or entity groups.

 

If you're interested, read the docs on Github first before trying to load it!

 

Also: In theory, it could also be used against any other loaded zombies (like the Creature packs, overhauls like sorcery, anyone elses zed/animal packs, etc) but I'd like to get some of the animals cloned and randomized in a similar way before cleaning up and documenting how to do that with the script before making it available as to run it against anything but vanilla is going to need to be run on the client side.  Not sure if it will work on servers (would love if someone could test it for me :) but its pure XML and only 2 XML files so in theory it should work?

 

Thank you very much Doughphunghus for the new mod, it is something similar to the random of sphereii, but without using DMT.

Link to comment
Share on other sites

I'm not sure what Sphereii has made (have a link?  I think its the "Transmogrifier: Allow random walk types and sizes for zombies to break up the monotony ") but whatever his is it's likely better as a general rule ;).  Mine doesn't use DMT and randomizes more properties than the Transmogrifier appears to, and I may add more.

 

The best way to think of it is: Imagine you wanted to make zombies more "random".  You *could* hand write a modlet that changes/replaces attributes of existing zombies (or do something with modding deeper than XML offers, DMT, etc) or you could do what I did and (have a script) write a modlet that just makes a copy of each vanilla zombie and then changes some specific properties (like run faster).  If you ran this script a few more times and put it all in 1 modlet, you'd have a similar modlet the script generates.

 

I'm on UNIX not Windows and I haven't found a way to get DMT modding tools to work yet.  Also: If others have good "randomizer" modlets ( Gupppycur has one for zeds randomly getting up) I'll happily leave those attributes out of my script/mod (or junk it altogether, unless UNIX people still need/want it) as I don't want to duplicate or create overlapping modlets with others if I can avoid it.

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

FYI, Doughs Randomized Entities does work with modlet's which remove/replace  zombies/animals such as REV678 Reality Check modlets. It also works very well with all Creature Packs (Standard and DMT Versions), Stallionsden's Zombie Modifications 2 and Stallionsden's Invisible Animal Fix. It is now a must have in my game because as you say, every zombie acts differently and therefore their actions are unpredictable, scary and fun. I hope TFP pick up on it and add it as standard fare because imo this mod is a must have asset.

Link to comment
Share on other sites

11 hours ago, Finch55 said:

FYI, Doughs Randomized Entities does work with modlet's which remove/replace  zombies/animals such as REV678 Reality Check modlets. It also works very well with all Creature Packs (Standard and DMT Versions), Stallionsden's Zombie Modifications 2 and Stallionsden's Invisible Animal Fix. It is now a must have in my game because as you say, every zombie acts differently and therefore their actions are unpredictable, scary and fun. I hope TFP pick up on it and add it as standard fare because imo this mod is a must have asset.

Thanks, I'm glad you like it! 

Once I get some time to clean it up, add animals, and make it "user friendly" I plan on making the script that generates the modlet(s) available to everyone (its a perl script, so it might require installing perl, which might be a turn off for some people).  *In theory* it should be able to randomize any entity added to the game as long as you do a little work to point to the right files. The dilemma is that once you randomize against any non-vanilla entities, it starts becoming very version/install/client/server specific.  The current settings is an attempt to make the added zeds "playable, but mostly harder", but I'd like to add options so you could choose "easier" or "ridiculous" settings.  I agree that hopefully TFP will start making more settings/properties "randomizeable" in the XML so every time a zed spawns its random-er, and I can retire this! 

 

Also: Until I make the script available, I plan on generating a modlet for every update that comes out.  If anyone wants a specific one (or some a18 or possibly earlier versions... it might work?), or I miss one I'll happily generate a modlet for it to see if it will work.  I can't promise to generate any for DMT zeds because I'm not able to get DMT working on my system, so you'll have to wait for the script ( not sure if it can even handle DMT generated entities)

4 hours ago, Finch55 said:

I downloaded the Holy Grenade mod as the description had me in tears of laughter and HOLY CRAP! damn near took down a whole church (and me) with a single grenade. Couldn't play after that, was laughing too much :) 

It is pretty awesome :) Khelldon (no longer on the forums I think) is the one that made the original mod and gets the credit.   I think I actually tweaked it to make the explosion radius *a tiny bit smaller* as it was originally causing extreme frame drops on my system (like the game would freeze for 10 seconds).  I laughed the first time I used it too, just for the sound it makes when you throw it!

Link to comment
Share on other sites

I don't TFP will pick it up any time soon, they have to get their priorities straightened out and concentrate on things like animal AI and animation which really shows the age of the game. Such as animals raising on an angle to walk up a slope and leaping 5' in the air to jump over a small rock lol.

Link to comment
Share on other sites

Modlets Added/Changed:

Aug 15 2020 - Added Nerf Backpack Carrying Capacity

Aug 14 2020 - Updated 7D2D-EntityRandomizer to add generated modlet for a19 b180

Aug 8 2020 - Updates for a19: A fork of KHelldons a17 modlets.

 

Notes:

A fork of KHelldons a17 modlets

- Added a little more documentation to most modlets

- Finally got KHelldon-GetFramed working, which is a pretty cool modlet. No more adding wood frames to make long horizontal runs in the air UNLESS you use nails to upgrade them first.  Made small change to the original modlet so you can build out 1 frame without nails.  Previously you could only build "up" with frames, not horizontally  This makes it a little more in style with the natural building style of the game.  If anyone liked the original style let me know and I'll release an override modlet to put it back.  See notes on this as there's a modlet by Guppycur to fix the initial quest progression that requires you to upgrade a wood frame.  I didn't add it to this modlet as I wasn't aware of the issue until I ran across it in the forums. Maybe I should...?

 

Link to comment
Share on other sites

Added Nerf Flashlights and Player Crafted Lanterns

From the current v1.0.0 docs on Github:

 

Description This modlet makes it so flashlights/lanterns are a lot harder to obtain. Removes flashlights and flashlight related mods in loot and traders. Parts to create flashlights are found in loot/traders but should not be common.

 

Adds new items (recolors of existing items) that can be found or bought from trader:

Flashlight Case: An empty flashlight case. Can still melee with it.

Small Bulb: Small Halogen bulb, used for crafting flashlights.

NevRDie Cell: Small C Cell for flashlights and lanterns.

 

Modifies these recipes, to require different ingredients:

  • The melee flashlight
  • The placeable lantern

Adds new recipes:

  • Can make a car battery out of many NevRDie Cells.
  • Can scrap a working flashlight for NevRDie Cells.

Details:

  • Why? Because flashlights/placeable lantern are too OP/bright and I like a darker game. If brightness could be adjusted I would have made them easier to craft, but hard to craft a quality, bright one. This will force you to use torches (heat sources) and/or have a harder time looting (for awhile) vs turning on your headlight all day/night.
  • The new parts are not common in loot, so it should take a little while to get all the parts and craft, and by that time you should relish the fact you have anything related to a flashlight mod in your helmet/gun This also means those who loot a lot will be rewarded sooner.

Tested on:

Game version This Mod version Note
alpha 19.0 v1.0.0  
Link to comment
Share on other sites

Updated You've got Mail to work with a19

 

General Changes from last version:

- Made game pieces a little harder to find as they are more of a "collector" item with a secondary purpose of being a game (they were showing up more than intended).

- Added 1 "Geocaching" treasure map.  A standard treasure hunt and dig, but with a very small loot container (only 4 slots) that the RNG gods may bless you with good items....or stuff you would normally find in a geocache...or both.

- Added more Boxes/Parcels to open. Some give very good loot items.

- Added more notes/papers to read

- Added more books (these are not perk books).  Added EXP if you read them or the ability to burn them for fuel or sell to trader.

  Note: the purpose of so many extra books is for fun AND to dilute the loot tables in places you find books so perk books are harder to find.

- Added a few alternate recipes for vanilla items that use some of the "junk" items you can find, where it could make sense.

Junk Turret Ammo (Regular)

Blunderbuss Ammo

Armor Water Purifier Mod

Cloth Hat Armor

Leather Knuckles melee weapon

Candle

 

There are a few general types of items in this modlet:

  • ~60 "useless" items: Items that are not of any use, clutter up your inventory, OR can be scrapped or used in recipes. You never know until you try!
  • ~45 books. So you can find more in places you normally find books.
  • ~60 paper items/notes
  • ~40 unopened parcels/boxes: Contain various items. Some good, some bad, some really good.
  • 3 games to play: Soduku, Chess, Checkers, Tic-Tac-Toe. If you have time to burn. Specially sized containers for the game boards. Have to find or craft the pieces/puzzles depending on the game. Collect them all!
  • 1 "Geocaching" treasure map: Who knows what it will contain?
  • 1 Weapon: BB gun (and brass BB ammo).  May actually be semi useful if heavily modded in early game and bullets are scarce. If you find it.  Or give it to a "friend" and watch them try to reload it and realize it takes only BB's :)

 

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

21 hours ago, gwydion62 said:

I love your weather mods 🙂

But I have the feeling that beeing inside a building or making a campfire is not changin the temprature - still freezing at -26° Celsius...

Any idea?

Short answer: "Maybe".  If you're in a cold area and you have heat sources, they should provide heat.  My weather modlets can possibly generate "you're going to die" temperatures, and I don't have any way (well, I didn't set anything in my weather modlets) to configure indoor weather protection conditions.

 

Long answer: I'll try to keep it short :)

 

General:

- My weather mods only modify the overall weather conditions of the biomes (but there's more than just this for weather!).  There's no (purposeful) lowering of the heat generated by objects like the campfire/forge/or just "being indoors" in my weather modlets. So in theory if you started a campfire or something with a heat source you'd get some heat.  I believe its the same if you go indoors (*but I'm not 100% sure*). Putting on clothes that protect against weather should be working as designed (no changes in my modlet for these either)

 

- I did have a "Survival" weather modlet that attempted to make it colder as your elevation went up (like going up a mountain), but I'm not thinking I can get it to work in a19.  So if you're using the "Survival" weather modlet I made this *might* be part of it, if you're high up in elevation on the map.  It looks like TFP changed where these configurations are so I'm waiting until I can learn more about how to change temp by elevation, so I'm likely going to suspend/deprecate my "Survival" weather modlet for a19+ for now.

 

- I tried to my weather mods to be more harsh (but not insanely brutal) in terms of the possible weather extremes that *could* occur.  I did not test/calculate all extremes out, but if it does get hot/cold enough to kill your character that was considered to be 'ok' in terms of "this will be allowed".  More about this below...

 

- I don't know a lot of about how TFP handles the weather (more below). If anyone has any info on my unknowns below, or I'm wrong in some details, please call me out! All 'I believe' statements below are my beliefs/reasoning only and are *not* some sort of internal information I have about the game mechanics/workings.

 

Specifics:

- From what I believe, TFP has a "global weather" that cannot be modded with XML (my weather mods are all XML). Then they have a "biome" level weather that you can mod with XML (this is what I'm using).  They have it set up so for a biome (say, the "snow" biome) there are several things you can configure up to make that biome overall feel like a snowy area (make it cold, make it windy, have some snow fall, cloud cover, etc). HOWEVER these biome level settings *are relative to the global game weather settings not absolute for that biome*, meaning if you set "temperature = -10C" (or 14F), it will not necessarily be -10C/14F.  What happens is that the global game weather may be 21C/70F and the XML configuration for the biome is actually just an add/subtract from the global temperature!.  There's more to it (like you get to set a "randomness" in the biome to how cold it should be x% of the time), but essentially the global game weather runs the show, and the biome level XML is like a tweak to those settings. 

 

- From what I believe, the global game weather is the weather for the entire map, and the biome XML is to tweak the biomes.  If true, I believe that the global weather would not fluctuate wildly (like go to -10C" (or 14F)) but instead would fluctuate a little. I believe the starting and "base" temp of the global weather is 21C/70F.

*What I do not know* is how much the global weather fluctuates!  I also cannot control how the game chooses what settings I have in my weather modlets as several properties are just "make it this x% of the time" and the game chooses the percentage

 

- I believe the game has some sort of calculations it uses to determine if you are "indoors".  I don't know what this really is, but I believe if you're in a room and there's a hole in the ceiling, you have to be X distance from the hole or you can be considered "exposed"/outside.  Same with an open door.  I'm not sure if weather affects these (like if its windy or super cold does the X distance change).

 

- When I made my weather modlets, I tried to make the weather not be as nice as the default (but also allow niceness, for a short time. The % "nice possibility" is just rarer).  "Niceness" is subjective, but also there are several parameters to change, so the "real" odds of getting nice weather drop significantly because 1 parameter may be "no fog!" but another might be "its really, really, cold". Having them all line up to be "no fog, no wind, and not so cold!" should be rare. I also wanted to make the "harshness" for a biome match what it really was (snow = cold, desert = hot).  So, I basically just took the default biome level settings and added some extremes to them (both above and below the default...but skewed towards the biome.  Meaning: if its cold, skew towards colder), then made these extremes be the more common occurrence. Additionally, generally I then added a 1-10%? chance of "yeah this is over the top cold/windy".  So the "extremes" could all line up and happen all at once

 

- I made the weather modlets mostly because I wanted some visual darkness and gloom, but also because I feel that the weather in the vanilla game really isn't an issue to work around, meaning: if its cold, so what. clothes are easy to find, put them on, meh.  With more extreme weather suddenly clothing (and clothing modifiers) start to make a difference, or at least you might have to actually think about the values vs "take the best, all the time" and "take off my coat, I guess".  I wanted there to be a real chance you might die due to hot/cold and you literally might not be able to make it.  You'd have to choose to maybe try to build heat sources (there's no cold sources..hmmm) or maybe make a run for it and get out of the biome.  Generally this means (for my modlets) that the burnt forest and desert are bad places to put bases in them as you cannot cool down with anything but clothing). I can't do the math to figure out what specific settings in my XML modlets need to be (to avoid death conditions) because I don't know how to determine how much heat a forge/campfire puts out or how cold/how the global weather might get.  So I guessed and fudged a bit based on the biome level default settings so it seemed reasonable that it *could* get bad enough to kill you.   I don't know how much weather protection you get from being indoors either.  In general, I wanted you to worry about  your character being able to survive in every biome... but less so in the green forest (as its basically the safest biome).

 

- Its possible that there's a bug in the game that if the temp gets too cold, heat sources/indoors not work?

 

Anyway: If there's some way to determine (or someone knows) any of the unknowns about weather that I have, let me know and I'll tweak my modlets (likely with an override modlet) to try to remove any possible issues like the heat issue or "certain death conditions".  I just don't know what settings and values to change to "know" what the min/max values of weather are going to turn out to be after global weather is taken into consideration, or if there's a "too low/too high" temperature that negates heat from campfires/forges or weather protection from being considered "indoors".

 

 

 

 

 

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

1 hour ago, Reckis said:

I love the sound of this, I am always looking for a way to spice up the zombies a bit!

 

Going to download it and give it a try!

Thanks!

I'm hopefully (this week?) going to be able to release the script that generates the modlet(s).  The first version was only a test and I wanted to make it so you could configure it more without having to edit the script (I have this set up already.  Still adding features I think will be useful to future proof the code a bit. I want to be able to randomize some things like demolisher exploding time and explosion power without having to write code that's too specific to them).  The unreleased script allows zed and animal randomizing. Once I get it and the "how to install and use" documentation set up I plan to generate a small variety of modlets with different configurations (maybe: easy, medium, hard?) for people who don't want to do all the install and "figuring it all out" work as you can always go into the pre-generated modlets and make your own changes.  I also want to test if it can work with the Creature Packs and any other "entity" mods (which I can write instructions for how to use, but cannot easily pre-generate mods for because of there being too many possibilities of what people will load into their game).

 

Anyway: Let me know what you think!  All input is welcome. I've made some decisions that may not work too well and am still tweaking things.  I'm playing my own game with it and it feels like the basic idea is working well.  I had a few zeds come running at me so fast I didn't know what to do (no way to outrun them), but then I had the nighttime settings on "nightmare" mode so I probably shouldn't have done that while testing :)

Link to comment
Share on other sites

Understood so far 😉

 

I did not know that the indoor/firesource changes are just a subtraction and not a set to a certain temprature in a realation to the outdoor weather...

So if outdoor -50 you will die indoor as well even if you have a campfire on and a torch. 

A pitty that we can't change that...

Nevertheless I love that additional challenge a lot - maybe go for the medium setting of your mod  because I habve now -26° indoor 😉

Link to comment
Share on other sites

15 minutes ago, gwydion62 said:

Understood so far 😉

 

I did not know that the indoor/firesource changes are just a subtraction and not a set to a certain temprature in a realation to the outdoor weather...

So if outdoor -50 you will die indoor as well even if you have a campfire on and a torch. 

A pitty that we can't change that...

Nevertheless I love that additional challenge a lot - maybe go for the medium setting of your mod  because I habve now -26° indoor 😉

The medium and low settings are just for the "visual effects" because the more visual effects the more of an FPS drop you may get.  It won't change the temperature issues.

 

I'll see if I can make some adjustments to the cold (and likely the hot too) temp min/max values to make it less likely to get so low/high.  I'm going to see if I can get some input on the forums first though as it may help.

 

Curious: What biome are you in that you are seeing this?

Link to comment
Share on other sites

7D2D-EntityRandomizer script and usage/docs released on github

 

Notes:

- WARNING: I'm still testing this myself.  It may be buggy or generate really bad zombies.  You are essentially testing a very new script on your system if you choose to run the script

- WARNING: The script was built on UNIX, and I haven't tested on Mac/Windows yet!

- WARNING: I highly recommend *NOT* using the script unless you know how to get perl set up and running properly on your OS. If the script deletes all your data, your computer teleports to my secret bunker, and everything you own bursts into flames, you have been warned!

- I will continue pre-generating modlets to use (so you don't have to run the script) on github.  The current modlets do not have randomized animals in them (coming soon!)

 

The randomizer script supports randomizing animal and zombie entities, and generating multiple copies of entities, all with random properties.  It then builds a modlet  for them that should hopefully be 'playable'. Only simple numeric properties can be randomized, nothing nested in the XML.  Some functions are provided to randomize entity health (which is a nested XML property), for example. The purpose is to make all zombies look the same but act different, and generate enough of them you never know what you're up against.

 

If you want to ride a road to hell with a big floppy blueberry pancakes for underwear, it *should* be possible to randomize any entity/zombie/animal (like in the Creature Packs) but this will take a specialized configuration I have not documented.  I'll document it or try to help if anyone asks.  This can get messy and may require custom by hand configurations. I can imagine certain entities ( like robots, or NPCs that are tagged as EntityZombie ) might not work or the randomizer will break them..

 

I'll try to support this the best I can, but it's not something I'm going to guarantee will work OR will generate a modlet that works!!!

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

22 hours ago, doughphunghus said:

The medium and low settings are just for the "visual effects" because the more visual effects the more of an FPS drop you may get.  It won't change the temperature issues.

 

I'll see if I can make some adjustments to the cold (and likely the hot too) temp min/max values to make it less likely to get so low/high.  I'm going to see if I can get some input on the forums first though as it may help.

 

Curious: What biome are you in that you are seeing this?

Thanks, I am in the snow biome251570_screenshots_20200901212306_1.thumb.jpg.e2f4e7b0b70a5f0fc4a301dd0560c124.jpg...

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...