Zeusmaydit
Newbie
- Mar 2, 2022
- 83
- 14
That's perfectly fine for simpler mods. In the past it also applied to Cheat Menu Framework back when it was a simple, updated version of Cheats Mod (back before Modular Cheats Mod)i just didn't read how what to do because most mods here are just download straight from the source code or are a megalink download
There is, but you should be supporting the dev if you wanna join it as the invite isn't free.does anyone knows if there is a lonarpg's discord?
Mods?
Pretty sure the culprit is a space that shouldn't be there.Hers a new one regarding azorastweaks.
I surmise it has something to do with an error in referencing the correct file. The auto milking at full milk (300 milk points) is not the same as the basic needs milking. Basic needs settles instantly. Any attempt to make it shorter or redirect it to something with timing seems like a problem will occur.
I tried basic needs and the game is saying the necessary self milking reference is nonexistent. Maybe don’t mess with basic needs? I’d like the basic needs values lowered also but 5 points to baby dmg isn’t much. The sta is excessive tho. Having a baby is exhausting but milking is relieving most women say. Most also say it only hurts while it’s too full, not while it’s emptying.
View attachment 3650012
exchange_scripts
function in entry_atweaks.rb
to this:$mod_load_script["#{tmpExchangeScript}"] = "#{$atweaks_modFolder}/#{tmpExchangeScript}"
Culprit should be incorrect modification of graphics path. Replace instances ofView attachment 3650139 So this was a large orc. But for some reason all goblins turned into skeletons on the map. 9.0.15. Using umm 1.2.1. Lonabooba. Azorastweaks(with only skeleton charge fix enabled) all mods hopefully most recent.
alias_new
in entry_atweaks.rb
with alias_new_atweaks
to restore compatibility with other mods that also modify the graphics path.By that logic you also shouldn't be using mods eitherInteresting. Yeah I don’t see cheats. I’m a gamer and prefer the authenticity.
You forgot the $ symbol, global variables require it at all times.Mods I use are for qol(bugfixes), and to add realism. Btw, your code changes came back pretty oddly on startup.
View attachment 3650519
That, I had not forgot. Did you mean #$mod_load… Etc?You forgot the $ symbol, global variables require it at all times.