Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Can anyone help with LE?
icon5.gif  Can anyone help with LE? [message #446137] Sat, 23 April 2011 12:53 Go to next message
hego64 is currently offline  hego64
Messages: 19
Registered: April 2011
Location: Hegoville
Karma: 0
Recruit
Ok, so I am new to these forums and I would like some help with LE. I just started my own Renegade server and pretty much know what I'm doing with LUA, but I'm having some problems with LE. Every time I try to make the buildings blamo with the settings, nothing changes. They just stay the same as normal. I have tried changing their hp to 999999999.000 with the blamo settings too, but nothing works. (I want all the buildings blamo except the NOD Airstrip)

Also, I would like to know if it is possible to give a certain character from the PT a certain weapon.

If anyone can help me with this, it would be greatly appreciated Very Happy

Hego64
Re: Can anyone help with LE? [message #446153 is a reply to message #446137] Sat, 23 April 2011 23:01 Go to previous messageGo to next message
crazfulla is currently offline  crazfulla
Messages: 667
Registered: September 2006
Location: Aotearoa
Karma: 0
Colonel
Are you changing the presets or the actual controllers?



"GEoDLeto wrote:"

so what you are saying it is gonna take even longer before this thing is finished
So the topic title should be changed to: a sucky little "teaser" from C&C Reborn has been released

"halo2pac wrote:"

Unless they are girls, I am not going to bone them.
Re: Can anyone help with LE? [message #446177 is a reply to message #446153] Sun, 24 April 2011 16:44 Go to previous messageGo to next message
hego64 is currently offline  hego64
Messages: 19
Registered: April 2011
Location: Hegoville
Karma: 0
Recruit
I am going to the building I want blamo, like say the hon. So I go to the "mod" button and change the skin and shield to blamo. But nothing works.
Re: Can anyone help with LE? [message #446180 is a reply to message #446137] Sun, 24 April 2011 16:57 Go to previous messageGo to next message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma: 0
General (2 Stars)

You cant change the building h/a settings without saving it to a mapfile.
Saving it directly to objects.ddb doesnt work.

Other than that you can always use a script command to set the health type

I believe its something like
Set_Skin(obj,"blamo");

or something like that...


edit:

{
const char *skin;
skin = Get_Parameter("SkinType");
Set_Skin(obj,skin);
Commands->Set_Max_Health(obj,10000.0f);
Commands->Set_Health(obj,10000.0f);
}


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png

[Updated on: Mon, 25 April 2011 00:37]

Report message to a moderator

Re: Can anyone help with LE? [message #446220 is a reply to message #446180] Mon, 25 April 2011 20:54 Go to previous messageGo to next message
hego64 is currently offline  hego64
Messages: 19
Registered: April 2011
Location: Hegoville
Karma: 0
Recruit
Thanks for the info. With some time, and a few more things to download, I should be able to get my buildings blamo Very Happy

What about giving certain characters certain weapons from the PT? I know this is possible, I'm just not sure how to do it.

And, I don't know if it is possible, but I would like to know if it is possible to make the repairgun have a alternate right-click of the AI repair gun. The only way I could think to do this would be to use something with the mammy...because its the only thing I can think of that has an alternate right-click attack. If anyone can help, it would be great Very Happy

Hego64
Re: Can anyone help with LE? [message #446534 is a reply to message #446137] Wed, 04 May 2011 13:25 Go to previous message
robbyke is currently offline  robbyke
Messages: 348
Registered: September 2010
Location: Belgium
Karma: 0
Recruit
if you try to change the projectile of any weapon your anticheatbots will tel you that there is a damage hacker nearby or in other words making an ai repairgun isnt a good idea serversided

you can give pt chars specifik weapons trough ssgm.ini normally I dont use it however


Owner of kambot TT server

kambot.freeforums.org
Previous Topic: fixing ob walking serverside
Next Topic: Debug
Goto Forum:
  


Current Time: Sun Apr 28 07:06:38 MST 2024

Total time taken to generate the page: 0.00680 seconds