Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Preset name of the Purchase Terminal
Preset name of the Purchase Terminal [message #417335] Mon, 11 January 2010 16:35 Go to next message
Raptor RSF is currently offline  Raptor RSF
Messages: 210
Registered: July 2007
Location: Netherlands
Karma: 0
Recruit
Does anybody know the name of the Purchase Terminal (PT) preset?
I mean the Terminal itself, not the zone...


Rencom server Fan - Marathon#1

http://bfbc2.statsverse.com/sig/clean1/pc/Raptor_RSF.png
Re: Preset name of the Purchase Terminal [message #417400 is a reply to message #417335] Tue, 12 January 2010 08:41 Go to previous messageGo to next message
ErroR is currently offline  ErroR
Messages: 2984
Registered: March 2008
Location: Moldova
Karma: 0
General (2 Stars)
it is added in with gmax, it's a part of the map, or building
Re: Preset name of the Purchase Terminal [message #417401 is a reply to message #417335] Tue, 12 January 2010 09:24 Go to previous messageGo to next message
Raptor RSF is currently offline  Raptor RSF
Messages: 210
Registered: July 2007
Location: Netherlands
Karma: 0
Recruit
So it is impossible to link to it in c++ ?

Rencom server Fan - Marathon#1

http://bfbc2.statsverse.com/sig/clean1/pc/Raptor_RSF.png
Re: Preset name of the Purchase Terminal [message #417402 is a reply to message #417335] Tue, 12 January 2010 09:35 Go to previous messageGo to next message
ErroR is currently offline  ErroR
Messages: 2984
Registered: March 2008
Location: Moldova
Karma: 0
General (2 Stars)
no idea
Re: Preset name of the Purchase Terminal [message #417983 is a reply to message #417335] Mon, 18 January 2010 22:33 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
the actual pt is part of the buildings. I think they have their own prefix name and you could link it that way or their mesh name. you will have to load up the buildings in gmax or use w3d dump to find the mesh names and prefix names.

http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Mon, 18 January 2010 22:33]

Report message to a moderator

Re: Preset name of the Purchase Terminal [message #418001 is a reply to message #417335] Tue, 19 January 2010 11:20 Go to previous messageGo to next message
Raptor RSF is currently offline  Raptor RSF
Messages: 210
Registered: July 2007
Location: Netherlands
Karma: 0
Recruit
thanks, i know how to do that, but i dont really think they will be linkeble in c++ Rocked Over .Anyway, what i am trying to fix is not a big problem. So its not worth doing so mutch for this at all...

Rencom server Fan - Marathon#1

http://bfbc2.statsverse.com/sig/clean1/pc/Raptor_RSF.png
Re: Preset name of the Purchase Terminal [message #418003 is a reply to message #417335] Tue, 19 January 2010 12:24 Go to previous messageGo to next message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma: 0
General (3 Stars)
Just find the PT model in always.dat. Then, you can create an object and change that object's model to the PT model.
Re: Preset name of the Purchase Terminal [message #418004 is a reply to message #417335] Tue, 19 January 2010 12:37 Go to previous messageGo to next message
Raptor RSF is currently offline  Raptor RSF
Messages: 210
Registered: July 2007
Location: Netherlands
Karma: 0
Recruit
I only have to make some code like this:

If ((Bracketed *obj == true) && (Bracketed *obj =not-the-same-as "PT..model )
{
  do something;
}


So it wont show my distance display when the PT is bracketed.


Rencom server Fan - Marathon#1

http://bfbc2.statsverse.com/sig/clean1/pc/Raptor_RSF.png

[Updated on: Tue, 19 January 2010 12:42]

Report message to a moderator

Re: Preset name of the Purchase Terminal [message #418006 is a reply to message #418004] Tue, 19 January 2010 13:05 Go to previous messageGo to next message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
Raptor RSF wrote on Tue, 19 January 2010 19:37

I only have to make some code like this:

If ((Bracketed *obj == true) && (Bracketed *obj =not-the-same-as "PT..model )
{
  do something;
}


So it wont show my distance display when the PT is bracketed.



then you would do the pt zone wouldn't you since the pt model is part of the building.


http://s18.postimage.org/jc6qbn4k9/bricks3.png
Re: Preset name of the Purchase Terminal [message #418008 is a reply to message #417335] Tue, 19 January 2010 13:49 Go to previous messageGo to next message
Raptor RSF is currently offline  Raptor RSF
Messages: 210
Registered: July 2007
Location: Netherlands
Karma: 0
Recruit
i am not sure if it will be linked witch a preset name linker in c++, but i will try next week

Rencom server Fan - Marathon#1

http://bfbc2.statsverse.com/sig/clean1/pc/Raptor_RSF.png
Re: Preset name of the Purchase Terminal [message #418014 is a reply to message #418003] Tue, 19 January 2010 15:34 Go to previous messageGo to next message
reborn is currently offline  reborn
Messages: 3231
Registered: September 2004
Location: uk - london
Karma: 0
General (3 Stars)
jnz wrote on Tue, 19 January 2010 14:24

Just find the PT model in always.dat. Then, you can create an object and change that object's model to the PT model.


I'm not sure it exists as a separate model. Could be wrong, but I don't think it is.



Re: Preset name of the Purchase Terminal [message #418029 is a reply to message #418014] Tue, 19 January 2010 19:37 Go to previous message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
reborn wrote on Tue, 19 January 2010 17:34

jnz wrote on Tue, 19 January 2010 14:24

Just find the PT model in always.dat. Then, you can create an object and change that object's model to the PT model.


I'm not sure it exists as a separate model. Could be wrong, but I don't think it is.


Its not its part of the interior of the buildings.


http://s18.postimage.org/jc6qbn4k9/bricks3.png
Previous Topic: Islands gmax files?
Next Topic: Renegade X 40,000
Goto Forum:
  


Current Time: Sun Oct 20 12:20:50 MST 2024

Total time taken to generate the page: 0.01088 seconds