Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

What would you like me to do after this next round of bugfixing on RandCreatures?

Extract even MORE data - I want to customize what I get.
- 50 (24.3%)
Megabeasts and semimegabeasts need more work.
- 15 (7.3%)
Why no vermin? I want to annoy the heck out of myself.
- 10 (4.9%)
Nothing swims underwater?! How could you? I want aquatic life.
- 60 (29.1%)
Let's have (rare) random creatures that breathe fire and/or poison you to death.
- 34 (16.5%)
Forget RandCreatures; work on LangCreate.
- 17 (8.3%)
Zombie's Toothbrush.
- 6 (2.9%)
Make birds more birdlike.
- 12 (5.8%)
I want something else, but I'll suggest it in-thread.
- 2 (1%)

Total Members Voted: 205


Pages: 1 2 3 [4] 5 6 ... 17

Author Topic: LangCreate (v34 and v40) and RandCreatures (v34, being rewritten)  (Read 83609 times)

Talvieno

  • Bay Watcher
  • Hello, Death. How's life?
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #45 on: December 05, 2012, 09:49:56 pm »

Excellent! Thank you.

So, what we have here is a two-headed creature with four legs and two eyestalks. It's made of chitin, yet it has feathers. Better yet, it lays eggs. Bizarre enough for ya yet?

It didn't take long; I know the reason the second head is close to the end. Unfortunately, there's no way I can fix it without altering the default raws (or making up new raws altogether, which I was trying desperately to avoid to allow my program to mesh smoothly with other peoples'.). Here's the reason:

The [BODY: tag starts with "QUADRUPED:". This adds in an upper body, lower body, head, right front leg, left front leg, right front foot, left front foot, right rear leg, left rear leg, right rear foot, and a left rear foot, in that order. Next, it adds a mouth and a brain (MOUTH:BRAIN:). Then, it adds an extra head (BASIC_HEAD:). This makes the head NEXT on the list. It's as close as it can be to the top, unfortunately, it's not close enough, and you see the list as follows:
The head is near the bottom of the list. There's no way to get it any closer to the top, because it attaches directly to the upper body. Without "QUADRUPED:", there's nothing for it to attach to, because QUADRUPED contains BODY_UPPER.

If you keep looking at this bizarre creature, you'll notice that the second head has teeth, but no mouth (bwahaha - actually, some of Toady's own creatures do that), as well as two eyestalks. With no neck, it's basically a bump on the upper body with teeth and eyes. THAT is my definition of random. And unfortunately, there's nothing I can do to fix the issue you pointed out without making my mod largely incompatible with other mods, or redoing the bodyparts from scratch. Right now everything's weighted carefully to make it more "realistic", i.e. the chance of something occurring in a randomly generated creature is just as likely as it is to be in a vanilla creature you randomly stumble across.

One of them also built and lived in houses even though they couldn't open doors.

I call that a feature.
Lol, I like the way you think. I was thinking of using that excuse, but I was aiming for semi-realism (yes, feathery chitin qualifies. Hush. >.>).  I'll put up a poll.

Edit: poll is up.
« Last Edit: December 05, 2012, 09:57:35 pm by Talvieno »
Logged
Quote from: Mr Frog
Talvieno ... seems to be able to smash out novella-length tales on demand

Tsuchigumo550

  • Bay Watcher
  • Mad Artificer
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #46 on: December 05, 2012, 10:19:49 pm »

I like to think of them as lemmings... just... weird lemmings.
Logged
There are words that make the booze plant possible. Just not those words.
Alright you two. Attempt to murder each other. Last one standing gets to participate in the next test.
DIRK: Pelvic thrusts will be my exclamation points.

Talvieno

  • Bay Watcher
  • Hello, Death. How's life?
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #47 on: December 05, 2012, 10:22:13 pm »

Technically, as all everybody ever does in towns is stand around inside houses, it doesn't really hurt gameplay.
Logged
Quote from: Mr Frog
Talvieno ... seems to be able to smash out novella-length tales on demand

Cobbler89

  • Bay Watcher
  • Cobbler cancels celebrate Caesar: mending soles
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #48 on: December 05, 2012, 11:59:32 pm »

Thanks for the explanation re. how symbol roots are made/used, oh clever Talv!

Technically, as all everybody ever does in towns is stand around inside houses, it doesn't really hurt gameplay.
Some of us are, no doubt, thinking ahead, what with the devlogs these days...

My take:
1) If it's something that's a flaw in the way the raws are structured that affects vanilla creatures, like the extra inclusion of a head with teeth but no mouth, leave it and we'll see when Toady makes the default raws better in that regard.
2) If it's something contradictory like creatures building doors they can't open or owning shields they can't carry, I say make it a user setting -- or even multiple user settings: "strict building compliance" and "strict owning/wielding/using compliance", so the people who think the doors thing is a feature but the shields and swords thing is a bug can be made happy.
3) You could in the same spirit scrap #1 in favor of a setting "use default raws even if there are design flaws" vs. "use improved raws for consistent, better-controlled, quality (well, at least non-incomprehensible) creatures".

Going back to the language generator, could it be made to 1) not get stuck/crash when I accidentally hit enter with no words or name in it, 2) have a cancel or back button for convenience, and most importantly 3) allow me to go back to my word list and try again if I get the entire language rejected on account of things like "not enough distinct beginnings and endings"? (I guess #2 or #2-like things is/are most important if #3 is added, since you'd want a way to be able to say, "No, if that didn't work just close out".)

Yes, I toy with extreme/edge cases and try all sorts of unusual things with a program, both purposely and accidentally; I actually work in software support, and like to think of myself as borderline quality assurance (borderline as in it's not officially part of my job but I do everything I can about it given what my job is). ;^)
Logged
Quote from: Mr S
You've struck embedded links. Praise the data miners!
Quote from: Strong Bad
The magma is seeping under the door.

Quote from: offspring
Quote from: Cobbler89
I have an idea. Let's play a game where you win by being as quiet as possible.
I get it, it's one of those games where losing is fun!
I spend most of your dimension's time outside of your dimension. I can't guarantee followup or followthrough on any comments, ideas, or plans.

Glanzor

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #49 on: December 06, 2012, 06:53:29 am »

And unfortunately, there's nothing I can do to fix the issue you pointed out without making my mod largely incompatible with other mods, or redoing the bodyparts from scratch.
Okay, I know nothing about programming, but couldn't you just forbid the program from adding an extra [BASIC_HEAD]-tag if the body-type it starts out with (like QUADRUPED) already contains a head?
I always wondered why girlinhat's generator always created a body-raw of its own. now I know.

Re: The doors-issue: I only noticed that because the game gave me the option to play as one of those as an adventurer and I couldn't get any quests or hide from the bogeyman which made this particular adventure pretty short-lived.
Logged

MasterMorality

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #50 on: December 06, 2012, 12:27:46 pm »

I used the Lang generator when I made the Thothgol. I'm going to have so much fun with the creature/civ gen. If I can get it work under Wine...

Bah: the .exe didn't play very nice with Wine, unlike DF Lang, so I'm out of luck :(  No quick shenanigans for me.
« Last Edit: December 07, 2012, 07:11:08 am by MasterMorality »
Logged

Sporemaniac777

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #51 on: December 06, 2012, 05:36:57 pm »

Pardon my stupidity, but can anyone please tell me what program is used to open the .kpl file? Thanks in advance.
Logged

Reudh

  • Bay Watcher
  • Perge scelus mihi diem perficias.
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #52 on: December 06, 2012, 09:01:03 pm »

This looks amazing, Talvi. I must use it immediately!

MasterMorality

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #53 on: December 07, 2012, 05:13:40 am »

Pardon my stupidity, but can anyone please tell me what program is used to open the .kpl file? Thanks in advance.

According to my computer it's a Wine file, but I think that's just my computer.
« Last Edit: December 07, 2012, 07:10:08 am by MasterMorality »
Logged

Tsuchigumo550

  • Bay Watcher
  • Mad Artificer
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #54 on: December 07, 2012, 06:53:41 am »

The program is in "bin".
Logged
There are words that make the booze plant possible. Just not those words.
Alright you two. Attempt to murder each other. Last one standing gets to participate in the next test.
DIRK: Pelvic thrusts will be my exclamation points.

Sporemaniac777

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #55 on: December 07, 2012, 01:14:56 pm »

The program is in "bin".

Oh... Now I feel stupid. Thank you!  :D
Logged

slink

  • Bay Watcher
  • Crazy Cat Dwarf
    • View Profile
    • Slink's Burrow Online
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #56 on: December 07, 2012, 03:12:14 pm »

This fellow quickly suffocated in the arena, all by himself.  Not sure why, but maybe without a mouth the lungs can't get air?

Spoiler (click to show/hide)
Logged
There is only one cat, and all cats are that cat.
Almost losing is sometimes fun.

Tsuchigumo550

  • Bay Watcher
  • Mad Artificer
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #57 on: December 07, 2012, 03:40:14 pm »

This is getting interesting. Beta testing sure is fun, I should really try it. If this is a beta. More like post-beta? It's a pretty full program.
Logged
There are words that make the booze plant possible. Just not those words.
Alright you two. Attempt to murder each other. Last one standing gets to participate in the next test.
DIRK: Pelvic thrusts will be my exclamation points.

Talvieno

  • Bay Watcher
  • Hello, Death. How's life?
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #58 on: December 07, 2012, 06:10:03 pm »

Pardon my stupidity, but can anyone please tell me what program is used to open the .kpl file? Thanks in advance.
It's used by Phrogram, a largely unheard-of programming language/IDE I used to champion (I'm nkweeks there, though). It's even easier to open with notepad: open notepad, and drag and drop the file icon into it. (At least, that's how it works in windows). It's easy to read.
    I'd use C++ or Java, but as I said... my laptop is toast, and I'm between computers. The one I'm borrowing to program on (and write Vanya's story on) is really old, and I can't install much of anything on it at all (not to mention the fact that it's out of hard drive space).

