Jump to content

Boidster

Members
  • Posts

    2,242
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Boidster

  1. Not updated Wiki. The XML you'd want to look at is in buffs.xml. The triggers which add "hot" or "cold" buffs are based on CVar "_coretemp" which holds the difference between the player's temp and 70F. So _coretemp=10 means player feels like 80F. And but so: Buff Player Temp (_coretemp) Hot 81 (>10) Sweltering 100 (>=30) Cold 59 (< -10) Freezing 40 (<= -30) Here's what "Cold" looks like in the XML: <triggered_effect trigger="onSelfBuffUpdate" action="AddBuff" buff="buffElementCold"> <requirement name="NotHasBuff" buff="god"/> <requirement name="NotHasBuff" buff="buffElementFreezing"/> <requirement name="CVarCompare" cvar="_coretemp" operation="LT" value="-10"/> </triggered_effect> Edit: I updated the Wiki to add the new(-ish) "Cold" and "Hot" buffs and remove the obsolete Heat Stroke and Hypothermia buffs.
  2. "It is easy for me to do, therefore everybody else should be able to do it" "Struggling with this stuff develops skills which can go on your ZipRecruiter profile" We technophiles live in a bubble. I see similar arguments coming from corporate IT development teams. Why do we need to develop X? It's easy enough for the business user to just do Y and Z to get what they need! No, it is not "easy" for many people. Computers are inscrutable boxes of devilry and witchcraft for most people and they just want them to work. The standard meme is PC Masters vs Console Heathens, but there are plenty of PC Heathens as well (a majority of PC owners, I'd wager). These are the people who call us to ask "what happened to My Internet?" or "I think my son may have installed a virus, can you check?" Or...*shudder*...they go ahead and install the McAfee shovelware that came with their Best Buy off-the-shelf "gaming" PC. Could they learn how to open a zip file and put the contents in the right place? Probably at least half of them could with patient instruction from one of us, but it should not be required of them. If we can make it easier (and therefore attract and keep them as customers), we should do so. Within reasonable cost/ROI limits of course. With few exceptions, we're all average n00bs in many other areas. Car maintenance, home plumbing, chemistry, little men in boats, horse deworming, the list goes on. Let's not look down on the average n00bs in our own domain of expertise. Their money spends just as well as our own.
  3. Shirley you know that understanding of and appreciation for the classics provides a solid foundation for future memes. We need humorous, biting commentary on society, encapsulated in a picture with 10 words or less! Not stupid image macros and the utterly devoid of humor template: Nobody: Literally Nobody: <some stupid image> The internet is rife with this type of lazy, unfunny crap. Learn the old jokes, so you can do better, BE better! Good luck, we're all counting on you.
  4. I do. When planning and careful behavior is not possible, FAFO should be the rule. Sorry about your 4x4 at the bottom of the canyon bro. Better start digging it out...sun's goin' down. We take full advantage of the Bag of Holding nature of 7D2D's inventory system, but if they made motorized vehicles non-storable in any container, including other vehicles, I'd murmur "well played, pimps, well played" and adjust accordingly.
  5. Sorry, what I meant was that all of my own little modlets in Nexus start with "Boid's", so there is "Boid's Pour One Out" and "Boid's Infinite Horde" and so on. If you search for just "Boid's" I would think Nexus would show you all of them.
  6. Yep! Lake bed is at 71 or something like that. Cities set at 60. Surprised there isn't a "not on water" exclusion built in, but hey the tool has some not-really-that-difficult ways to work around it, so I will do that. Custom cities map and custom splat map were always in my future for this project anyhow...
  7. Just search for "Boid's" in Nexus and you'll find them. Mostly they are tiny modlets (small XML changes) created in response to someone on this forum asking for a particular behavior change. I don't know if any of them really qualify as "more real life like". Maybe "Boid's Pour One Out" kinda does.
  8. Is this expected behavior in the current version? I have a heightmap and a water map and no other custom maps/overlays. I did not expect a POI in the lake. If the log window is to be believed, cities are generated before water. Maybe it's out of order? Or maybe the rule is just "if you do a water map, you gotta do a cities map too".
  9. Yes, it works that way, however take a look at my big fat BUT ...not all mods work that way. Any mods which only change XML* will be automatically downloaded to your friends' machines**. Some of the more advanced mods add assets to the game (like new zombie types or new POIs) and often these will need to be downloaded separately. The description of the mod should explain how it will work in a server/client game. For example, I run a handful of mods of my own design, plus Creature Pack (new zombies, NPCs, and weird critters) and CompoPack (new POIs). My co-op playing partner had to download Creature Pack and CompoPack himself, but all my little modlets downloaded automatically. *or the 'localization.txt' file **what actually happens is the modified XML gets downloaded to their machines, not really the mods themselves
  10. Well, you will have to register an account if you want to download mods. You can use a throwaway Gmail account if you don't want to use your real e-mail (I do this all the time, though not on NexusMods). As far as "safe" goes, you can be pretty certain that Nexus itself is a safe website (unless it gets hacked some day, but that applies to any website). It's been around for years and it has tens of thousands of mods for all sorts of games. It is a legitimate source for game mods. The safety of any particular mod might be a little bit less certain, but if a mod has a bunch of downloads then it's going to be safe. Players would scream at Nexus if they left a "bad" mod up on their system. I mean "safe" as in "no viruses or other malware". A mod might mess up your game, of course, but this also is very rare.
  11. Okay good. If you want to make a change to one of your KingGen inputs (the Cities map for example), then click it to make it visible: For ease of editing, maybe you want to also show your heightmap: So I don't want that southern purple area in my Cities map, and I delete it: Then I turn off the heightmap so it's only the Cities layer visible again: File -> Export... -> PNG and then load it into KingGen and re-generate the world to see if I like it. If not, repeat the steps to adjust the Cities layer again.
  12. Sourceforge is just a tool, like github or Google docs. Yeah, people with bad intentions can upload stuff there, but generally it's used by open-source coders trying to do useful work. As long as you trust the source of the Sourceforge link (which I definitely think you can in this case), then the download will be fine. Of course have your antivirus give it a once-over, if it doesn't do it automatically during download.
  13. Try KingGen. It's under active development. I'm using it for my first-ever attempt at a fully custom map (hand-placed cities and whatnot), but it will do advanced RWG just like Nitrogen did.
  14. What program are you using? Are those each layers, or separate image files? I'm not entirely clear on what you're asking, sorry, but I'm willing to try to help once I understand.
  15. I'm no expert, but these two questions maybe I can give some help on. 1. You really ought to be using GIMP (or a similar graphics program) and keep all of your maps in layers. If you're doing a full custom map, maybe you'd have these layers in roughly this order top to bottom: Cities layer Biomes layer Water layer Heightmap layer All black layer All white layer Then you just ensure that only the layer you want to export is visible when making your PNG. Need to change your cities layout? Make the cities layer and maybe all-black or all-white visible (for easier visibility while editing), do your edits, then turn off all layers except Cities and export it as PNG and re-generate your world. When I'm working on my map I have multiple copies of each layer because when I try a new thing I want to keep the original layer in case I goof up (though GIMP does have an excellent multiple-step undo feature). 2. Resizing should work fine in most cases. I work on an image in GIMP that is 1024x1024 and then resize to 8192x8192 after export. Working on the full 8K image would take quite a bit more memory and processing would slow to a crawl on my mid-potato PC.
  16. Hmm...to be honest I am still running 19.3. I guess they added a new pregen map in 19.4 or later? The only ones my game came with are Navezgane and PREGEN01-03. In any case, that is a random name. You could also make a new RWG world and through sheer luck end up with "South Mufiko County" again. I got pretty close just typing random characters: IIRC the game has three lists: 1) [South, North, East, West, Old, New, <null>] 2) [bunch of fake place names like Mufibi, Voluya, Kawawi, and so on - lots of them] 3) [Valley, Mountains, County, Territory] Based on your seed, it picks one from each column. The 2nd list is large enough that there are millions of possibilities.
  17. I don't think we loot these often enough early game. But we also have a handful of preferred POIs to take over in the early game so most of our building is more of the wood spike variety. If you have a ton of cobblestone rocks and a cobblestone block is your immediate goal, I can see how starting with flagstone makes sense. And with the construction pallets as you say even a hand-built base could be cobblestone pretty easily in the early game. I will reconsider my definition of normalcy.
  18. There are three ways you might encounter zombie dogs: 1) Random biome spawns (see spawning.xml) 2) Certain POIs have sleeper zombie dogs and if you cross the POI boundary they might wake up 3) Wandering hordes at the following gamestages: 4, 12 (wolves, not dogs), 20, 34, 38, 41 (wolves), and any of those gamestages +50, +100, +150, etc. Encountering a dog wandering horde on day 2 is pretty likely since that's probably about the time you hit GS4. If you are on >100% XP then your GS will rise more quickly and you'll hit those wandering hordes more quickly. They don't spawn "more often than wandering ones", they are just one type of wandering horde. See gamestages.xml, search for the following section: <spawner name="WanderingHorde"> <!-- These will wrap around at 50. --> <!-- Will probably have to undo that later. Rev 19924 /19944 --> <gamestage stage="01"><spawn group="wanderingHordeStageGS1" num="05" maxAlive="30" duration="09"/></gamestage> <gamestage stage="02"><spawn group="wanderingHordeStageGS2" num="10" maxAlive="30" duration="09"/></gamestage> <gamestage stage="03"><spawn group="wanderingHordeStageGS5" num="06" maxAlive="30" duration="09"/></gamestage> <gamestage stage="04"><spawn group="ZombieDogGroup" num="04" maxAlive="30" duration="09"/></gamestage> <gamestage stage="05"><spawn group="FwanderingHordeStageGS1" num="09" maxAlive="30" duration="09"/></gamestage> <gamestage stage="06"><spawn group="FwanderingHordeStageGS2" num="07" maxAlive="30" duration="09"/></gamestage> <gamestage stage="07"><spawn group="FwanderingHordeStageGS4" num="08" maxAlive="30" duration="09"/></gamestage> Edit to add: "South Mufiko County" is just a random name given to your seed value. I might enter a completely different seed (and end up with a completely different RWG world of course), but still the game will call it "South Mufiko County". Your dog problems should occur on any map.
  19. So this would be post-generation, using the world editor to put the prefabs where I need them?
  20. I wasn't necessarily suggesting brick as an upgrade step. I meant a player crafting/base building progression step. But currently it has fewer HP than cobblestone so there is no reason to ever craft brick except for aesthetics. Or maybe you really like waiting at the forge? It might be nice if brick had HP between cobble and cement so there could be incentive to cook some up for your outer base wall or whatever, prior to natural game progression allowing you to bulk craft cement. Flagstone is also a rarely-used block for us. If we're going for cobblestone, we're not going to go through flagstone to get there. We'll upgrade wood directly to cobble like normal people.
  21. Yep, I did pretty much what you described and with similar results. I have abandoned the really steep mountain rivers, opting instead for a couple of lakes. But the long river that flows through the valley I have decided to try to chop into 3 chunks and then cut their channels into the heightmap (and adjust the water level accordingly) using local minimum terrain height as a guide. So for example broadly speaking the northeast section of river might have a minimum riverbed height (from the IRL heightmap) of 45. The central section might have a minimum of 38, and the southern section might have a minimum of 30. IRL the river flows smoothly down a gently sloping valley. Due to the crappy 7D2D water engine, though, I can't do "smoothly flowing" down the valley so the portions of the river will be set up like this: River Zone Riverbed (heightmap) Water Level (water map) North 42 44 Central 35 37 South 27 29 What I expect is that each section will have steeper sides where the local heightmap was higher, but at least a 1m high river bank near the minimum original terrain height. At the transitions between the zones, there will be a (likely ugly) waterfall effect, but it ought to not be as bad as the ugliness I had when I tried to do an end-to-end sloping river. This will be more like having three 2000m long flat rivers, joined at ugly but relatively small transition points. Maybe I can get cute with pixel-level heightmap editing and actually make it look like a waterfall. 🙂
×
×
  • Create New...