0 of 0

File information

Last updated

Original upload

Created by

Yoco or Yocodream

Uploaded by

yocodream

Virus scan

Safe to use

Tags for this mod

56 comments

  1. Here4JuicyMods
    Here4JuicyMods
    • member
    • 0 kudos
    Where can i find the "mod only" version for mod managers?
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      Only is just one mod x500. Files is .lua for UE4SS and not .pak.
  2. QueenGamer12
    QueenGamer12
    • member
    • 0 kudos
    -- Script crée par Yocodream (Yoco)
    -- v2: Age illimité | x500 | Par défaut Adulte
    -- Âges et étapes de croissance : Les tranches d'âge définies par des catégories
    local presets = {
        -- { 5,       10,    18,         25,       35,         50,    70,      90 }
        -- { toddler, child, adolescent, teenager, youngadult, adult, midaged, senior} 
        Teenager = { 5, 10, 18, 25, 7000, 8000, 9000, 99999999999 }, 
        YoungAdult = { 5, 10, 18, 25, 35, 50, 70, 90 }, 
        Adult = { 5, 10, 18, 25, 35, 50, 5000, 99999999999 },
        MiddleAged = { 5, 10, 18, 25, 35, 50, 70, 99999999999 },
        Mine = { 5, 10, 18, 25, 999999999, 1000000000, 1000000500, 1000000900 },
        YoungAdult1 = {5, 10, 18, 25, 35, 50, 70, 90}
    }
    return {
        EnableDebugLogging = false, -- Keep this at false.
        ModifyAgingData = true,
        TargetMaxAge = 999999999, -- Réglez-le aussi haut que vous le souhaitez.
        SelectedGrowthAgesPreset = "YoungAdult", -- « Senior » / « D'âge moyen » / « Adulte » / « Jeune adulte »
        
        GrowthAgesPresets = presets, 
        TargetGrowingStepElement = 244,
        ModifyTimeConfig = true,
        TargetTimeScaleFast = 10.0,
        TargetTimeScaleVeryFast = 50.0,
        TargetMaxTimeScale = 300.0,
        -- Paramètres des statistiques infinies
        InfiniteStats = {
            Hygiene = 100,       -- Valeur maximale d'hygiène
            Hunger = 100,        -- Valeur maximale de la faim
            Sleep = 100,         -- Valeur maximale du sommeil
            Entertainment = 100, -- Valeur maximale du divertissement
            Sociability = 100,   -- Valeur maximale de la sociabilité
            Recognition = 100,   -- Valeur maximale de la reconnaissance
            Energy = 100         -- Valeur maximale de l'énergie
        },
        -- Réglages supplémentaires pour les comportements des statistiques
        StatBehavior = {
            StatDecayRate = 0.0,  -- Taux de dégradation des statistiques
            StatRecoveryRate = 100.05, -- Taux de récupération des statistiques après certains événements
        }
    }

    I've installed your mod and made a few modifications with the goal of keeping the aging process intact but freezing at the Young Adult stage. However, I've encountered an issue where one of the Zoi unexpectedly transitioned to the Adult stage.
    Could you please help me figure out what might be going wrong or what I'm missing in the setup?
    Thank you in advance for your assistance! and also is it possible to max out the stats using this mod since the other one freezes all ages from growing for me and I have no idea how to fix that ( •̯́ ^ •̯̀) 
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      Try for change here my friend all step age :

      local presets = {
          -- { 5,       10,    18,         25,       35,         50,    70,      90 }
          -- { toddler, child, adolescent, teenager, youngadult, adult, midaged, senior} 
          Teenager = { 5, 10, 18, 25, 7000, 8000, 9000, 99999999999 }, 
          YoungAdult = { 5, 10, 18, 25, 35, 50, 70, 90 }, 
          Adult = { 5, 10, 18, 25, 35, 50, 5000, 99999999999 },
          MiddleAged = { 5, 10, 18, 25, 35, 50, 70, 99999999999 },
          Mine = { 5, 10, 18, 25, 999999999, 1000000000, 1000000500, 1000000900 },
          YoungAdult1 = {5, 10, 18, 25, 35, 50, 70, 90}
      }
      return {
          EnableDebugLogging = false, -- Keep this at false.

      Good luck \o/.
    2. QueenGamer12
      QueenGamer12
      • member
      • 0 kudos
      Thanks for the quick reply!! But isn't what you have provided the same code or am I missing something ?
    3. yocodream
      yocodream
      • premium
      • 48 kudos
      Yes, just change your values.
  3. punkgirlx
    punkgirlx
    • member
    • 0 kudos
    What a disgrace to steal the hard work of another modder. No matter how many times you answer that you coded it yourself, it's an obvious lie and I really hope you end up being better than this, acknowledge that you're not the author of this mod and delete it. Black Book has worked extremely hard to bring us this mod only for you to steal and copy it a few hours after he uploaded it here. Do better, please.
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      I coded my mod v2. It's my own source code. And I archived the sources on BlackBookOfficial v1, because they're unauthorized. But I didn't steal its sources, sir.
    2. Azrael6996
      Azrael6996
      • supporter
      • 1 kudos
      Yocodream is really a pathetic person.
    3. braindead4k
      braindead4k
      • premium
      • 5 kudos
      nobody cares
  4. EBELEXUS
    EBELEXUS
    • member
    • 0 kudos
    What did I do wrong?
    I have changed the followingI have changed the following
    and my teenage character dies within one day of natural causes.
    please can someone tell me what I did wrong?

    -- { 5,       10,    18,         25,       35,         50,    70,      90 }
        -- { toddler, child, adolescent, teenager, youngadult, adult, midaged, senior} 
        Teenager = { 5, 10, 18, 250, 350, 500, 700, 900 }, 
        YoungAdult = { 5, 10, 18, 250, 350, 500, 700, 900 }, 
        Adult = { 5, 10, 18, 250, 350, 500, 700, 900 },
        MiddleAged = { 5, 10, 18, 250, 350, 500, 700, 900 },
    }
    return {
        EnableDebugLogging = false, -- Keep this at false.
        ModifyAgingData = true,
        TargetMaxAge = 99999999999, -- Réglez-le aussi haut que vous le souhaitez.
        SelectedGrowthAgesPreset = "Adult", -- « Senior » / « D'âge moyen » / « Adulte » / « Jeune adulte »
        
        GrowthAgesPresets = presets, 
        TargetGrowingStepElement = 244,
        ModifyTimeConfig = true,
        TargetTimeScaleFast = 5.0,
        TargetTimeScaleVeryFast = 10.0,
        TargetMaxTimeScale = 20.0,
  5. alessandranovi14
    alessandranovi14
    • member
    • 0 kudos
    Cavoli rubare mod altrui vergogna 
  6. Socalista
    Socalista
    • premium
    • 247 kudos
    Removing all references and acknowledgements to the mod this is based on / the work this mod used, after you became aware that you did not have permission to change around their work and post this mod?

    Real classy.
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      I coded my mod v2. It's my own source code. And I archived the sources on BlackBookOfficial v1, because they're unauthorized. But I didn't steal its sources, sir.
  7. Bantamuser
    Bantamuser
    • member
    • 0 kudos
    Thank you for your work. 

    But what we really need are configurable Age Stages (all Stages, from Baby to toddler, Child and so on) so we can Play as long we want in each Stage and still having growing up Zois. (or unlimited Age at desired Age after they grow up until that Stage when self setting max number)

    With the Bugs other described the Mod is not useful at all. 

    Plus the x500 is way too much for me. Personal taste, and could change it, if the Mod would be standalone without the Aging (which seems Buggy and not good configurable, sad)
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      Hello,

      You can change the numbers according to your needs.
      Be careful not to use just anything. Keep numbers or whole numbers.

      Acces : 





  8. BubuBlablubb
    BubuBlablubb
    • member
    • 0 kudos
    Hi Yoco/Yocodream,

    It has come to my attention that you have uploaded a mod titled “Age unlimited and Time x500 and Adult by Yoco v2” on Nexus, which is a complete copy of BlackBookOfficial’s original work, down to the code and description. This mod was created without the necessary permissions, despite BlackBookOfficial expressly denying requests for redistribution.

    BlackBookOfficial had shared his work on Nexus to invite collaboration through proper channels, respecting the integrity and consent of the original creator. By modifying and republishing the mod without permission, you’ve disregarded these principles and effectively stolen content that required significant time and effort to develop.

    I strongly urge you to take immediate action to delete the stolen mod from Nexus and acknowledge BlackBookOfficial as the rightful creator. These steps are necessary to restore fairness and respect within the community.

    Creators like BlackBookOfficial are the backbone of the modding community, and his contributions deserve recognition, not misappropriation. I hope you will do the right thing and correct this situation promptly.
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      Hello my friend, these are not your sources of BlackBookOfficial’s.
      I have archived v1 everything as you requested and I have written my own code v2. Thank you for your understanding.
  9. BlackBookOfficial
    BlackBookOfficial
    • member
    • 7 kudos
    I told you explicitly in direct messages that i denied your request to redistribute my work/post.
    Now you blatantly removed and translated debugging texts and credits and renamed files and folders.
    Plus ignoring nexusmods guidelines by not respecting the licensing rules made on my post.

    This whole post is a disgrace and disrespectful towards everything nexusmods stand for and creators/developers in general.

    Kind regards,
    Black book. 
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      Bonjour mon ami, ce ne sont pas tes sources.
      J'ai tout archivé comme tu me l'as demandé et j'ai écrit mon propre code. Merci de ta compréhension.
  10. redlooksgoodonyou
    redlooksgoodonyou
    • member
    • 0 kudos
    this mod was stolen from BlackBookOfficial
    1. yocodream
      yocodream
      • premium
      • 48 kudos
      I have coding my mod. It's my own sources code. And archived source BlackBookOfficial because no unauthorized. But I didn't steal his sources, sir.