This fellow quickly suffocated in the arena, all by himself.  Not sure why, but maybe without a mouth the lungs can't get air?

-snip-
I discovered some odd things while testing, and got rid of a lot of the issues like that, but actually, it is possible to have a lunged creature that can breathe, without it having a mouth, or even a throat. Odd, I know. lol   I can't remember if it was because the creature was brainless, or because of something else, though. I'm almost positive that this particular creature suffocated because the program didn't give it a brain, and because I was stupid and apparently deleted the line of code that was meant to make up for something like that happening. (You can see it added [EXTRAVISION] after the [BODY: line; I didn't delete that, at least. lol

More importantly, I noticed this:
      [STATE_NAME:ALL_SOLID:frozen 1KLEBZVLS blood]
That REALLY bugs me. It should say "frozen ertfevarod blood", but apparently it gave it the creature's identifier name instead of the regular, visual one. That'll be fixed in the next release, guaranteed, as will the lungs issue... and the others issues that have already been mentioned.


AS TO THE TWO-HEADED CREATURE:
    I'm not going to remove two-headed creatures completely, which is what it would take for the head to generate at the top of the list, so that'll stay as it is. I value my randomness, and sacrificing all oddities so that all "randomly generated" creatures look like creatures that already exist ingame is not something I'd be willing to do... I don't consider it negotiable... unless, of course, someone can convince me to spend the time necessary to write up a new raw file, and more specifically, convince me that meshing with other mods isn't such a great idea.


This is getting interesting. Beta testing sure is fun, I should really try it. If this is a beta. More like post-beta? It's a pretty full program.
It's definitely beta, and it's likely going to stay that way as I continue adding onto it. Please note that I don't usually have much time online. :P
« Last Edit: December 07, 2012, 09:34:41 pm by Talvieno »
Logged
Quote from: Mr Frog
Talvieno ... seems to be able to smash out novella-length tales on demand

Glanzor

  • Bay Watcher
    • View Profile
Re: Creature, Civ, and Language Generator (Now with links)
« Reply #59 on: December 08, 2012, 06:14:21 am »

AS TO THE TWO-HEADED CREATURE:
    I'm not going to remove two-headed creatures completely, which is what it would take for the head to generate at the top of the list, so that'll stay as it is. I value my randomness, and sacrificing all oddities so that all "randomly generated" creatures look like creatures that already exist ingame is not something I'd be willing to do... I don't consider it negotiable... unless, of course, someone can convince me to spend the time necessary to write up a new raw file, and more specifically, convince me that meshing with other mods isn't such a great idea.
Well it won't stop making two-headed creatures completely, since it could still roll a [BODY:HUMANOID_2HEAD] or something similar, just the labeling and listing would be correct.

Also, are you implying that making a new raw file would make it incompatible with other mods? Because you could just make it create a body_raw of its own, separate from the default one, and therefore avoid all compatibility issues altogether. That's what the other creature generator did as well, I think.
Logged
Pages: 1 2 3 [4] 5 6 ... 17