[UPDATE] ZScriptification, A through E
- Blue Shadow
-
- Administrator
-
- Posts: 1131
Oh yeah that. I forgot about it.Ghastly wrote: Regarding the negated pitch on the Archon and Avatar, that's because I swapped from A_CustomMissile to A_SpawnProjectile. A_CustomMissile's pitch parameter is negated from how it's handled in the rest of the engine, so they deprecated that and did A_SpawnProjectile instead.
About the Darkness Rift, could you put the old code back, preferably with changes you did in the new code ported back (if it's not too much to ask)? I've seen this monster used in a project whose author prefers to target old versions of GZDoom, versions which lack ZScript support.
CacoLich
- In line 285, there's this code:
And this is its equivalent from the old code:Code:CALI FGGFE 2 A_FaceTarget();In the old code, the last two states lasts for five tics each, while in the new code they last for two tics each.Code:CALI F 2 A_FaceTarget CALI G 2 A_FaceTarget CALI G 2 A_FaceTarget CALI F 5 A_FaceTarget CALI E 5 A_FaceTarget
CoreTentacles
- Line 48:
The name of the state should be TEN1 according to the old code, not TNT1. This is also the case in line 112, except the state should be named TEN2 instead of TEN1.Code:TNT1 K 9 Bright
DeathIncarnate
- MeleeDamage is still there even though it's not needed anymore.
Please Log in or Create an account to join the conversation.
- Ghastly
-
Topic Author
- Administrator
-
- Posts: 33
Please Log in or Create an account to join the conversation.
- Blue Shadow
-
- Administrator
-
- Posts: 1131
- The obituary message, which is used in more than one place, could do with fixing; the word "got" should be removed, I think.
That was the last, by the way.
Please Log in or Create an account to join the conversation.
- Ghastly
-
Topic Author
- Administrator
-
- Posts: 33
Please Log in or Create an account to join the conversation.
- DresdensOnlooker
-
- Imp
-
- Posts: 6
Please Log in or Create an account to join the conversation.
- Blue Shadow
-
- Administrator
-
- Posts: 1131
Please Log in or Create an account to join the conversation.
- Blue Shadow
-
- Administrator
-
- Posts: 1131
Please Log in or Create an account to join the conversation.
- Blue Shadow
-
- Administrator
-
- Posts: 1131
Please Log in or Create an account to join the conversation.
