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 ( •̯́ ^ •̯̀)
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.
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.
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?
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?
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.
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)
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.
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.
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.
56 comments
-- Script crée par Yocodream (Yoco)
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.-- 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
}
}
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 ( •̯́ ^ •̯̀)
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/.
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,
Real classy.
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)
You can change the numbers according to your needs.
Be careful not to use just anything. Keep numbers or whole numbers.
Acces :
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.
I have archived v1 everything as you requested and I have written my own code v2. Thank you for your understanding.
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.
J'ai tout archivé comme tu me l'as demandé et j'ai écrit mon propre code. Merci de ta compréhension.