0 of 0

File information

Last updated

Original upload

Created by

Quantumyilmaz

Uploaded by

Quantumyilmaz

Virus scan

Safe to use

Tags for this mod

Feature requests (7 comments)

  1. RavenKZP
    RavenKZP
    • premium
    • 129 kudos
    One more thing come to my mind, sorry for bothering, but I'm actively working on mods with yours's frameworks :D

    Add possibility to apply time timeModulators, basing on container item's in (for example via Containerize).

    Example: 
    Jar -> Misc Item, and container via Containerize, Items inside this Container will spoil slower, by some given factor.
    example config:
    Spoiler:  
    Show

    - owners: [List of INGR]
      stages:
      - name: Fresh
        FormEditorID:
        duration: 1
        no: 0
        crafting_allowed: true
      - name: Unfresh
        FormEditorID:
        duration: 1
        no: 1
        crafting_allowed: true
      - name: Old
        FormEditorID:
        duration: 1.8
        no: 2
        crafting_allowed: true
      finalFormEditorID: RND_SpoiledJunk

      timeModulators:
        - FormEditorID: JarContainer
          magnitude: 0.5

    Barrel ->  Misc Item, and container via Containerize, Berries inside this Container will eventually turn into alcohol.
    example config:
    Spoiler:  
    Show

    - owners: [List of Berries]
      stages:
      - name: Fresh
        FormEditorID:
        duration: 1
        no: 0
        crafting_allowed: true
      - name: Unfresh
        FormEditorID:
        duration: 1
        no: 1
        crafting_allowed: true
      - name: Old
        FormEditorID:
        duration: 1.8
        no: 2
        crafting_allowed: true
      finalFormEditorID: RND_SpoiledJunk
      timeModulators:
        - FormEditorID: JarContainer
          magnitude: 0.5
       transformers:
        - FormEditorID: BarrelContainer
          finalFormEditorID: Some Alcohol
          duration: 12
          allowed_stages: [0, 1] # only fresh and Unferth berries can ferment into Alcohol
    1. Quantumyilmaz
      Quantumyilmaz
      • premium
      • 70 kudos
      I have been thinking about this as a feature but it is quite difficult to do.
      For now, the only idea that comes to my mind is putting (invisible) time modulator/transformer items in Containerize containers of interest.
    2. RavenKZP
      RavenKZP
      • premium
      • 129 kudos
      Hmm Interesting Idea, Will try it out! Thanks.
    3. Quantumyilmaz
      Quantumyilmaz
      • premium
      • 70 kudos
      Let me know if it works, otherwise I ll try to come up with sth.
  2. Quantumyilmaz
    Quantumyilmaz
    • premium
    • 70 kudos
    Feature requests
    1. RavenKZP
      RavenKZP
      • premium
      • 129 kudos
      Hi, would like to suggest one improvement that will help in creating more mods based on this framework and avoid compatibility issues.

      Some insertion system to configs, for example if we have mod A that do:
      Fresh item - some time -> Unfresh item 
      Modifiers:
      Item A: 0.6
      Item B 1.5

      And mod B that can add:
      Item C: 0.2 
      To existing config without overwriting existing configuration.
    2. Quantumyilmaz
      Quantumyilmaz
      • premium
      • 70 kudos
      This does not work right now?

      EDIT: We are talking about custom settings and not default settings, right?
  翻译: