News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 389
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 282
Total: 282

Author Topic: Deadpool's Topic of Questions!  (Read 3555 times)

0 Members and 125 Guests are viewing this topic.

Deadpool's Topic of Questions!
« on: »
Hey guys!

Okay so I have been working on this project off and on. I had skins done, but I made new ones recently, since I actually put a little bit more time and effort into making these new ones.

I followed this as guided:
http://torchmodders.com/wiki/doku.php?id=how_to_make_new_character_skins

Now for some reason, when I view the character... well he is '****'.
No new skin!
The files are .PNG as all the skins are, what can be the problem?

Thanks,
DEADP00L

Share on Bluesky Share on Facebook


Re: Deadpool's Topic of Questions!
« Reply #1 on: »
Now for some reason, when I view the character... well he is '****'.
No new skin!
The files are .PNG as all the skins are, what can be the problem?
Well, it's hard to say what the problem is.
Share your modified files or screenshots.

Re: Deadpool's Topic of Questions!
« Reply #2 on: »
Download ZombieExample
Here files from tutorial. I just checked - it works.
It's really a simple mod with 3 files.  :)
« Last Edit: October 10, 2014, 10:40:45 pm by Kva3imoda »

Re: Deadpool's Topic of Questions!
« Reply #3 on: »
Also check this thread Let's Forget about overwriting the Wardrobe File this can be useful.

Re: Deadpool's Topic of Questions!
« Reply #4 on: »
You need something like this:


Re: Deadpool's Topic of Questions!
« Reply #5 on: »
Updated my archive Download ZombieExample
Now with the new head and texture.  8)

Re: Deadpool's Topic of Questions!
« Reply #6 on: »
Moreover, you can use [FEATURE] for additional coloring (you can make scars, tattoos, etc.)  8)
Code: [Select]
[WARDROBES]
[FEATURE]
<STRING>TYPE:HEAD
<STRING>NAME:FEMALE TATTOO 1
<STRING>BODYBLEND:media/wardrobe/human/TATTOO1_F.png
<INTEGER64>GUID:3103890
<STRING>CLASS:Est_F
[/FEATURE]
[/WARDROBES]

Result and texture:



Maybe I'm using this to make some steampunk superhero like Zorro.  :D
« Last Edit: October 11, 2014, 04:14:34 am by Kva3imoda »

Re: Deadpool's Topic of Questions!
« Reply #7 on: »
WOAH WOAH! Easy...

Ha, anyhow I will post a .png later tonight for me. It's 10am right now and I got some things to do. I have tried doing the new wardrobe file and it wouldn't work. So I added the items into the normal file. Now I see them (Also I added a feature1 already.) What about other Features? do the numbers mean something? 1, 2, and 3? I'd like to use the scar technique, but keep that primary to the left side.

Thanks for the help. I will post them later tonight!

DEADP00L

Re: Deadpool's Topic of Questions!
« Reply #8 on: »
What about other Features? do the numbers mean something? 1, 2, and 3?
Well, I use different names.
ADVENTURERFEMALEPANTS
MAGEMALEPANTS
MAGEFEMALECHEST
FEMALE TATTOO 1
MALEHAIR DWARF 1
In this case, the name is not important. But there are some unique cases for some parts of the wardrobe(Helmet, Backpack).
« Last Edit: October 11, 2014, 07:24:22 am by Kva3imoda »

Re: Deadpool's Topic of Questions!
« Reply #9 on: »
Well I meant the different 'Feature' items. I know you can place underwear on them with 'Feature1', but what about the other 'Feature's?

As for a couple of my .png files... lets do these two. For Deadpool.

Underwear:
Spoiler (hover to show)

Skin 2:
Spoiler (hover to show)

Both of these do not show up on the character at all. They just look like this in game:
Spoiler (hover to show)

Thanks again,
DEADP00L

Re: Deadpool's Topic of Questions!
« Reply #10 on: »
Skin 2:
Spoiler (hover to show)
This is an original or compressed file? You do not have an alpha channel.
I added an alpha channel and I have this:
Spoiler (hover to show)
It works for me.  :)
Try my texture: https://drive.google.com/file/d/0BwZNatjl1ZmpYk9oUHlfRExhWHM/view?usp=sharing
Both of these do not show up on the character at all. They just look like this in game:
I think you're doing something wrong. Check the tutorial step by step. And show your files, perhaps a wrong code.
« Last Edit: October 11, 2014, 10:59:56 am by Kva3imoda »

Re: Deadpool's Topic of Questions!
« Reply #11 on: »
 ???

How did you add this said 'Alpha Channel'?

It looks funny on the female, but would look great on the male.
I will have to look at it more later, have a party to crash and such at the moment.

Re: Deadpool's Topic of Questions!
« Reply #12 on: »
what program did you use to create your texture?
alpha channels are accessed differently for each type of program, for example in Photoshop a tab next to the layers, marked as "channels" will let you create an alpha channel for your image and fill it out.

as for what alpha channels actually are.. here's the most simple explanation i can give you, without going into too much detail:
they determine a textures transparency(see through/not see through) based on a gradient(black-white) adding solid black will make a texture transparent while white will make it opaque, all the other gradients in between, such as 50% gray will determine how transparent a texture is.

there are many more nuances and settings for you to learn about alpha channels, like how they interact with additive textures, different types of compressions(.DDS and their settings, PNG24 and PNG8) and changes to material files, but for now stick with the basics.
i know that's kinda a lot to take in

but..

ive seen your project and you seem to be ambitious so i recommend you to download Kva's example file and dissect the contents, study extensively and learn about these things, since it will be far easier to push forward when you know everything of the top of your head. 
« Last Edit: October 11, 2014, 12:55:07 pm by TwinkleToes »

Re: Deadpool's Topic of Questions!
« Reply #13 on: »
Alpha channel is driving me crazy.  :D I barely mastered this trick and I'm still bad with this.
It is curious that in Photoshop, this channel is displayed at me differently for DDS and PNG files. Is why these texture I'm doing using some trick. Open the original texture(this file has everything you need) and make a new layer with a new image on top , then save the file and all done.
« Last Edit: October 11, 2014, 05:32:41 pm by Kva3imoda »

Re: Deadpool's Topic of Questions!
« Reply #14 on: »
Quote
It is curious that in Photoshop, this channel is displayed at me differently for DDS and PNG files.
all photoshop files can display alpha channels, but png and dds files are some of the few file types which can save the transparency you get from using alpha channels. they are used mainly because of their small file sizes. most commercial games use the alpha channel trick to trim small amounts of textures from flat surfaces or emulate fine detail like hairs on a character, this includes Tl2 where it is used mostly on weapons and monsters with a lot of hair detail(werewolves)

 

Recent Topics+-