i got it all fixed. just tell me how you want me to send you the code. there where instances where the mod was not working by using NEWGEARGIRL.proto as its actually depreciated. and doesn't need the .proto anymore. and also needed this is data-updates.lua
if CharModHelper and CharModHelper.enable_multi_character then
CharModHelper.enable_multi_character("NewGirlCharacter-port")
end
logging is handled differently now to so i had to change that so i could figure out what was wrong. but yeah.
for the most part
change what was listed above, replace all instances of .proto
change the mod requirement to
if not mods["NewGirlCharacterHR-fork"] then
for , level in pairs(charactergeargirl_animations) do
for , layer in pairs(level) do
if type(layer) == "table" and layer.hr_version then
layer.hr_version = nil
end
end
end
end
so it uses the hr for other people that want to use it.
then change data-final-fixes to
CharModHelper.check_my_prototypes(NEWGEARGIRL)
that will get it working with all mods. as it mostly breaks with bobs full suite and angels pre-release
if you have a way you want me to send you the updated mod i can.