Angaro Posted September 29, 2020 Share Posted September 29, 2020 This is my base sprite. Nothing strange. But when I tried to put on the armor, created via the official community generator, it appeared slightly shifted down. So I tried to apply the basic character sprite to the armor paperdoll. It is wrong despite having been set correctly in the class section. Please help me, IÂ tried to change paperdoll etc. several times. Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted September 29, 2020 Share Posted September 29, 2020 Not a bug, just bad positioning. Paperdoll works fine  1. Your paperdoll should only be the image of the item, not the sprite and image (thats what your last image looks like) 2. The paperdoll sprite sheet must be the same size as the sprite sheet and positioned correctly 3. Make sure ordering in config is correct for paperdoll (which paperdoll layer comes first and laps ontop of next layer) Link to comment Share on other sites More sharing options...
0 Angaro Posted September 29, 2020 Author Share Posted September 29, 2020 9 minutes ago, Ainz Ooal Gown said: Not a bug, just bad positioning. Paperdoll works fine  1. Your paperdoll should only be the image of the item, not the sprite and image (thats what your last image looks like) 2. The paperdoll sprite sheet must be the same size as the sprite sheet and positioned correctly 3. Make sure ordering in config is correct for paperdoll (which paperdoll layer comes first and laps ontop of next layer) Thanks for the answer! 1) I know that I have to use only the sprite of the tool, that was a test to show you that in the preview everything worked. 2) The size is the same. 3) I have to take a look at the file, but I don't quite understand what you mean. I have opened the file here but I don't know what data to change. Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted September 29, 2020 Share Posted September 29, 2020 55 minutes ago, Angaro said: Thanks for the answer! 1) I know that I have to use only the sprite of the tool, that was a test to show you that in the preview everything worked. 2) The size is the same. 3) I have to take a look at the file, but I don't quite understand what you mean. I have opened the file here but I don't know what data to change.  1. Cool np 2. If size is the same, then make sure positioning is correct. I use photoshop and open the sprite, add a new layer, do item paperdoll on a new layer, then hide the sprite layer to only leave the item paperdoll layer and save. That way the positioning is correct. 3. Server > Resources > Config: Spoiler  "Equipment": {   "Paperdoll": {    "Down": [     "Player",     "Back",     "Amulet",     "Legs",     "Body",     "Head",     "Gloves",     "Feet",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Left": [     "Player",     "Legs",     "Body",     "Head",     "Amulet",     "Gloves",     "Feet",     "Back",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Right": [     "Player",     "Legs",     "Body",     "Head",     "Amulet",     "Gloves",     "Feet",     "Back",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Up": [     "Player",     "Head",     "Legs",     "Body",     "Amulet",     "Gloves",     "Main Hand",     "Off Hand",     "Feet",     "Back",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ]   },  The higher up the list means that paperdoll part will be behind the lower ones. Link to comment Share on other sites More sharing options...
0 Angaro Posted September 29, 2020 Author Share Posted September 29, 2020 12 minutes ago, Ainz Ooal Gown said:  1. Cool np 2. If size is the same, then make sure positioning is correct. I use photoshop and open the sprite, add a new layer, do item paperdoll on a new layer, then hide the sprite layer to only leave the item paperdoll layer and save. That way the positioning is correct. 3. Server > Resources > Config:  Hide contents  "Equipment": {   "Paperdoll": {    "Down": [     "Player",     "Back",     "Amulet",     "Legs",     "Body",     "Head",     "Gloves",     "Feet",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Left": [     "Player",     "Legs",     "Body",     "Head",     "Amulet",     "Gloves",     "Feet",     "Back",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Right": [     "Player",     "Legs",     "Body",     "Head",     "Amulet",     "Gloves",     "Feet",     "Back",     "Main Hand",     "Off Hand",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ],    "Up": [     "Player",     "Head",     "Legs",     "Body",     "Amulet",     "Gloves",     "Main Hand",     "Off Hand",     "Feet",     "Back",     "Device",     "Belt",     "Ring",     "Shoulders",     "Arm Guards",     "Attachment",     "Magazine"    ]   },  The higher up the list means that paperdoll part will be behind the lower ones.  At this point I think it's a positioning problem, but my question is why? I used the official Intersect Sprite Generator, shouldn't it automatically render to the right size without this kind of shifting? Link to comment Share on other sites More sharing options...
0 Ainz Ooal Gown Posted September 29, 2020 Share Posted September 29, 2020 41 minutes ago, Angaro said:  At this point I think it's a positioning problem, but my question is why? I used the official Intersect Sprite Generator, shouldn't it automatically render to the right size without this kind of shifting?  I've never used the Intersect Sprite Generator so not sure sorry so not sure. Link to comment Share on other sites More sharing options...
0 Cheshire Posted September 29, 2020 Share Posted September 29, 2020 Are you perhaps using the sprite files used to do entity animations in Beta 6.2? Those are slightly larger than regular sprite files provided with the engine. Link to comment Share on other sites More sharing options...
0 Angaro Posted September 29, 2020 Author Share Posted September 29, 2020 6 hours ago, Joyce said: Are you perhaps using the sprite files used to do entity animations in Beta 6.2? Those are slightly larger than regular sprite files provided with the engine. Â I tried to use both those provided by 6.2 and the new ones created with the generator. Link to comment Share on other sites More sharing options...
0 Cheshire Posted September 30, 2020 Share Posted September 30, 2020 Just the paper dolls or the sprites as well? Link to comment Share on other sites More sharing options...
0 Angaro Posted September 30, 2020 Author Share Posted September 30, 2020 2 hours ago, Joyce said: Just the paper dolls or the sprites as well? Â Them both. Link to comment Share on other sites More sharing options...
0 Angaro Posted September 30, 2020 Author Share Posted September 30, 2020 I just had to restart the editor, I think it's a software bug at this point. I'm sorry I wasted your time but I haven't thought about it at all. Link to comment Share on other sites More sharing options...
0 Beefy Kasplant Posted September 30, 2020 Share Posted September 30, 2020 21 minutes ago, Angaro said: I just had to restart the editor, I think it's a software bug at this point. I'm sorry I wasted your time but I haven't thought about it at all.  You always have to restart the editor to load new graphics. Angaro 1 Link to comment Share on other sites More sharing options...
Question
Angaro
This is my base sprite. Nothing strange.
But when I tried to put on the armor, created via the official community generator, it appeared slightly shifted down.
So I tried to apply the basic character sprite to the armor paperdoll. It is wrong despite having been set correctly in the class section.
Please help me, IÂ tried to change paperdoll etc. several times.
Link to comment
Share on other sites
11 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