Author Topic: Nodes and useing placeables  (Read 658 times)

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Nodes and useing placeables
« on: February 12, 2016, 03:53:39 pm »


               

How is the spot where the PC walks defined when they try to use a placeable?  I'm assuming it's a node, but which one, and how exactly is it defined?



               
               

               
            

Legacy_Tarot Redhand

  • Hero Member
  • *****
  • Posts: 4165
  • Karma: +0/-0
Nodes and useing placeables
« Reply #1 on: February 12, 2016, 05:16:57 pm »


               

As far as I know the whole model geometry is a node - take a look at this model (I've added ###This Line to the end of the line that makes me say this) ->




#MAXMODEL ASCII
# model: plc_tricepud01
filedependancy plc_tricepud01.max
newmodel plc_tricepud01
setsupermodel plc_tricepud01 NULL
classification character
setanimationscale 1
#MAXGEOM  ASCII
beginmodelgeom plc_tricepud01
node dummy plc_tricepud01
  parent NULL
  #part-number 0
endnode
node trimesh Plane01 ###This Line
  parent plc_tricepud01
  #part-number 1
  ambient 1 1 1
  diffuse 1 1 1
  specular 0 0 0
  shininess 1
  bitmap trpp_ice01
  verts 4
    -0.5 0.5 0
    -0.5 -0.5 0
    0.5 0.5 0
    0.5 -0.5 0
  tverts 4
    0 1 0
    0 0 0
    1 1 0
    1 0 0
  faces 2
    0 1 2 1 0 1 2 1
    3 2 1 1 3 2 1 1
  position 0 0 0.02
  orientation 0 0 0 0
  scale 1
  selfillumcolor 0 0 0
  alpha 1
endnode
endmodelgeom plc_tricepud01

donemodel plc_tricepud01

That is a 1mx1m horizontally oriented plane of the type I use for the stuff I've made.



 


TR



               
               

               
            

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Nodes and useing placeables
« Reply #2 on: February 12, 2016, 05:46:57 pm »


               

I thought I had this working, but I'm having trouble getting this model to work.  I'm finding that with large models conversations wont start and inventories won't open.  Any help?  Is there a specific node that needs to be created to deal with this?


 


https://www.dropbox....ky_c94.mdl?dl=0



               
               

               
            

Legacy_Asymmetric

  • Sr. Member
  • ****
  • Posts: 289
  • Karma: +0/-0
Nodes and useing placeables
« Reply #3 on: February 12, 2016, 10:19:58 pm »


               

I believe those nodes are in the placeable walkmesh (_use01 and _use02). A pwk like this should do:



node dummy c94_pwk_use01
  parent zlc_fky_c94_pwk
  position  1.0  0.0  0.0
  orientation  0.0  0.0  0.0  0.0
  wirecolor 0.00 0.00 0.00  
endnode
node dummy c94_pwk_use02
  parent zlc_fky_c94_pwk
  position  -1.0  0.0  0.0
  orientation  0.0  0.0  0.0  0.0
  wirecolor 0.00 0.00 0.00  
endnode


               
               

               
            

Legacy_3RavensMore

  • Hero Member
  • *****
  • Posts: 1153
  • Karma: +0/-0
Nodes and useing placeables
« Reply #4 on: February 13, 2016, 03:47:25 am »


               

That's exactly the info I needed.  Thanks Asymmetric!



               
               

               
            

Legacy_Jedijax

  • Hero Member
  • *****
  • Posts: 692
  • Karma: +0/-0
Nodes and useing placeables
« Reply #5 on: February 13, 2016, 05:00:40 am »


               

Am I the only one who read this as "Nudes in unseen places"?