All public logs
From Eternity Wiki
Jump to navigationJump to search
Combined display of all available logs of Eternity Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:31, 28 August 2025 192.3.235.186 talk created page Ceiling CrushAndRaiseSilentA (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 Printz talk contribs created page SetLineActivation (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 Printz talk contribs created page Sector ChangeFlags (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...")
- 20:23, 7 June 2025 Bloodshedder talk contribs deleted page Ceiling CrushAndRaiseSilentA (content was: "Hi, I just visited eternity.youfailit.net and wondered if you've ever considered an impactful video to advertise your business? Our videos can generate impressive results on both your website and across social media. Our prices start from just $195. Let me know if you're interested in seeing samples of our previous work. Regards, Jo", and the only contributor was "93.157.141.152" (talk))
- 20:23, 7 June 2025 Bloodshedder talk contribs blocked 93.157.141.152 talk with an expiration time of indefinite (anonymous users only, account creation disabled) (Spamming links to external sites)
- 05:39, 15 May 2025 93.157.141.152 talk created page Ceiling CrushAndRaiseSilentA (Created page with "Hi, I just visited eternity.youfailit.net and wondered if you've ever considered an impactful video to advertise your business? Our videos can generate impressive results on both your website and across social media. Our prices start from just $195. Let me know if you're interested in seeing samples of our previous work. Regards, Jo")
- 14:56, 30 October 2024 Printz talk contribs created page EDF morphtype reference (Created page with "Morphtype is similar to damagetype, but it's about magical transformations of monsters or players into other species or classes. This is mainly to support the Morph Ovum from Heretic, and later the Porkalator from Hexen. The '''morphtype''' EDF field is used by inflictors (e.g. projectiles) in a similar way to damagetype, but setting a '''mod''' field for example. The definition of a '''morphtype''' is as follows: morphtype <name> { monsterspecies <name> e...")
- 15:27, 27 October 2024 Printz talk contribs created page SeekerMissile (Created page with "{{codepointer|Generic seeker missile, based on ZDoom rules. |usage='''A_SeekerMissile'''(''threshold'', ''max_turn_angle'', ''flags'', ''acquire_chance'', ''acquire_distance'') |parameters= *''threshold'': Angle turning threshold. If necessary angle to turn to target is beyond this, it will turn at half the rate towards it (default 90, limited to 0-90). *''max_turn_angle'': Rate of angle to turn (default 90, limited to 0-90). *''flags'': can be '''normal''' (which implie...")
- 15:13, 27 October 2024 Printz talk contribs created page HticMorphOvum (Created page with "{{codepointer|description=Heretic Morph Ovum use action. |usage='''A_HticMorphOvum''' |notes= Shoots 5 "EggShot" projectiles. They'll fan out into a 30 degree angle.}}")
- 15:00, 27 October 2024 Printz talk contribs created page ViewThrust (Created page with "{{codepointer|description=Momentarily moves head ahead. |usage='''A_ViewThrust''' |notes=This is part of the Heretic chicken-morphed player attack sequence. This moves the view ahead to 12 units, which will be brought back to 0 by 3 units per game tic.}}")