xmoonproductions.org
https://xmoonproductions.org/

[Outfit] Evening Dress
https://xmoonproductions.org/viewtopic.php?f=22&t=3635
Page 2 of 7

Author:  bartux [ Wed Jan 28, 2015 8:26 pm ]
Post subject:  Re: [Outfit] Evening Dress

thanks for all the work you're doing for this game :)

Always appreciate it

Author:  Blu3 [ Fri Jan 30, 2015 1:17 pm ]
Post subject:  Re: [Outfit] Evening Dress

Nice work !

I'll add it in my mod (with credits of course !)

Author:  rezzabae [ Fri Jan 30, 2015 7:39 pm ]
Post subject:  Re: [Outfit] Evening Dress

Out of any reason after i installed the patches again the pack_abducted folder was deleted... The source file was also gone *hrmpf*

I had to remodel the dress, i hope i was able to at least get it like the last one...
Thats the result:
Attachment:
Monica.gif
Monica.gif [ 432.47 KiB | Viewed 16852 times ]

Attachment:
Saiko.gif
Saiko.gif [ 178.83 KiB | Viewed 16852 times ]


I have also added a UV Snapshot. I am no Texing hero.^^

Again feel free to use it.
First Post updated.

Author:  xpadmin [ Fri Jan 30, 2015 7:54 pm ]
Post subject:  Re: [Outfit] Evening Dress

@rezzabae

Sorry to hear that. :(

The pack directory should not be deleted by installing a patch.

But it is recommended to make a backup of your source files in another directory than XSP just in case.

The dress looks nice!

N.b. If you use a #path for the textures I can make a cloth plugin for it.

Author:  rezzabae [ Fri Jan 30, 2015 8:07 pm ]
Post subject:  Re: [Outfit] Evening Dress

There is a path inside the plugin dir called textures allready. I am trying to upload it to the forum at the moment but it wont accept it. Maybe 3.5mB is too much...

Author:  rezzabae [ Fri Jan 30, 2015 8:35 pm ]
Post subject:  Re: [Outfit] Evening Dress

xpadmin wrote:

N.b. If you use a #path for the textures I can make a cloth plugin for it.


Hm, seems i had read to fast the first time... After reading it a second time it seems i didnt get that #path thing correctly. To which file i have to add #path exactly?

Author:  xpadmin [ Fri Jan 30, 2015 9:21 pm ]
Post subject:  Re: [Outfit] Evening Dress

When you use a texture path in an .ma file without an # prefix the file is looked for in a pack.
Because the plugins have to operate outside the packs you have to prefix the file path with an #.

Say the plugin path for the file needs to be:
Code:
./plugin/dress/cloth1.jpg


Then use the .ma file path:
Code:
#plugin/dress/cloth1.jpg

for that file.

Than the filemaker uses the source path e.g.:
Code:
pack/pack_abducted/sources/#plugin/dress/cloth1.jpg


and runtime path e.g.:
Code:
pack/pack_abducted/#plugin/dress/cloth1.jpg

Author:  rezzabae [ Fri Jan 30, 2015 9:28 pm ]
Post subject:  Re: [Outfit] Evening Dress

Now i got it! I will update it and also use it for futher objects. Thx for the advise.

Author:  rezzabae [ Sat Jan 31, 2015 12:26 pm ]
Post subject:  Re: [Outfit] Evening Dress

Update done... Update first post later...

*EDIT*
Cant add the file to first post without deleting a file from first post because attachment limit is 3...
Attachment:
Evening Dress.zip [1.53 MiB]
Downloaded 834 times


I have changed the texture to see if it works...

it would be nice to use more then one texture by placing someting like

material[0]
{
item = item[0];
texture = "#plugin/Evening Dress/textures/tex1.jpg";
}

material[1]
{
item = item[0];
texture = "#plugin/Evening Dress/textures/tex2.jpg";
color = (123,321,213,127);
spec_shiny = 1.5;
spec_power = 100.0;
}

inside the _plugin.ini cloth_object

The texture path souldn't be bound to the mesh as it is not scalable.

Author:  xpadmin [ Sat Jan 31, 2015 2:23 pm ]
Post subject:  Re: [Outfit] Evening Dress

Nice dress, works perfectly.

It is possible to add the dress model more than one time in the plugin using different name and different texture path.
This way you can add different textures.

I will change the upload size of the attachments on the forum.

Page 2 of 7 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/