|
Re: Can anyone help with LE? [message #446153 is a reply to message #446137] |
Sat, 23 April 2011 23:01 |
|
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 |
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 |
|
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);
}
[Updated on: Mon, 25 April 2011 00:37] Report message to a moderator
|
|
|
|
Re: Can anyone help with LE? [message #446534 is a reply to message #446137] |
Wed, 04 May 2011 13:25 |
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
|
|
|