Beefy Kasplant Posted July 10, 2019 Posted July 10, 2019 Hi guys!  Anyone who can help me out by making some upgrades to the Intersect Character creator?   This one: https://github.com/AscensionGameDev/Intersect-Character-Generator   I would like some extra inventory slots and rendering based on direction (like in the engine)  Thanks!Â
0 Beefy Kasplant Posted July 10, 2019 Author Posted July 10, 2019 This is the order I'd like it to be rendered in:  FACING DOWN body wings under pants shirt over neck boots belt Accessories cape head scouter  FACING UP body under pants shirt over neck boots belt Accessories cape scouter head wings  FACING LEFT/RIGHT body under pants shirt over neck boots belt Accessories cape head scouter wings
0 Beefy Kasplant Posted July 10, 2019 Author Posted July 10, 2019 Whole config.json: https://ascensiongamedev.com/resources/filehost/3773773d45cf5f784c521fb6974d88d7.json    "Equipment": {   "WeaponSlot": 8,   "ShieldSlot": -1,   "Slots": [    "Under",    "Pants",    "Over",    "Accessories",    "Neck",    "Cape",    "Head",    "Scouter",    "Tool",    "Wings",    "Shirt",    "Boots",    "Belt"       ],   "Paperdoll": {    "Up": [     "Player",     "Tool",     "Under",     "Pants",     "Shirt",     "Over",     "Neck",     "Boots",     "Belt",     "Accessoires",     "Cape",     "Scouter",     "Head",     "Wings"    ],    "Down": [     "Player",     "Wings",     "Under",     "Pants",     "Shirt",     "Over",     "Neck",     "Boots",     "Belt",     "Accessoires",     "Cape",     "Head",     "Scouter",     "Tool"    ],    "Left": [     "Player",     "Under",     "Pants",     "Shirt",     "Over",     "Neck",     "Boots",     "Belt",     "Accessoires",     "Cape",     "Head",     "Scouter",     "Tool",     "Wings"    ],    "Right": [     "Player",     "Under",     "Pants",     "Shirt",     "Over",     "Neck",     "Boots",     "Belt",     "Accessoires",     "Cape",     "Head",     "Scouter",     "Tool",     "Wings"    ]   },
0 Recoil Posted July 10, 2019 Posted July 10, 2019 @devs who know what they're talking about...  Is it a goal to allow the generator to have n^th number of layers? If so, is there any current progress on this?
0 panda Posted July 10, 2019 Posted July 10, 2019 6 minutes ago, Recoil said: @devs  Is it a goal to allow the generator to have n^th number of layers? If so, is there any current progress on this? 1. It is if a PR is opened to do that. 2. No. I had never even looked at it before, I doubt Kibz has touched it, and I'd bet money JC hasn't touched this in months.
0 Phenomenal Posted July 11, 2019 Posted July 11, 2019 @Dashplant I'm throwing it together for you now, shouldn't be long. (90) jcsnider 1
0 Beefy Kasplant Posted July 11, 2019 Author Posted July 11, 2019 That'd be great! Phenomenal and jcsnider 2
-2 Guest Posted September 8, 2019 Posted September 8, 2019 Cape AND wings? And wth is a neck item? Lol  And also if I were you for the meantime I'd put all the things you want in the random slots provided
Question
Beefy Kasplant
Hi guys!Â
Â
Anyone who can help me out by making some upgrades to the Intersect Character creator?Â
Â
Â
This one:Â
https://github.com/AscensionGameDev/Intersect-Character-Generator
Â
Â
I would like some extra inventory slots and rendering based on direction (like in the engine)
Â
Thanks!Â
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now