Is there a way to make a mod that, when it’s daytime, no monsters spawn, only normal animals, and at night, all monsters spawn? They would also spawn in dark places and underground places, but not inside of city buildings. And then delete them when daytime comes. Or make them burn, like a blocky game. Idk. Why this, if this is too easy? I just want to feel the thing of scavenging and making a fort before the night comes. More or less like Minecraft, but really realistic. It would be a fun thing to try, seriously.
Hmm, this does sound fun and interesting.
+1.
Good idea, would make a nice game mode I think. I’d think it would be relatively simple, but then I think of things like parks/basketball courts and buildings that spawn monsters on mapgen…
Set zombie drops to none, have them take 999 damage in sunlight (only sunlight) and you’re done! Basically the corpses lay around and revive then insta die. At night however…
I guess it won’t be that hard for someone to do a mod with this to try? It could be a really nice gamemode, indeed.
Also the damage doesn’t pulp, either through removing pulping or just changing the damage not too.
There is a tag that makes monsters take damage while in direct sunlight (not inside houses). You could tag all the mosnters with that easily enough.
What is the tag?
SUNDEATH no idea how or if it works.
well as long as they’re inside you could consider them skulking in the shadows I guess. until they break windows, escape and die to the glorious sunlight.
[quote=“Iosyn, post:10, topic:5152”]well as long as they’re inside you could consider them skulking in the shadows I guess. until they break windows, escape and die to the glorious sunlight.[/quote]that would probably work, lure them out into the sun then loot the building.
[quote=“Soyweiser, post:9, topic:5152”]SUNDEATH no idea how or if it works.[/quote]if it works then maybe if/when vampires get implemented in the main game they would have the SUNDEATH tag.
This will be like I’m Legend. Someone could try this, or is it easy enough?
I’d imagine you’d have to paste [SUNDEATH] into every creatures tags (well, mostly zombies). It might take around a half hour.
Not saying this is a bad idea, but it needs a bitmore work than adding sundeath. With the monsters as they are now it’d make the game pretty trivial as long as you only go out in the day, or even just exlore during the day at first, because you’d easily lead all monsters to their deaths.
Need some work on AI and structures to make the monsters lurk in buildings unless you enter, then chase after you.
That having been said, it’d be a really neat game mode.
an “I am legend” type of gamemode would be awesome, (providing it is based off the book and not the shitty movie by the same title.).
[quote=“Kevin Granade, post:15, topic:5152”]Not saying this is a bad idea, but it needs a bitmore work than adding sundeath. With the monsters as they are now it’d make the game pretty trivial as long as you only go out in the day, or even just exlore during the day at first, because you’d easily lead all monsters to their deaths.
Need some work on AI and structures to make the monsters lurk in buildings unless you enter, then chase after you.
That having been said, it’d be a really neat game mode.[/quote]
I really need to learn coding.
Yeah, it would be really good… even more if you get to practice and experiment with traps.
For Wad: I just watched the movie, i’d like to read the book. Also… don’t judge a book by its movie applies the other way around, too. I think the movie was good.
Aren’t monsters in Json?
Also why not have zombies lose hearing and smell during the day? And have them lose interest faster. It’d simulate the zombies being less aggressive because the rays of the sun are confusing the goo?
[quote=“StopSignal, post:17, topic:5152”][quote=“Kevin Granade, post:15, topic:5152”]Not saying this is a bad idea, but it needs a bitmore work than adding sundeath. With the monsters as they are now it’d make the game pretty trivial as long as you only go out in the day, or even just exlore during the day at first, because you’d easily lead all monsters to their deaths.
Need some work on AI and structures to make the monsters lurk in buildings unless you enter, then chase after you.
That having been said, it’d be a really neat game mode.[/quote]
I really need to learn coding.
Yeah, it would be really good… even more if you get to practice and experiment with traps.
For Wad: I just watched the movie, i’d like to read the book. Also… don’t judge a book by its movie applies the other way around, too. I think the movie was good.[/quote]
I reenabled SUNDEATH.
If you’re Outside and it’s daylight hours (the check is “is_in_sunlight” or somesuch, I’m away from my laptop ATM) take 100 dmg/turn.
Dark Wyrms can take a turn of that. Most anything else “burns horribly in the sunlight!” and, well, Dies. As the tag specifies.
SUNDEATH-enabled critters realize this and will not voluntarily enter sunlit areas. If you end up with a Dark Wyrm in the starting shelter (freak not-so-accident with the debug menu) just GTFO the nearest door and it will stop at the threshold. Until sundown, at which point they ought to come out.
So get them all to chase you to a wide open field right at sunrise, I should think.
And yeah, you can tag any critter you like in the JSON.
Whoops, my bad,so they aren’t quite as crippled as I thought.
So yea, sounds like a good idea for a game mode, someone get on that.