Next! .. getting started with ale from a to z..
-
Gisteron wrote:
well, cursor, i learned thn from this thread here (after i had tried to understand it myself and done first replacements of effects and objects) and with this table here i could calculate orientations for thn’s. once i found both it was exciting to do thn’s, it even started to make fun before i started using any kind of scene editor.what do you want to tell me with that post ???
Topic is about ALE not THN
-
sorry for bumping the topic. today i tried to make an effect appear with an offset on all three axises constantly. i have managed to move it 28.75x, 25y but the 23.2924z for the sphere emitter and 116.2924z for the cube emitters (editing the second value of the first Entry parameter) did not affect anything. editing the first value of same parameter did also have no effect at all, in both cases both the cube emitters and the sphere emitter have the same z value as the hardpoint they are attached to. i know, setting a third header would partially solve my problem but that is considered wrong actually so how to do it the right way?
-
You should post your code instead of trying to explain it.
-
here one of the node_transforms (a cube emitter)
Node_Transform = { Flag = 4 Header = 0.0000000000000000, 28.7500000000000000 HFlag = 4 HTail = 0 Header = 0.0000000000000000, 25.0000000000000000 HFlag = 4 HTail = 0 Entry = 0.0000000000000000, 116.2924000000000000 EFlag = 4 EType = 3 ETail = 0 SEntry = 0.0286839995533228, -0.0106699997559190, 0.0000000000000000, 0.0000000000000000, 0.8999999761581421, 1.0000000000000000 SFlag = 0 STail = 0 SEntry = -0.0227869991213083, 3.1096758842468262, 0.0000000000000000, 0.0000000000000000, 0.9900000095367432, 1.0000000000000000 SFlag = 0 STail = 0 SEntry = -0.0033350000157952, 10.0000000000000000, 0.0000000000000000, 0.0000000000000000 SFlag = 0 Entry = 0.0000000000000000, 0.0000000000000000 EFlag = 4 EType = 1 ETail = 0 SEntry = 0.0061659999191761, 10.0000000000000000, 0.0000000000000000, 0.0000000000000000 SFlag = 0 Entry = 0.0000000000000000, 0.0000000000000000 EFlag = 4 EType = 1 ETail = 0 Entry = 0.0000000000000000, 0.0000000000000000 EFlag = 4 EType = 1 ETail = 0 Entry = 0.0000000000000000, 1.0000000000000000 EFlag = 4 EType = 1 ETail = 0 Entry = 0.0000000000000000, 1.0000000000000000 EFlag = 4 EType = 1 ETail = 0 Entry = 0.0000000000000000, 1.0000000000000000 EFlag = 4 EType = 1 ETail = 0 }
-
What the… Do you realize what you’re doing here?
You’re setting up XYZ offsets in Entries/Headers, then overwriting the Z offset THRICE with SEntry definitions. Of course it won’t budge! And your SEntry definitions are wrong, on top of that.
-
Yes.
SEntry definitions are used for animation and must be done in blocks of 4 values at a time, one per Entry/Header if required (place it after the Entry, so placing it after the first Entry would animate the Z offset). I’ve no idea what the person who did your code was attempting to do, but it’s surprising it isn’t downright CTD’ing on you.
Erase the all the SEntries and try again. Also try changing your EType back to 1, I’ve no idea what 3’s supposed to do.
-
sure. look into the shield section, there is an effect parameter (don’t mind, i neither remember the exact file name nor the parameter name but its definately easy to find in the equipment folder). as value for that parameter you can define any effect you want, just check the cloakin and cloakout effects of the cloaking devices in your weapon_equip.ini
-
Gisteron wrote:
sure. look into the shield section, there is an effect parameter (don’t mind, i neither remember the exact file name nor the parameter name but its definately easy to find in the equipment folder). as value for that parameter you can define any effect you want, just check the cloakin and cloakout effects of the cloaking devices in your weapon_equip.iniwow, thx