RLD Flash is partially back online (for some time), but does not work yet. Map file is missing. So it's useless. https://hthstudios.com/builds/alpha/hth_rld_launch.swf
"Cracking" Flash files is really easy. All you need is Flash decompiler, i.e. FFDec. Just remove that DCMA joke sprite (usually the last sprites/DefineSprite() item in Sprite folder) and define root variables in frame 1 of some script - i.e. scripts/DefineSprite(10) usually contains loading bar - just insert: _root.LVL = _root; _root.LVL.NPC = _root; and the scene runs standalone now. You can also set variables per your preferences, ie _root.gender = "male"; _root.genus = "feline"; _root.species = "lion"; etc. Then you can dig deeper, alter zoom ranges, view, remove cloth and jewel shapes, remove dick sprite in Ginger scenes, etc.
|