ABOUT THIS CHARACTER BOXES

03/18/2017 09:12 elitemember21#1
How to make the boxes in the character selection in the source without making changing the character sizes.
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]
03/18/2017 10:48 Lumi#2
resdata and Theme? :3
03/18/2017 16:05 elitemember21#3
Quote:
Originally Posted by ​Lumi View Post
resdata and Theme? :3

Hi thanks for the reply.

I'm talking about the source part.
As you can see whenever you wear an equipment like for example a big sword and when the character is standing you'll see a rectangular part wherein there is a box limiting the view of the entire character and it's source based.
I was able to make to make the box inside the source bigger the sad thing is the characters became big too.
Like what i've said i'd like to make the box bigger only so that the entire equipment / character will be seen.

Looking forward to hear more from you guys. Thanks a lot.
03/18/2017 19:16 Mike Oxmaul#4
its resdata.inc APP_CHARACTER_SELECT i think
03/18/2017 19:33 Yothri#5
I think he means, when the character is holding for example a knight axe or something big, the view is limited and not the whole axe is showing.
03/18/2017 20:21 Professor Linebeck#6
You actually don't really need the source. Use Atools GUI-Editor and select APP_SELECT_CHAR. Click on the boxes and scale/position them however you want. The character will always be at the center of the box, so make sure you set the position of a box to the middle of the backgrounds place.

You can do it like this(older theme from me):
[Only registered and activated users can see links. Click Here To Register...]

Btw, you can also make them overlapping each other, also to be more creative cause there a few ways to use it. But that way, the weapons wont go out of the boxes.
[Only registered and activated users can see links. Click Here To Register...]
03/20/2017 07:42 elitemember21#7
Quote:
Originally Posted by Professor Linebeck View Post
You actually don't really need the source. Use Atools GUI-Editor and select APP_SELECT_CHAR. Click on the boxes and scale/position them however you want. The character will always be at the center of the box, so make sure you set the position of a box to the middle of the backgrounds place.

You can do it like this(older theme from me):
[Only registered and activated users can see links. Click Here To Register...]

Btw, you can also make them overlapping each other, also to be more creative cause there a few ways to use it. But that way, the weapons wont go out of the boxes.
[Only registered and activated users can see links. Click Here To Register...]
Thanks for the reply.
I have found this very useful.
By any chance can you point out the exact coordinates of the character inside the character box in the source? (To make it appear exactly at the center of the box) because i just tried it and the character always shows at the left side of the box.

Hope to hear back from you.
Thanks a lot.

Quote:
Originally Posted by Jupsi332 View Post
its resdata.inc APP_CHARACTER_SELECT i think
Thanks for the reply Jupsi.
I saw you doing this a long time ago and would love to hear some tips or a tutorial from you.

Thanks a lot.

Quote:
Originally Posted by Yothri View Post
I think he means, when the character is holding for example a knight axe or something big, the view is limited and not the whole axe is showing.
Thanks for the reply.
This is exact what i'm pointing.


Thanks for clearing the question.