|
Post by <(666)>DarkFighter½ on Dec 30, 2003 12:04:20 GMT -5
See, There Is Still 1 Thing NOONE Found Out... First, I Wanna Know How To Set Propreties Of Things, U Cant See, Neither Summon, Like ZoneInfo U Cant Just Say "Admin Set ZoneInfo BlaBlaBla,..." Anda, Sometimes There Are Many ZoneInfos, So Ú Cant Just Say "Admin Set ZoneInfo1 Blablabla" Next Prob,... I Wanna Know The Thingy With ZoneInfo, Cuz At moment, I Try To Get A Working Command To Make Low Gravity Without Using Mutator. I Was Looking At Script Of Mutator, And Saw That It Changes Info In A ZoneInfo: unction bool CheckReplacement(Actor Other, out byte bSuperRelevant) { if (Other.IsA('ZoneInfo')) { ZoneInfo(Other).ZoneGravity = vect(0,0,-200); } Level.ZoneGravity = vect(0,0,-500); bSuperRelevant = 0; return true; } Now, U See, Its Something Wirth ZoneInfo, And I Really Wanna KNOW THAT DAM COMMAND!!!  Need Some Help,... HELP!!!
|
|
|
Post by '¿!N!¿'Lepro$Y on Dec 30, 2003 18:43:34 GMT -5
try typing this homey, I haven't tried this myself but it should work
set level zonegravity (0,0,-500)
and
set zoneinfo zonegravity (0,0,-500)
Also you can summon stuff like zoneinfos
You can't see them because the are set to bhidden true,
set zoneinfo bhidden false and it should show up as a sprite Icon
There are heaps of invisible things, try summoning a damagetrigger
set damagetrigger bhidden false set damagetrigger damageamount 50 set damagetrigger collisionradius 128 set damagetrigger damagetype fire
summon verticalcurrent
set verticalcurrent bhidden false set verticalcurrent applyvelocity (0,0,200)
If things are still invisible after you set them to bhidden false, then they could be DrawType DT_none or visibility 0, or bstatic true.
meep
L3p
|
|
|
Post by <(666)>DarkFighter½ on Jan 2, 2004 4:03:30 GMT -5
Thx Man, But, I Still Dunno How To Change Infos Of !1! Thing
When There Are 5 Zoneinfos, And I Wanna Change The Info Of ZoneInfo1, I Cant Write Set ZoneInfo1,... Thats A Prob 2
|
|
|
Post by <(666)>DarkFighter½ on Jan 2, 2004 4:12:04 GMT -5
Okok,.. I Just tryed What U told Me, But Wont Work What u Forgot Is, When Ya Wanna Make GravityZone, U Need To make All Zoneinfos BGravityZone True, But When U made That, It Still Wont Work
|
|
|
Post by <(666)>DarkFighter½ on Jan 2, 2004 4:17:39 GMT -5
OOOok,... Everything Back,... I Know How To, First, Open Lvl, For Example Hildir, Then 1.Set ZoneInfo BGrvityZone True 2.Set ZoneInfo ZoneGravity (X=0,Y=0,Z=-500) U need To Write The X, Y, And Z... Thx, I just Found Out With Ur Help
|
|