|
Post by shadras on Apr 6, 2019 20:28:38 GMT -8
Heyo modders. So I was quite interested in this mod as it would let me bring my dream team and upgrades to Liberation Day. Plus, the many various mods scattering across the forums drew my interested and inspired another play through of the whole series. However, I have run into a similar bug to what Bionerd experienced, see page four, in that RnD never showed up when carving through the beginnings of either Arrival. With Mask of Arcadius, it would simply crash when accessed. First, I attempted to access through the store via Sophia Brooks. The game then crashed and could not be reloaded past it. I then did a series of uninstalls and reinstalls while checking and double checking that I had, indeed, installed the mods correctly. In further attempts, the game still avoids giving me RnD on Arrival and crashes on Mask of Arcadius. I applied the hotfix on page four, which made the button appear, but it would still shoot up the wall of errors. Naturally, I request help in dealing with the issue as I am no programmer and will simply do harm and no good for my game. There is one other interesting note, when I load the game from the 91st save provided in the Jaguar mod, RnD loads just fine.
This is what appears without loading the 91st save and attempting to access RnD:
So I know this is a pain, but since you obviously have several mods installed (new pilot etc) - could you test it adding one mod at a time until you find what breaks it? In particular, can you confirm if this happens with *just* the Tweakpack installed and not any other mods? And if so, does it work for just the MoA port (and Tweakpack) without the other mods?
What's happening is that one of the ships in your game has its custom upgrade screen set to an empty string, which isn't supposed to happen (it's meant to be either `True`, `False`, or a string pointing to an image). Figuring out WHY, will be the interesting part... This is what I get with only the tweakpack involved, which is the first mod I install, when I try to access the RnD in a standard Liberation Day game. It should be noted that, from a clean installation without any mods, I can still access RnD.
[/div]I'm sorry, but an uncaught exception occurred.
While running game code: File "game/ship_map.rpy", line 71, in script call $ ui.interact() File "game/combatlabels.rpy", line 203, in script python: File "game/combatlabels.rpy", line 204, in <module> action,upgrade = ui.interact() File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 678, in execute screen upgrade(): File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 678, in execute screen upgrade(): File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 691, in execute if type(ship.upgrade_screen) == str: File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 692, in execute add ship.upgrade_screen Exception: An empty string cannot be used as a displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback: File "game/ship_map.rpy", line 71, in script call $ ui.interact() File "game/combatlabels.rpy", line 203, in script python: File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\python.py", line 1461, in py_exec_bytecode exec bytecode in globals, locals File "game/combatlabels.rpy", line 204, in <module> action,upgrade = ui.interact() File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\ui.py", line 277, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2424, in interact repeat, rv = self.interact_core(preloads=preloads, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2684, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all d.visit_all(callback) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all d.visit_all(callback) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 396, in visit_all d.visit_all(callback) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 386, in visit_all callback(self) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2684, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 396, in per_interact self.update() File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\display\screen.py", line 565, in update self.screen.function(**self.scope) File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 678, in execute screen upgrade(): File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 678, in execute screen upgrade(): File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 691, in execute if type(ship.upgrade_screen) == str: File "game/Mod/Tweakpack/Tweakpack_screens.rpy", line 692, in execute add ship.upgrade_screen File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\sl2\sldisplayables.py", line 352, in sl2add d = renpy.easy.displayable(d, scope=scope) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\renpy\easy.py", line 75, in displayable raise Exception("An empty string cannot be used as a displayable.") Exception: An empty string cannot be used as a displayable.
Windows-8-6.2.9200 Ren'Py 6.99.8.959 Release 3.01
Here is also the location of the tweakpack on my comp: C:\Program Files (x86)\Steam\steamapps\common\Sunrider Liberation Day\game\Mod\Tweakpack
|
|
|
Post by bigfoot on Jul 17, 2020 15:00:04 GMT -8
The linked version of the MoA port is from 14 July 2016, before the REturn bug was fixed (I assume that's what 14-7-16 in the .rar name means). Do you have a link to an updated version? I could only get REturn to work with the MoA port after changing a bunch of the dshow statements in REturn.rpy so I'm hoping you have a fix that doesn't change any of the base game's files. I really appreciate all the work you and everyone else have put into the mods!
I posted a fix to the discord but I don't think the tweakpack was ever updated with it, try creating a .rpy file in the game or mod folder containing... init 5 python: def get_sprite_elements_names(): return [u'Asaga/armscrossed/base', u'Asaga/armscrossed/blush', u'Asaga/armscrossed/closeeyetears', u'Asaga/armscrossed/comiccry', u'Asaga/armscrossed/eyebrows/angry', u'Asaga/armscrossed/eyebrows/down', u'Asaga/armscrossed/eyebrows/sad', u'Asaga/armscrossed/eyebrows/sad2', u'Asaga/armscrossed/eyebrows/sad3', u'Asaga/armscrossed/eyebrows/up', u'Asaga/armscrossed/eyes/arrow', u'Asaga/armscrossed/eyes/closed', u'Asaga/armscrossed/eyes/closed2', u'Asaga/armscrossed/eyes/narrow', u'Asaga/armscrossed/eyes/narrow2', u'Asaga/armscrossed/eyes/neutral', u'Asaga/armscrossed/eyes/zawakened', u'Asaga/armscrossed/eyes/zawakenednarrow', u'Asaga/armscrossed/mouth/frown', u'Asaga/armscrossed/mouth/frown2', u'Asaga/armscrossed/mouth/happy', u'Asaga/armscrossed/mouth/kitty', u'Asaga/armscrossed/mouth/smile', u'Asaga/armscrossed/mouth/uu', u'Asaga/armscrossed/mouth/yell', u'Asaga/armscrossed/tears', u'Asaga/armsup/base', u'Asaga/armsup/blush', u'Asaga/armsup/eyebrows/angry', u'Asaga/armsup/eyebrows/surprise', u'Asaga/armsup/eyes/arrow', u'Asaga/armsup/eyes/closed', u'Asaga/armsup/eyes/excited', u'Asaga/armsup/mouth/happy', u'Asaga/armsup/mouth/shout', u'Asaga/excited/base', u'Asaga/excited/blush', u'Asaga/excited/eyebrows/angry', u'Asaga/excited/eyebrows/neutral', u'Asaga/excited/eyes/narrow', u'Asaga/excited/eyes/neutral', u'Asaga/excited/eyes/wide', u'Asaga/excited/eyes/zawakened', u'Asaga/excited/eyes/zawakenednarrow', u'Asaga/excited/mouth/happy', u'Asaga/excited/mouth/yell', u'Asaga/leanforward/base', u'Asaga/leanforward/blush', u'Asaga/leanforward/eyebrows/angry', u'Asaga/leanforward/eyebrows/neutral', u'Asaga/leanforward/eyebrows/sad', u'Asaga/leanforward/eyes/closed', u'Asaga/leanforward/eyes/narrow', u'Asaga/leanforward/eyes/neutral', u'Asaga/leanforward/mouth/grin', u'Asaga/leanforward/mouth/happy', u'Asaga/leanforward/mouth/yell', u'Asaga/point/base', u'Asaga/point/blush', u'Asaga/point/eyebrows/neutral', u'Asaga/point/eyes/closed', u'Asaga/point/eyes/neutral', u'Asaga/point/eyes/zawakened', u'Asaga/point/eyes/zawakenednarrow', u'Asaga/point/mouth/happy', u'Asaga/zarmscrossed_plugsuit/base', u'Asaga/zarmscrossed_plugsuit/blush', u'Asaga/zarmscrossed_plugsuit/closeeyetears', u'Asaga/zarmscrossed_plugsuit/comiccry', u'Asaga/zarmscrossed_plugsuit/eyebrows/angry', u'Asaga/zarmscrossed_plugsuit/eyebrows/down', u'Asaga/zarmscrossed_plugsuit/eyebrows/sad', u'Asaga/zarmscrossed_plugsuit/eyebrows/sad2', u'Asaga/zarmscrossed_plugsuit/eyebrows/sad3', u'Asaga/zarmscrossed_plugsuit/eyebrows/up', u'Asaga/zarmscrossed_plugsuit/eyes/arrow', u'Asaga/zarmscrossed_plugsuit/eyes/closed', u'Asaga/zarmscrossed_plugsuit/eyes/closed2', u'Asaga/zarmscrossed_plugsuit/eyes/narrow', u'Asaga/zarmscrossed_plugsuit/eyes/narrow2', u'Asaga/zarmscrossed_plugsuit/eyes/neutral', u'Asaga/zarmscrossed_plugsuit/eyes/zawakened', u'Asaga/zarmscrossed_plugsuit/eyes/zawakenednarrow', u'Asaga/zarmscrossed_plugsuit/mouth/frown', u'Asaga/zarmscrossed_plugsuit/mouth/frown2', u'Asaga/zarmscrossed_plugsuit/mouth/happy', u'Asaga/zarmscrossed_plugsuit/mouth/kitty', u'Asaga/zarmscrossed_plugsuit/mouth/smile', u'Asaga/zarmscrossed_plugsuit/mouth/uu', u'Asaga/zarmscrossed_plugsuit/mouth/yell', u'Asaga/zarmscrossed_plugsuit/tears', u'Asaga/zexcited_plugsuit/base', u'Asaga/zexcited_plugsuit/blush', u'Asaga/zexcited_plugsuit/eyebrows/angry', u'Asaga/zexcited_plugsuit/eyebrows/neutral', u'Asaga/zexcited_plugsuit/eyes/narrow', u'Asaga/zexcited_plugsuit/eyes/neutral', u'Asaga/zexcited_plugsuit/eyes/wide', u'Asaga/zexcited_plugsuit/eyes/zawakened', u'Asaga/zexcited_plugsuit/eyes/zawakenednarrow', u'Asaga/zexcited_plugsuit/mouth/happy', u'Asaga/zexcited_plugsuit/mouth/yell', u'Asaga/zneutral_plugsuit/base', u'Asaga/zneutral_plugsuit/blush', u'Asaga/zneutral_plugsuit/eyebrows/down', u'Asaga/zneutral_plugsuit/eyebrows/neutral', u'Asaga/zneutral_plugsuit/eyebrows/pain', u'Asaga/zneutral_plugsuit/eyebrows/sad', u'Asaga/zneutral_plugsuit/eyebrows/up', u'Asaga/zneutral_plugsuit/eyes/closed', u'Asaga/zneutral_plugsuit/eyes/dead', u'Asaga/zneutral_plugsuit/eyes/narrow', u'Asaga/zneutral_plugsuit/eyes/neutral', u'Asaga/zneutral_plugsuit/eyes/zawakened', u'Asaga/zneutral_plugsuit/eyes/zawakenednarrow', u'Asaga/zneutral_plugsuit/mouth/closed', u'Asaga/zneutral_plugsuit/mouth/happy', u'Asaga/zneutral_plugsuit/mouth/open', u'Asaga/zneutral_plugsuit/mouth/smile', u'Asaga/zneutral_plugsuit/mouth/talk', u'Asaga/zneutral_plugsuit/tears', u'Asaga/zshot/base', u'Asaga/zshot/blush', u'Asaga/zshot/eyebrows/down', u'Asaga/zshot/eyebrows/neutral', u'Asaga/zshot/eyebrows/pain', u'Asaga/zshot/eyebrows/sad', u'Asaga/zshot/eyebrows/up', u'Asaga/zshot/eyes/closed', u'Asaga/zshot/eyes/dead', u'Asaga/zshot/eyes/narrow', u'Asaga/zshot/eyes/neutral', u'Asaga/zshot/mouth/closed', u'Asaga/zshot/mouth/happy', u'Asaga/zshot/mouth/open', u'Asaga/zshot/mouth/smile', u'Asaga/zshot/mouth/talk', u'Asaga/zshot/tears', u'Ava/armscrossed/base', u'Ava/armscrossed/blush', u'Ava/armscrossed/eyebrows/angry', u'Ava/armscrossed/eyebrows/neutral', u'Ava/armscrossed/eyepatch', u'Ava/armscrossed/eyes/closed', u'Ava/armscrossed/eyes/narrow', u'Ava/armscrossed/eyes/neutral', u'Ava/armscrossed/mouth/neutral', u'Ava/armscrossed/mouth/shout', u'Ava/armscrossed/mouth/smile', u'Ava/armscrossed/mouth/talk', u'Ava/fingerup/base', u'Ava/fingerup/blush', u'Ava/fingerup/eyebrows/angry', u'Ava/fingerup/eyebrows/neutral', u'Ava/fingerup/eyepatch', u'Ava/fingerup/eyes/narrow', u'Ava/fingerup/eyes/neutral', u'Ava/fingerup/mouth/neutral', u'Ava/fingerup/mouth/shout', u'Ava/fingerup/mouth/smile', u'Ava/fingerup/mouth/talk', u'Ava/handonhair/base', u'Ava/handonhair/blush', u'Ava/handonhair/closedeyestears', u'Ava/handonhair/eyebrows/angry', u'Ava/handonhair/eyebrows/angry2', u'Ava/handonhair/eyebrows/laugh', u'Ava/handonhair/eyebrows/neutral', u'Ava/handonhair/eyebrows/sad', u'Ava/handonhair/eyepatch', u'Ava/handonhair/eyes/closed', u'Ava/handonhair/eyes/narrow', u'Ava/handonhair/eyes/neutral', u'Ava/handonhair/mouth/disgust', u'Ava/handonhair/mouth/laugh', u'Ava/handonhair/mouth/neutral', u'Ava/handonhair/mouth/pout', u'Ava/handonhair/mouth/smirk', u'Ava/handonhair/tears', u'Ava/handonhip/base', u'Ava/handonhip/blush', u'Ava/handonhip/eyebrows/angry', u'Ava/handonhip/eyebrows/neutral', u'Ava/handonhip/eyepatch', u'Ava/handonhip/eyes/narrow', u'Ava/handonhip/eyes/neutral', u'Ava/handonhip/mouth/neutral', u'Ava/handonhip/mouth/shout', u'Ava/handonhip/mouth/smile', u'Ava/handonhip/mouth/talk', u'Ava/salute/base', u'Ava/salute/eyebrows/angry', u'Ava/salute/eyebrows/neutral', u'Ava/salute/eyepatch', u'Ava/salute/eyes/narrow', u'Ava/salute/eyes/neutral', u'Ava/salute/mouth/neutral', u'Ava/salute/mouth/shout', u'Ava/zshot/base', u'Ava/zshot/blush', u'Ava/zshot/eyebrows/angry', u'Ava/zshot/eyebrows/neutral', u'Ava/zshot/eyepatch', u'Ava/zshot/eyes/dead', u'Ava/zshot/eyes/narrow', u'Ava/zshot/eyes/neutral', u'Ava/zshot/mouth/neutral', u'Ava/zshot/mouth/shout', u'Ava/zshot/mouth/smile', u'Ava/zshot/mouth/talk', u'Chigara/armsbehindback/base', u'Chigara/armsbehindback/blush', u'Chigara/armsbehindback/eyebrows/embarass', u'Chigara/armsbehindback/eyebrows/neutral', u'Chigara/armsbehindback/eyebrows/sad', u'Chigara/armsbehindback/eyes/closed', u'Chigara/armsbehindback/eyes/neutral', u'Chigara/armsbehindback/mouth/frown', u'Chigara/armsbehindback/mouth/smile', u'Chigara/handonchest/base', u'Chigara/handonchest/blush', u'Chigara/handonchest/closedeyestears', u'Chigara/handonchest/eyebrows/embarass', u'Chigara/handonchest/eyebrows/focus', u'Chigara/handonchest/eyebrows/neutral', u'Chigara/handonchest/eyebrows/sad', u'Chigara/handonchest/eyes/closed', u'Chigara/handonchest/eyes/narrow', u'Chigara/handonchest/eyes/neutral', u'Chigara/handonchest/mouth/cry', u'Chigara/handonchest/mouth/neutral', u'Chigara/handonchest/mouth/smile', u'Chigara/handonchest/mouth/yell', u'Chigara/handonchest/tears', u'Chigara/handonface/base', u'Chigara/handonface/blush', u'Chigara/handonface/closedeyestears', u'Chigara/handonface/eyebrows/neutral', u'Chigara/handonface/eyebrows/sad', u'Chigara/handonface/eyebrows/sad2', u'Chigara/handonface/eyes/closed', u'Chigara/handonface/eyes/narrow', u'Chigara/handonface/eyes/neutral', u'Chigara/handonface/mouth/cry', u'Chigara/handonface/mouth/frown', u'Chigara/handonface/mouth/smile', u'Chigara/handonface/mouth/uuu', u'Chigara/handonface/tears', u'Chigara/holdinghands/base', u'Chigara/holdinghands/blush', u'Chigara/holdinghands/eyebrows/embarass', u'Chigara/holdinghands/eyebrows/neutral', u'Chigara/holdinghands/eyebrows/zangry', u'Chigara/holdinghands/eyebrows/zhigh', u'Chigara/holdinghands/eyebrows/zlow', u'Chigara/holdinghands/eyebrows/zmock', u'Chigara/holdinghands/eyes/closed', u'Chigara/holdinghands/eyes/neutral', u'Chigara/holdinghands/eyes/zfunny', u'Chigara/holdinghands/eyes/znarrow', u'Chigara/holdinghands/eyes/zneutral', u'Chigara/holdinghands/eyes/zwide', u'Chigara/holdinghands/mouth/frown', u'Chigara/holdinghands/mouth/smile', u'Chigara/holdinghands/mouth/zfrown', u'Chigara/holdinghands/mouth/zgrin', u'Chigara/holdinghands/mouth/ztalk', u'Chigara/surprise/base', u'Chigara/surprise/blush', u'Chigara/surprise/eyebrows/embarass', u'Chigara/surprise/eyebrows/focus', u'Chigara/surprise/eyebrows/lowfocus', u'Chigara/surprise/eyebrows/neutral', u'Chigara/surprise/eyes/arrow', u'Chigara/surprise/eyes/narrow', u'Chigara/surprise/eyes/surprise', u'Chigara/surprise/mouth/yell', u'Claude/boobs/base', u'Claude/boobs/eyebrows/neutral', u'Claude/boobs/eyes/closed', u'Claude/boobs/eyes/neutral', u'Claude/boobs/mouth/happy', u'Claude/boobsnurse/base', u'Claude/boobsnurse/eyebrows/neutral', u'Claude/boobsnurse/eyes/closed', u'Claude/boobsnurse/eyes/neutral', u'Claude/boobsnurse/mouth/happy', u'Claude/fingerup/base', u'Claude/fingerup/blush', u'Claude/fingerup/eyebrows/neutral', u'Claude/fingerup/eyebrows/upset', u'Claude/fingerup/eyes/closed', u'Claude/fingerup/eyes/neutral', u'Claude/fingerup/mouth/happy', u'Claude/fingerup/mouth/neutral', u'Claude/fingerup/mouth/smile', u'Claude/fingerup/mouth/talk', u'Claude/fingerupnurse/base', u'Claude/fingerupnurse/blush', u'Claude/fingerupnurse/eyebrows/neutral', u'Claude/fingerupnurse/eyebrows/upset', u'Claude/fingerupnurse/eyes/closed', u'Claude/fingerupnurse/eyes/neutral', u'Claude/fingerupnurse/mouth/happy', u'Claude/fingerupnurse/mouth/neutral', u'Claude/fingerupnurse/mouth/smile', u'Claude/fingerupnurse/mouth/talk', u'Claude/neutral/base', u'Claude/neutral/blush', u'Claude/neutral/eyebrows/neutral', u'Claude/neutral/eyebrows/upset', u'Claude/neutral/eyes/closed', u'Claude/neutral/eyes/neutral', u'Claude/neutral/mouth/happy', u'Claude/neutral/mouth/neutral', u'Claude/neutral/mouth/smile', u'Claude/neutral/mouth/talk', u'Claude/neutralnurse/base', u'Claude/neutralnurse/blush', u'Claude/neutralnurse/eyebrows/neutral', u'Claude/neutralnurse/eyebrows/upset', u'Claude/neutralnurse/eyes/closed', u'Claude/neutralnurse/eyes/neutral', u'Claude/neutralnurse/mouth/happy', u'Claude/neutralnurse/mouth/neutral', u'Claude/neutralnurse/mouth/smile', u'Claude/neutralnurse/mouth/talk', u'Claude/salute/base', u'Claude/salute/blush', u'Claude/salute/eyebrows/neutral', u'Claude/salute/eyebrows/upset', u'Claude/salute/eyes/closed', u'Claude/salute/eyes/neutral', u'Claude/salute/mouth/happy', u'Claude/salute/mouth/neutral', u'Claude/salute/mouth/smile', u'Claude/salute/mouth/talk', u'Claude/salutenurse/base', u'Claude/salutenurse/blush', u'Claude/salutenurse/eyebrows/neutral', u'Claude/salutenurse/eyebrows/upset', u'Claude/salutenurse/eyes/closed', u'Claude/salutenurse/eyes/neutral', u'Claude/salutenurse/mouth/happy', u'Claude/salutenurse/mouth/neutral', u'Claude/salutenurse/mouth/smile', u'Claude/salutenurse/mouth/talk', u'Claude/zboobs_naked/base', u'Claude/zboobs_naked/eyebrows/neutral', u'Claude/zboobs_naked/eyes/closed', u'Claude/zboobs_naked/eyes/neutral', u'Claude/zboobs_naked/mouth/happy', u'Claude/zfingerup_naked/base', u'Claude/zfingerup_naked/blush', u'Claude/zfingerup_naked/eyebrows/neutral', u'Claude/zfingerup_naked/eyebrows/upset', u'Claude/zfingerup_naked/eyes/closed', u'Claude/zfingerup_naked/eyes/neutral', u'Claude/zfingerup_naked/mouth/happy', u'Claude/zfingerup_naked/mouth/neutral', u'Claude/zfingerup_naked/mouth/smile', u'Claude/zfingerup_naked/mouth/talk', u'Claude/zneutral_naked/base', u'Claude/zneutral_naked/blush', u'Claude/zneutral_naked/eyebrows/neutral', u'Claude/zneutral_naked/eyebrows/upset', u'Claude/zneutral_naked/eyes/closed', u'Claude/zneutral_naked/eyes/neutral', u'Claude/zneutral_naked/mouth/happy', u'Claude/zneutral_naked/mouth/neutral', u'Claude/zneutral_naked/mouth/smile', u'Claude/zneutral_naked/mouth/talk', u'Claude/zsalute_naked/base', u'Claude/zsalute_naked/blush', u'Claude/zsalute_naked/eyebrows/neutral', u'Claude/zsalute_naked/eyebrows/upset', u'Claude/zsalute_naked/eyes/closed', u'Claude/zsalute_naked/eyes/neutral', u'Claude/zsalute_naked/mouth/happy', u'Claude/zsalute_naked/mouth/neutral', u'Claude/zsalute_naked/mouth/smile', u'Claude/zsalute_naked/mouth/talk', u'Icari/armscrossed/base', u'Icari/armscrossed/blush', u'Icari/armscrossed/eyebrows/angry', u'Icari/armscrossed/eyebrows/confident', u'Icari/armscrossed/eyebrows/embarass', u'Icari/armscrossed/eyebrows/sad', u'Icari/armscrossed/eyes/closed', u'Icari/armscrossed/eyes/confident', u'Icari/armscrossed/eyes/neutral', u'Icari/armscrossed/mouth/frown', u'Icari/armscrossed/mouth/happy', u'Icari/armscrossed/mouth/neutral', u'Icari/armscrossed/mouth/shout', u'Icari/armscrossed/mouth/smile', u'Icari/armscrossed/mouth/talk', u'Icari/armscrossed/tears', u'Icari/handonhip/base', u'Icari/handonhip/blush', u'Icari/handonhip/eyebrows/angry', u'Icari/handonhip/eyebrows/confident', u'Icari/handonhip/eyebrows/neutral', u'Icari/handonhip/eyes/closed', u'Icari/handonhip/eyes/neutral', u'Icari/handonhip/mouth/happy', u'Icari/handonhip/mouth/neutral', u'Icari/handonhip/mouth/shout', u'Icari/handonhip/mouth/smile', u'Icari/handonhip/mouth/snide', u'Icari/handonhip/tears', u'Icari/point/base', u'Icari/point/blush', u'Icari/point/eyebrows/angry', u'Icari/point/eyes/neutral', u'Icari/point/mouth/shout', u'Icari/point/tears', u'Icari/zarmscrossed_plugsuit/base', u'Icari/zarmscrossed_plugsuit/blush', u'Icari/zarmscrossed_plugsuit/eyebrows/angry', u'Icari/zarmscrossed_plugsuit/eyebrows/confident', u'Icari/zarmscrossed_plugsuit/eyebrows/embarass', u'Icari/zarmscrossed_plugsuit/eyebrows/sad', u'Icari/zarmscrossed_plugsuit/eyes/closed', u'Icari/zarmscrossed_plugsuit/eyes/confident', u'Icari/zarmscrossed_plugsuit/eyes/neutral', u'Icari/zarmscrossed_plugsuit/mouth/frown', u'Icari/zarmscrossed_plugsuit/mouth/happy', u'Icari/zarmscrossed_plugsuit/mouth/neutral', u'Icari/zarmscrossed_plugsuit/mouth/shout', u'Icari/zarmscrossed_plugsuit/mouth/smile', u'Icari/zarmscrossed_plugsuit/mouth/talk', u'Icari/zarmscrossed_plugsuit/tears', u'Icari/zarmscrossed_swimsuit/base', u'Icari/zarmscrossed_swimsuit/blush', u'Icari/zarmscrossed_swimsuit/eyebrows/angry', u'Icari/zarmscrossed_swimsuit/eyebrows/confident', u'Icari/zarmscrossed_swimsuit/eyebrows/embarass', u'Icari/zarmscrossed_swimsuit/eyebrows/sad', u'Icari/zarmscrossed_swimsuit/eyes/closed', u'Icari/zarmscrossed_swimsuit/eyes/confident', u'Icari/zarmscrossed_swimsuit/eyes/neutral', u'Icari/zarmscrossed_swimsuit/mouth/frown', u'Icari/zarmscrossed_swimsuit/mouth/happy', u'Icari/zarmscrossed_swimsuit/mouth/neutral', u'Icari/zarmscrossed_swimsuit/mouth/shout', u'Icari/zarmscrossed_swimsuit/mouth/smile', u'Icari/zarmscrossed_swimsuit/mouth/talk', u'Icari/zhandonhip_plugsuit/base', u'Icari/zhandonhip_plugsuit/eyebrows/angry', u'Icari/zhandonhip_plugsuit/eyebrows/confident', u'Icari/zhandonhip_plugsuit/eyebrows/neutral', u'Icari/zhandonhip_plugsuit/eyes/closed', u'Icari/zhandonhip_plugsuit/eyes/neutral', u'Icari/zhandonhip_plugsuit/mouth/happy', u'Icari/zhandonhip_plugsuit/mouth/neutral', u'Icari/zhandonhip_plugsuit/mouth/shout', u'Icari/zhandonhip_plugsuit/mouth/smile', u'Icari/zhandonhip_plugsuit/mouth/snide', u'Icari/zhandonhip_plugsuit/tears', u'Icari/zhandonhip_swimsuit/base', u'Icari/zhandonhip_swimsuit/eyebrows/angry', u'Icari/zhandonhip_swimsuit/eyebrows/confident', u'Icari/zhandonhip_swimsuit/eyebrows/neutral', u'Icari/zhandonhip_swimsuit/eyes/closed', u'Icari/zhandonhip_swimsuit/eyes/neutral', u'Icari/zhandonhip_swimsuit/mouth/happy', u'Icari/zhandonhip_swimsuit/mouth/neutral', u'Icari/zhandonhip_swimsuit/mouth/shout', u'Icari/zhandonhip_swimsuit/mouth/smile', u'Icari/zhandonhip_swimsuit/mouth/snide', u'Icari/zpoint_plugsuit/base', u'Icari/zpoint_plugsuit/blush', u'Icari/zpoint_plugsuit/eyebrows/angry', u'Icari/zpoint_plugsuit/eyes/neutral', u'Icari/zpoint_plugsuit/mouth/shout', u'Icari/zpoint_plugsuit/tears', u'Kryska/fistup/base', u'Kryska/fistup/eyebrows/angry', u'Kryska/fistup/eyes/neutral', u'Kryska/fistup/mouth/happy', u'Kryska/fistup/mouth/smirk', u'Kryska/neutral/base', u'Kryska/neutral/blush', u'Kryska/neutral/eyebrows/angry', u'Kryska/neutral/eyebrows/neutral', u'Kryska/neutral/eyebrows/surprise', u'Kryska/neutral/eyes/neutral', u'Kryska/neutral/eyes/surprise', u'Kryska/neutral/eyes/zomg', u'Kryska/neutral/mouth/neutral', u'Kryska/neutral/mouth/smile', u'Kryska/neutral/mouth/smirk', u'Kryska/neutral/mouth/surprise', u'Kryska/neutral/tear', u'Kryska/salute/base', u'Kryska/salute/eyebrows/angry', u'Kryska/salute/eyes/neutral', u'Kryska/salute/mouth/happy', u'Kryska/salute/mouth/neutral', u'Kryska/salute/mouth/shout', u'Side/Arcadius', u'Side/Prototype Alice', u'Side/Prototype Alpha', u'Side/PrototypeAliceMask', u'Side/chigara_blood1', u'Side/chigara_blood1b', u'Side/chigara_blood2', u'Side/chigara_blood3', u'Side/chigara_blood4', u'Side/chigara_plugsuit', u'Side/fontana', u'Side/fontana neutral', u'Side/fontana smirk', u'Side/grey', u'Side/kryska_gun', u'Side/kuushana', u'Side/lynn1', u'Side/lynn2', u'Side/maray_excited_angry', u'Side/maray_excited_happy', u'Side/maray_lean_happy', u'Side/maray_lean_narrowsmileblush', u'Side/maray_lean_sad', u'Side/maray_lean_sadhappy', u'Side/maray_lean_sadsmile', u'Side/maray_lean_smileblush', u'Sola/armhold/base', u'Sola/armhold/blush', u'Sola/armhold/eyebrows/mad', u'Sola/armhold/eyebrows/neutral', u'Sola/armhold/eyebrows/sad', u'Sola/armhold/eyebrows/sad2', u'Sola/armhold/eyes/closed', u'Sola/armhold/eyes/narrow', u'Sola/armhold/eyes/neutral', u'Sola/armhold/eyes/zawaken', u'Sola/armhold/eyes/zawakennarrow', u'Sola/armhold/hair', u'Sola/armhold/mouth/clench', u'Sola/armhold/mouth/frown', u'Sola/armhold/mouth/neutral', u'Sola/armhold/mouth/smile', u'Sola/armhold/mouth/yell', u'Sola/armhold/tears', u'Sola/back/base', u'Sola/back/eyebrows/neutral', u'Sola/back/eyes/neutral', u'Sola/back/hair', u'Sola/back/mouth/neutral', u'Sola/zarmhold_plugsuit/base', u'Sola/zarmhold_plugsuit/blush', u'Sola/zarmhold_plugsuit/eyebrows/mad', u'Sola/zarmhold_plugsuit/eyebrows/neutral', u'Sola/zarmhold_plugsuit/eyebrows/sad', u'Sola/zarmhold_plugsuit/eyebrows/sad2', u'Sola/zarmhold_plugsuit/eyes/closed', u'Sola/zarmhold_plugsuit/eyes/narrow', u'Sola/zarmhold_plugsuit/eyes/neutral', u'Sola/zarmhold_plugsuit/eyes/zawaken', u'Sola/zarmhold_plugsuit/eyes/zawakennarrow', u'Sola/zarmhold_plugsuit/hair', u'Sola/zarmhold_plugsuit/mouth/clench', u'Sola/zarmhold_plugsuit/mouth/frown', u'Sola/zarmhold_plugsuit/mouth/neutral', u'Sola/zarmhold_plugsuit/mouth/smile', u'Sola/zarmhold_plugsuit/mouth/yell', u'Sola/zarmhold_plugsuit/tears', u'Sola/zback_plugsuit/base', u'Sola/zback_plugsuit/eyebrows/neutral', u'Sola/zback_plugsuit/eyes/neutral', u'Sola/zback_plugsuit/hair', u'Sola/zback_plugsuit/mouth/neutral', u'Sola/zshot/base', u'Sola/zshot/blush', u'Sola/zshot/eyebrows/mad', u'Sola/zshot/eyebrows/neutral', u'Sola/zshot/eyebrows/sad', u'Sola/zshot/eyebrows/sad2', u'Sola/zshot/eyes/closed', u'Sola/zshot/eyes/dead', u'Sola/zshot/eyes/narrow', u'Sola/zshot/eyes/neutral', u'Sola/zshot/hair', u'Sola/zshot/mouth/clench', u'Sola/zshot/mouth/frown', u'Sola/zshot/mouth/neutral', u'Sola/zshot/mouth/smile', u'Sola/zshot/mouth/yell', u'Sola/zshot/tears', u'zAlice/plugsuit/base', u'zAlice/plugsuit/eyebrows/angry', u'zAlice/plugsuit/eyebrows/neutral', u'zAlice/plugsuit/eyebrows/serious', u'zAlice/plugsuit/eyes/narrow', u'zAlice/plugsuit/eyes/neutral', u'zAlice/plugsuit/eyes/wide', u'zAlice/plugsuit/mouth/clench', u'zAlice/plugsuit/mouth/grin', u'zAlice/plugsuit/mouth/laugh', u'zAlice/plugsuit/mouth/neutral', u'zAlice/plugsuit/mouth/shout', u'zAlice/plugsuit/mouth/smirk', u'zAlice/plugsuit/mouth/talk', u'zAlice/uniform/base', u'zAlice/uniform/eyebrows/angry', u'zAlice/uniform/eyebrows/neutral', u'zAlice/uniform/eyebrows/serious', u'zAlice/uniform/eyes/narrow', u'zAlice/uniform/eyes/neutral', u'zAlice/uniform/eyes/wide', u'zAlice/uniform/mouth/clench', u'zAlice/uniform/mouth/grin', u'zAlice/uniform/mouth/laugh', u'zAlice/uniform/mouth/neutral', u'zAlice/uniform/mouth/shout', u'zAlice/uniform/mouth/smirk', u'zAlice/uniform/mouth/talk'] inside, it's basically what get_sprites_element_names should output with only stock character sprites so it stops new character folders confusing dshow.
Glad you're enjoying it! Sorry it took me so long to get back to you, I only check the forum occasionally now.
|
|