Search results

  1. P

    [TypeScript] Transformation Arena - Looking for Code Review and Collaboration

    I'm working on a top down RPG game with a focus on detailed combat like Dwarf Fortress adventure mode, but with lewd elements. This thread's mostly here for feedback, especially from experienced game devs and typescript devs. Since the code base is still very fresh, I can refactor pretty easily...
  2. P

    [BIG UPDATE] Seeking programmer for CoC-like game

    I don't have the time to work on your project, but you might be interested in my dynamic avatar drawer. You can test it here It's a framework for modelling and rendering characters, specifically solving the problem of how clothing can be shown for various body shapes. If you're insistent on...
  3. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Art evolution continues with the latest update: (eyelashes exist now; shading for arms and breasts improved) And 60FPS transformation animation: For more detail: http://johnsonzhong.me/DAD/release/2016/10/18/1.14.art_upgrade.html
  4. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    What do you mean by attachable external client? If you mean if it's possible to visualize your TiTS and CoC characters using it in an integrated manner (either on the same window or as an additional window) then yeah, it's designed for that (well not for TiTS and CoC in particular, but RPG...
  5. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    That's mostly for game developers wishing to embed the avatar drawer into their own games. Users engage with the project mostly through the tester and other games (It's possible to import characters you create into other games, at least if the developers set it up properly)  Since there...
  6. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Go to tester: http://johnsonzhong.me/DAD/compare.html Browse controllers on right side and select actions you want to perform modify character dimensions attach new body parts wear or remove clothing wield items generate random character
  7. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Ok quite a lot of new content since my last post here; here's a link to the summary of new content and a preview of what's been added. See full post: http://johnsonzhong.me/DAD/release/2016/09/04/1.4.content_update.html
  8. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    It's meant to be the de facto character visualizer for all browser based games, so focus is definitely not on TiTS. I really don't see any alternatives for what I want the tool to do... I think a big part of the reason it hasn't received too much attention is that the users of it are game...
  9. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Haven't gotten much response from this forum, but version 1.0 is almost out. After which I'll work on a Twine game demonstrating how to incorporate it into your game (I think it's very easy) A collection of updates so far: Facial expressions Humanoid male musculature
  10. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Big update coming with 1.0.0. It involved a total rewrite, but brings a lot of cool new features. Body parts now know how to draw themselves to allow mix and matching of arbitrary parts. More details on the development blog Preview image:  This huge change is in preparation for a game...
  11. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Atlas1965 Can you elaborate on what you mean by broken? As in clicking on it gives you a 404? I fixed the original link by the way; the link in my following post is meant to be broken to illustrate how this site fails to parse links... The link is posted here again: http://johnsonzhong.me/DAD/
  12. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Nebula Fox Should be fixed now
  13. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Atlas1965 Ah my bad, these forums don't parse enclosed links correctly... (actual link in post above; this link demonstrates how link parsing breaks) The tool's mainly for game developers, but there is a tester that non-developers can play around with where you can build and save characters...
  14. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    The project is now publicly released on my site at http://johnsonzhong.me/DAD/ That's where all future updates will be posted. It makes downloading the source a lot more convenient (just click on a tab), and includes the option of hosting the tester live. I've also decided to make it a public...
  15. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Nik_van_Rijn Mm yeah, I have a habit of binging on things... I have a blog up to act as the central point of new releases and guides since I'm currently posting to multiple forum threads almost duplicate content (I'll post the link here once some content's in place). My friend's going to build...
  16. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Karretch I'm not really one to sit around when I think something's a good idea xD. Already added save and load for 0.13, which is just out
  17. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Karretch Yeah that's actually already an existing feature inside Twine/Sugarcube. The tester's not really meant for persistent work, but I could add in a save and load feature to it by tomorrow. (probably will take about 10 minutes)
  18. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    Made some new hairstyles; I'm quite proud of the side braid :D  (the math behind it is pretty complicated)
  19. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Kesil 0.12.1 is up with hopefully a fix for you. I replaced all jQuery sliders (which wasn't loading for you for some reason) with html sliders. Here's a preview:
  20. P

    Dynamic Avatar Drawing Tool (Character Viewer)

    @Kesil That's quite strange... XP's able to run a recent version of Firefox (43) which is what I'm testing on. What version of Firefox are you using? Also could you post the log of any errors that show in the developer console here? You can pull it up by pressing F12 and then refreshing the...