New pages
From Eternity Wiki
Jump to navigationJump to search
- 14:48, 11 October 2025 WeaponMeleeAttack (hist | edit) [1,103 bytes] Printz (talk | contribs) (Created page with "{{codepointer|description=Generic weapon melee attack, from MBF21. |usage='''A_WeaponMeleeAttack'''(''baseDamage'', ''randomMultiplier'', ''berserkMultiplier'', ''hitSound'', ''range'') |parameters= * ''baseDamage'': base damage of attack; if not set, defaults to 2 * ''randomMultiplier'': attack damage random multiplier; if not set, defaults to 10 * ''berserkMultiplier'': berserk damage multiplier; if not set, defaults to 1.0 * ''hitSound'': sound index to play if at...")
- 13:31, 28 August 2025 Ceiling CrushAndRaiseSilentA (hist | edit) [477 bytes] 192.3.235.186 (talk) (Created page with "Hi, I just visited eternity.youfailit.net and wondered if you'd ever thought about having an engaging video to explain what you do, or to be used on social media as a promotional tool? Our videos cost just $195 for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video. I can show you some previous videos we've done if you want me to send some over. Let me know if you're interested in seeing samples of our previous work. Regards, Joanna")
- 12:21, 23 August 2025 SetLineActivation (hist | edit) [1,286 bytes] Printz (talk | contribs) (Created page with "{{ACSFunction| description=Modifies a line's activation type, if it has a special set: who can activate it, from which side, whether it is repeatable. |usage=''void'' '''SetLineActivation'''(''int lineid'', ''int activation''[, ''int repeat'']) |parameters= *''lineid'': ID (tag) of line to modify *''activation'': activation type. Can be: **'''SPAC_None''' or 0: disable the activation **a combination (sum or OR-operation) of the following: ***'''SPAC_Cross''' (1): on play...")
- 12:10, 23 August 2025 Sector ChangeFlags (hist | edit) [975 bytes] Printz (talk | contribs) (Created page with "54:503:'''Sector_ChangeFlags'''(''tag'', ''setflags'', ''clearflags'') This is a linedef parameterized special. For all sectors with ''tag'', it adds from ''setflags'' and clears from ''clearflags'' (if previously set). Each ''...flags'' parameter can be 0 or a sum of the following numbers: * 1: suppress all sounds coming from sector (including any things acting there) * 16: enable Boom-style friction * 32: enable Boom-style wind * 64: suppress sector mechanical sound...")