1.0C ON EXPERIMENTAL BRANCH: A NEW... NUMBERING SYSTEM

Discussion in 'Clockwork Empires General' started by Nicholas, Nov 4, 2016.

Thread Status:
Not open for further replies.
  1. Jagwithtude

    Jagwithtude Member

    @Nicholas here is my save from a totally new game after the fix as I have both the endless loop of stacking booze and no paper or ammo being filled in my naturalists office.
     

    Attached Files:

    Exile likes this.
  2. Soopah

    Soopah Member

    Game crashes whenever I exit to main menu without saving.
     

    Attached Files:

    Exile likes this.
  3. mikail 001

    mikail 001 Member

    well, mine here the bar tender is not refilling booze and without that, the tropical is almost impossible to play on.
     

    Attached Files:

    Exile likes this.
  4. ironbear

    ironbear Member

    Nope, wouldn't work for me. I try assigning a new overseer too, but even if I order the stocking of paper, he only sweep the floor...
     
    Exile likes this.
  5. Cheshire

    Cheshire Member

    Yup. Had the same experience. I even tried to rebuild it a few times, but to no avail.
     
    Exile likes this.
  6. Samut

    Samut Member

    Yes. This.
     
    Exile likes this.
  7. Nicholas

    Nicholas Technology Director Staff Member

    I'll talk to the others about this, but I was holding off on it until I get Formal Mod Support in.
     
    Exile likes this.
  8. Kaidelong

    Kaidelong Member

    Getting some docs up on how these things work could be a side effect of letting people report on how they tinkered with the game
     
    Last edited: Nov 6, 2016
    Exile and Samut like this.
  9. Mr147

    Mr147 Member

    Noticed that on day 50-ish that laborers would stop building modules (Simple shrines and stuff all together like practical cabinets) and would go un-build and just sitting there even if i have the module in my stockpile.
     
    Exile likes this.
  10. Nicholas

    Nicholas Technology Director Staff Member

    Can you throw the save up, please?

    Ah, you people and your "documentation". It makes you weak, like water flouridation.
     
    Exile and DrusoMR like this.
  11. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    So whats the NCSS count of clockword empires, @Nicholas ? :D
    [​IMG]
    But i think we could use the forum to provide some basics already how things are tied together (at least the parts we understand :D)
     
    Last edited: Nov 6, 2016
    Exile likes this.
  12. Mr147

    Mr147 Member

    How do i access the saved files? :confused:
     
  13. DrusoMR

    DrusoMR Member

    Savegames, replays, console.txt and dmp files are here: C:\Users\blablabla\Documents\Gaslamp Games\Clockwork Empires at least on Win10.
     
    Exile likes this.
  14. Mr147

    Mr147 Member

    Nevermind found it =D I think :)
     

    Attached Files:

  15. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    Fix for brewery not fetching booze/spirits

    Add
    Code:
            local itemHandle = state.AI.possessedObjects["curPickedUpItem"]
            if itemHandle.tags["container"] == true then
                local containerItem = query(itemHandle, "GetItemInContainer", 1)[1]
                held_tags = query( containerItem, "getTags")[1]
            end
    
    in building_booze_supply_check.fsm after local held_tags = query( state.AI.possessedObjects["curPickedUpItem"], "getTags")[1]

    PS: Experienced programmers will use the itemHandle in the query for held_tags too :D

    PS PS: building_held_supply_check also needs to consider items in container as well
     
    Exile and Samut like this.
  16. Mikel

    Mikel Waiting On Paperwork From The Ministry. Forever.

    I code at work, not on the weekends.
     
    Exile likes this.
  17. Kaidelong

    Kaidelong Member

    I know YOU guys don't want to write any, hence giving a venue for forum goers to put down what they figured out
     
    Exile and Samut like this.
  18. Trygve

    Trygve Member

    I have a Naturalist's Office which doesn't get supplied with paper or ammo.

    Also in the same game, I suddenly had 5-6 chests of laboratory supplies. I really don't know how that happened, I wasn't alerted or anything, and I certainly didn't make them myself.
     

    Attached Files:

  19. Nicholas

    Nicholas Technology Director Staff Member

    Good catch. I'll get it merged into the main trunk.
     
    Exile likes this.
  20. Turbo164

    Turbo164 Member

    Does unassigning the Overseer, then re-assigning him to the workshop help? That happened to mine.
     
Thread Status:
Not open for further replies.