Jump to content
  • 0

Personalisation of Character Creator


Beefy Kasplant

Question

8 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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"
      ]
    },

Link to comment
Share on other sites

  • 0

@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?

Link to comment
Share on other sites

  • 0
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.

Link to comment
Share on other sites

  • -2

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...