There are many dinosaurs that I think would be cool to see in Dinomod
Add More Obscure dinosaurs such as:
Qianzhousaurus
Nothronychus
Kosmoceratops
Amargasaurus
Bonus Prehistoric Creature: Triadobatrachus( Giant Prehistoric Frog and the first modern frog, just seemed to fit Dinomod)
Not doing this.
I'd support addition of any of those (maybe not the frog unless there's a clear connection to dinos). Nothronychus and Kosmoceratops are especially good fits since they are from North America. I wouldn't want the others spawning in the wilderness, but they would fit in fine at most (all?) of the special DinoMod locations. I considered Kosmoceratops for the big ceratops PR, it's a great choice
The frog is from early Triassic, but it isn't a dinosaur, so I see why you don't want that one, thanks for replying and giving feedback.
I'm fairly new to contributing to CDDA, but I would be interested in trying to add one of these to the mod.
I'm considering creating a mod with non-dino Prehistoric creatures, the frog would probably fit that better( if I finish it).
@Drafting-Goblin check out https://github.com/CleverRaven/Cataclysm-DDA/blob/master/data/mods/DinoMod/DESIGN.md
I made that as clear as I could but I'm neck deep in this stuff so any feedback is helpful. I also try to check in on the various modding Discords on there if you have questions
Is there a monster creation template somewhere, because actually programming the monsters correctly is what I have trouble with.
The doc is here https://github.com/CleverRaven/Cataclysm-DDA/blob/master/doc/MONSTERS.md . That has some example code but I find I learn the most by grabbing pieces from https://github.com/CleverRaven/Cataclysm-DDA/tree/master/data/json/monsters
Thanks! I appreciated the help and I will definitely start there.
Thanks, I'll read it and try to get it to work properly.
Qianzhousaurus is broken, please tell me how I can fix these lines.
"symbol": "D",
"volume": "5000 ml",
},
The : symbol is red and I want to know how to fix it for future reference.
@Theawesomeboophis i know that error. You’re using a common text editing app instead of a JSON editor. JSON is really picky about that. There are a few good options depending on what platform you use, I just use a Chrome plugin
Thanks, I'll find a Json editor and try again.
On Oct 31, 2020 2:50 PM, "LyleSY" notifications@github.com wrote:
@Theawesomeboophis https://github.com/Theawesomeboophis i know that
error. You’re using a common text editing app instead of a JSON editor.
JSON is really picky about that. There are a few good options depending on
what platform you use, I just use a Chrome plugin—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/CleverRaven/Cataclysm-DDA/issues/45162#issuecomment-719972960,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARDXS5YPCONDJNQBCOQUHY3SNRL7PANCNFSM4TE5VLIQ
.
Notepad++ is pretty good in my experience, and it's free.
Thanks, do you have link for Notepad++?
Thanks. I downloaded it.
Most helpful comment
I'm considering creating a mod with non-dino Prehistoric creatures, the frog would probably fit that better( if I finish it).