Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. More...


Author Topic: Hide mesh par of a .x  (Read 2760 times)

0 Members and 1 Guest are viewing this topic.

keybone

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 112
    • View Profile
    • Lucine
Hide mesh par of a .x
« on: November 02, 2010, 03:58:26 PM »

Hi, I state that I tried to ask for what I'm good.   ::)

 My problem is this: I have a 3d character and this 3d character has a little bag within the same . X file.
The name of the bag  into .X (i have used deep exploration for see the exactly name) is 'chBag'.

 I want to hide this bag and show after .

i have used this code but dont work. In the manual is writing "This method is DEPRECATED and not supported by .X models."


Code: [Select]
actor.Scale = 100;
  actor.SkipTo(417, 740);  
  actor.Direction = DI_DOWN;
  actor.Active = true;
 actor.HideMesh("chBag")= true;

 I searched the manual and tried the command but does not work hideMesh thing written even in the same manual. With actor.RemoveAttachment("chBag") donw work .



 Is there a command to hide portions of content in a mesh file. X ?

 Thanks and see you soon!  ::wave
 ::slug  and sorry for my english.
« Last Edit: November 02, 2010, 04:01:13 PM by keybone »
Logged
Lucine Company http://www.lucine.it/
Tales of Lucine: The Realm of Hobdark http://www.lucine.it/TalesOfLucine

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Hide mesh par of a .x
« Reply #1 on: November 02, 2010, 06:28:14 PM »

You would need to store the bag in a separate .x file and attach it as an attachment. Currently it's not possible to hide submeshes.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

keybone

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 112
    • View Profile
    • Lucine
Re: Hide mesh par of a .x
« Reply #2 on: November 02, 2010, 10:51:44 PM »

k tk for info . :)
Logged
Lucine Company http://www.lucine.it/
Tales of Lucine: The Realm of Hobdark http://www.lucine.it/TalesOfLucine
 

Page created in 0.031 seconds with 19 queries.