Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: WordBuilder 0.9: Release often, release early

  1. #11
    Guild Adept Alfar's Avatar
    Join Date
    May 2009
    Location
    Denmark
    Posts
    276

    Default

    And here's an example of what towngen.wordo generates:

    Code:
    pisoshi
      Occupation: shochu-dealer
      FirstName: kijiteho
    kito
      Occupation: rice-farmer
      FirstName: zowosu
    zachihawe
      Occupation: sake-dealer
      FirstName: ohi
    hihi
      Occupation: sake-dealer
      FirstName: hehechihi
    mofuji
      Occupation: furrier
      FirstName: awatsu
    The file was inspired by this discussion: http://www.cartographersguild.com/showthread.php?t=6872

    I set up rules to make occupations from sets of tokens (occupations and occupations-rare) and weighted it to make rare occupations, well, rarer. The names I made Japanese-ish by setting up token sets to build something that resembles the hiragana set of sounds. I'm pretty sure I'm not hitting all of it, especially the ya/yo/yu combinations and ji u -> ju rules.

    I'm thinking I can add (some of) those using the translate command.

    Edit: Bummer, I didn't think about paging, so most people are probably going to miss the previous two posts. Yes, serves me right for triple-posting, I guess. Please, take a look at previous page.
    Last edited by Alfar; 09-03-2009 at 09:03 AM. Reason: Added note to people to see the previous page.

  2. #12
    Guild Adept Alfar's Avatar
    Join Date
    May 2009
    Location
    Denmark
    Posts
    276

    Default

    Continuing my monologue, here's a quick example of something that, when the token lists are expanded, could be useful. Also, I just had an idea to allow us to use external files for token lists.

    Code:
    tokens prefixes Alecs Berts Detchers
    tokens mountains peak heights fell
    tokens rivers stream flow rapids
    
    startingrule mountains 100
    startingrule rivers 100
    
    rule mountains {
    token prefixes
    token mountains
    }
    
    rule rivers {
    token prefixes
    token rivers
    }
    With this, youget 100 mountain names followed by 100 river names.

    I'll have some time on my hands tonight to fix things. I hope to get something new out tonight, with bug fixes and a couple of features.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •