Author Topic: [RESOURCES] Custom Models & Skins  (Read 487637 times)

0 Members and 4 Guests are viewing this topic.

Not Yet Rated!

Offline monkas

  • Beginner
  • *
  • Posts: 8
  • Country: vn
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: -7
Re: [TEXTURES] Custom Textures & Skins
« Reply #330 on: 27 July 2019, 17:33:31 »
 O0 O0 O0 O0 O0

Hyale Mode
Spoiler for Hiden:
Hyale Mode:


Aridne Mode:



Very good job man!  :)) :)) :)) :)) :)) :))

Not Yet Rated!

Offline monkas

  • Beginner
  • *
  • Posts: 8
  • Country: vn
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: -7
Re: [TEXTURES] Custom Textures & Skins
« Reply #331 on: 28 July 2019, 06:54:23 »
About Hyale Nude Mod v1
 
How can i change default pose of character?
I like she standing more than kneeling.

Not Yet Rated!

Offline monkas

  • Beginner
  • *
  • Posts: 8
  • Country: vn
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: -7
Re: [TEXTURES] Custom Textures & Skins
« Reply #332 on: 28 July 2019, 07:09:04 »
Oh! I found it!
Because there are some female_idle.anm files, i didn't know which one was right so i just copied all of files in anim folder from Orphan Mode then replaced with files in folder anim of Hyale Mode.
Work like a champ.


LMAO, i just need to change female_idle-.anm to female_idle.anm
 8) 8) 8) 8) 8)
« Last Edit: 28 July 2019, 07:17:31 by monkas »

Not Yet Rated!

Offline monkas

  • Beginner
  • *
  • Posts: 8
  • Country: vn
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: -7
Re: [TEXTURES] Custom Textures & Skins
« Reply #333 on: 28 July 2019, 15:25:17 »
please tell me how i can hide chest and helm, xpack folder do nothing.
mb u can make the latest Ariadne nude mesh with auto armor hider or smth? )
great skins and models btw ty very much! ;)

You can do it yourself, its very easy. All you need is MeshView program.
Spoiler for Hiden:
Trick #2 - Making an armor piece invisible on the character

This one is very simple. There are 4 default attach points for the armors on the characters (they also work on other creatures). Their names are:
"Head" - for the helmet, hair or circlet.
"Upper Body" - for the torso armor.
"Forearm" - for the armbands or bracelets.
"Lower Body" - for the leg armor.

How to make armors invisible:

They are not really invisible, just very small. For example, the normal size attach point for ambands (in the mesh TextData section) looks like this:

Quote
AttachPoint
{
    name   = "Forearm"
    origin = (0.000000, 0.000000, 0.000000)
    xAxis  = (1.000000, 0.000000, 0.000000)
    yAxis  = (0.000000, 1.000000, 0.000000)
    zAxis  = (0.000000, 0.000000, 1.000000)
}

To make it "invisible", change it to this:
 
Quote
AttachPoint
{
    name   = "Forearm"
    origin = (0.000000, 0.000000, 0.000000)
    xAxis  = (0.000001, 0.000000, 0.000000)
    yAxis  = (0.000000, 0.000001, 0.000000)
    zAxis  = (0.000000, 0.000000, 0.000001)
}

The armor piece will still be equippable and visible in the inventory UI, but not on your character in the game world.
Btw, Ariadne mod is not abandoned. Im working on V1.0 atm, as well as on a nymph mesh which uses 100% human animations and can wear all armors. I hope they will be ready soon.
@icefreeze about the Nereid/Nixie character, there will be a new version too.

 O0 O0 O0 Ok! thanks to this, i decide to re-make AllSkinv8 Mode with invisible Leg and Armor.

Link:
Spoiler for Hiden:

This is for my own personal desire  :-\ 

