Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

levkin6

2
Posts
A member registered 2 days ago

Recent community posts

Actually managed to fix the position of the armor... the actual .png image apparently mismatched Lona's body when overlapped so once I realized this it was pretty easy to fix with photoshop. Managed to fix the layering problem of the armor by adding it inside CHSConfig on the game files... tried to create a CHSConfig file inside the mod to avoid modifying game files but failed pathetically at trying the game to read it...  I tried using this script but not sure if it even works...

module DataManager

self.singleton_class.send(:alias_method, :load_mod_database_YourModName, :load_mod_database)

def self.load_mod_database

tmpLonaCHS = FileGetter.load_lona_chs_settings_from_dir(folder="XXX",chsh=false)

So apparently in V0.9+ a bunch of core scripts related to equip were moved from RGSS to JSON, I'm guessing it messed most armor mods; the portraits from scenes look fine, it's just while walking the gear mismatches completely with Lona. I tried messing around with the GTC set mod for a while but no success so far, I hate to manually change RPG games due to how messy it is.