Edit:.
Okey ...   >:( Shit happened. There is something wrong with light and i don't know how to fix it  :P.
In order to fix that(this doesn't count), i use Allskinv8 Mod as an Add-on. and here is comparison:
Spoiler for Hiden:
With light (add-on):

No light (Allskinv8 Mode):


Add-on : https://drive.google.com/open?id=17opMl4gx057IzCV4J6fbd3eC50e7oTGf
Buy Grey or Rose Greek to use.
 :P   :P  :P

Edit 1.1:
First skin that i rework from Allskin mod.

NSFW
Spoiler for Hiden:
Install:
Put Creatures folder in your Database folder.

https://drive.google.com/open?id=12krMDERRRNZLJO4q1rvGI9qoKEHZ-ctl

Use White Greek Poition to wear outfit,
« Last Edit: 03 August 2019, 16:00:46 by monkas »

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #334 on: 02 August 2019, 13:41:44 »
Started reworking the next nymphs on the list - the Maenads. Since the name Maenad is used both for human women and nymphs, i made her look closer to a human:

Spoiler for Hiden:


This is still an early version. Current texture:

Spoiler for Hiden:
Btw, these pictures are made on a new comp, much faster and with double resolution  ^-^

Not Yet Rated!

Offline icefreeze

  • ??
  • TQ Titans
  • Full Member
  • *
  • Posts: 477
  • Country: vn
  • Karma: +9/-7
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: +7
Re: [TEXTURES] Custom Textures & Skins
« Reply #335 on: 02 August 2019, 15:11:05 »
Started reworking the next nymphs on the list - the Maenads. Since the name Maenad is used both for human women and nymphs, i made her look closer to a human:

Spoiler for Hiden:


This is still an early version. Current texture:

Spoiler for Hiden:
Btw, these pictures are made on a new comp, much faster and with double resolution  ^-^
Hm, i think the hair and outfit have different color will make character look more interesting, may be cloth have silver-yellow on general and small detail at its edge with golden-copper color.

Not Yet Rated!

Offline Bumbleguppy

  • D'oh-ist Mage
  • Forum Moderator
  • Full Member
  • *
  • Posts: 884
  • Country: us
  • Karma: +42/-0
    • View Profile
    • Awards
  • Time Zone: -8
Re: [TEXTURES] Custom Textures & Skins
« Reply #336 on: 02 August 2019, 18:11:17 »
Btw, these pictures are made on a new comp, much faster and with double resolution  ^-^

Congrats on the new computer! :D

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #337 on: 03 August 2019, 00:27:58 »
Congrats on the new computer! :D
Thanks BG! Somehow I missed your birthday, i still wish you a happy one :)

Hm, i think the hair and outfit have different color will make character look more interesting, may be cloth have silver-yellow on general and small detail at its edge with golden-copper color.
I made the dress red to resemble red wine. About your color suggestion, i tried it + the golden edge for the clothing, but the gold was too much. Instead, I added golden belt and necklace for the next alternative variant, as well as snake wraps for arms and legs:
Spoiler for Hiden:
I like how this one shaped out, its much better than the first. Especially with Dionysian MI armor :):
Spoiler for Hiden:
Texture:
Spoiler for Hiden:

Edit: Improved 1st variant as well (probably will use for second tier):
Spoiler for Hiden:


« Last Edit: 03 August 2019, 15:10:09 by nargil66 »

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #338 on: 03 August 2019, 15:03:09 »
New tiger for second tier of maenad:
Spoiler for Hiden:
Texture:
Spoiler for Hiden:
Not perfect, but will do.
Feel free to use in mods, just dont make it a mount ;)

Not Yet Rated!

Offline Diego982

  • Full Member
  • *
  • Posts: 107
  • Country: br
  • Karma: +4/-0
  • Gender: Male
  • Titan Quest is not just a game, is a Mythology
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #339 on: 03 August 2019, 15:29:48 »
Man, your skins are awesome. Everyday a new one that is better than the other, you're an artist, fantastic job

 :D :D

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #340 on: 03 August 2019, 18:14:09 »
Thanks for your kind words man :D  I really try to improve the skins. The flip side is I can make no more than 1-2 a day...

Not Yet Rated!

Offline hyhyhy66

  • Visitor
  • *
  • Posts: 3
  • Country: ru
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: +3
Re: [TEXTURES] Custom Textures & Skins
« Reply #341 on: 05 August 2019, 15:24:51 »
@nargil66 please men make ur ariadne mesh with upper body and head armor hiden. i tried do it by myself but im too stupid for this and my antivirus delete viewer program)

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #342 on: 06 August 2019, 16:18:41 »
@nargil66 please men make ur ariadne mesh with upper body and head armor hiden. i tried do it by myself but im too stupid for this and my antivirus delete viewer program)
Sure, I'll upload a custom version later. No problem.

---

Prepare for something different... and spooky...
Spoiler for Hiden:
Source files - free to use in any mod:
https://mega.nz/#!JWpgwShT!51sC050liXz1pl-pzYumN-qOXfZWK5YNec21kl5db2Q


Not Yet Rated!

Offline icefreeze

  • ??
  • TQ Titans
  • Full Member
  • *
  • Posts: 477
  • Country: vn
  • Karma: +9/-7
  • Gender: Male
    • View Profile
    • Awards
  • Time Zone: +7
Re: [TEXTURES] Custom Textures & Skins
« Reply #343 on: 06 August 2019, 17:36:24 »
Ghost Rider is coming  >:D

Not Yet Rated!

Offline nargil66

  • Forum Moderator
  • Full Member
  • *
  • Topic Author
  • Posts: 2490
  • Country: bg
  • Karma: +67/-1
  • Gender: Male
  • Mesh-Texturing Beautifier :)
    • View Profile
    • Awards
  • Time Zone: ?
Re: [TEXTURES] Custom Textures & Skins
« Reply #344 on: 06 August 2019, 20:15:36 »
Ghost Rider is coming  >:D
Haha, yeah



---
@nargil66 please men make ur ariadne mesh with upper body and head armor hiden. i tried do it by myself but im too stupid for this and my antivirus delete viewer program)

Here is the latest Ariadne 0.9f:
https://mega.nz/#!8ehB3SLZ!9y1A_5MMZwj7q8LqhqCRDK1DfIe13oM_mZCh_yPoaLk
I included a mesh that disables helm/torso and mesh that diasbles all armors. The side hairs and ponytail are removed permanently from the mesh and no longer duplicate the ones from the hair helmet. Texture and bump are new.
« Last Edit: 06 August 2019, 20:17:08 by nargil66 »

Tags:
 


SimplePortal 2.3.7 © 2008-2024, SimplePortal