User contributions for Printz
From Eternity Wiki
Jump to navigationJump to search
20 October 2024
- 14:2814:28, 20 October 2024 diff hist +59 List of codepointers →AI
- 14:2514:25, 20 October 2024 diff hist +679 N RadiusDamage Created page with "{{Codepointer|description=Explosion with different radius and actual damage. |usage='''A_RadiusDamage'''(''damage'', ''radius'') |parameters= *''damage'': Maximum damage to inflict at the origin *''radius'': Maximum distance of the area effect. Damage will decrease linearly. |notes= As with other radius attacks, the distance is Chebyshev, i.e. the maximum of x and y difference, so the area of effect is a square, not a circle (and it's infinitely tall). Beware when making..." current
- 14:2014:20, 20 October 2024 diff hist +89 List of codepointers →Explosions
12 October 2024
- 15:5815:58, 12 October 2024 diff hist +753 N MonsterProjectile Created page with "{{Codepointer|description=Generic monster projectile attack. |usage='''A_MonsterProjectile'''(''thingtype'', ''angle'', ''pitch'', ''horizontal_offset'', ''vertical_offset'') |parameters= *''thingtype'': name of projectile thingtype to spawn *''angle'': angle (in degrees) to add to the shooting angle *''pitch'': vertical angle in degrees to add to the shooting angle *''horizontal_offset'': offset in front of attacker to produce the missile *''vertical_offset'': offse..." current
- 15:5115:51, 12 October 2024 diff hist +66 List of codepointers →Parameterized
- 15:5015:50, 12 October 2024 diff hist +653 N SpawnObject Created page with "{{Codepointer|description=Generic actor spawn function. |usage='''A_SpawnObject'''(''thingtype'', ''angle'', ''offsetx'', ''offsety'', ''offsetz'', ''velx'', ''vely'', ''velz'') |parameters= *''thingtype'': name of thing to spawn *''angle'': degrees relative to spawner's angle to give to the new thing *''offsetx'', ''offsety'', ''offsetz'': offset relative to actor's facing: to the right, forward and upwards respectively. *''velx'', ''vely'', ''velz'': optional velocity..." current
- 15:3915:39, 12 October 2024 diff hist +49 List of codepointers →Alterations
- 15:3815:38, 12 October 2024 diff hist +226 Turn No edit summary current
- 15:3715:37, 12 October 2024 diff hist +20 Turn No edit summary
- 15:3615:36, 12 October 2024 diff hist +832 N TurnProjectile Created page with "{{Codepointer|description=Like Turn, but also changes the velocity to match the new angle. |usage='''A_TurnProjectile'''(''mode'', ''counter_or_value'') '''misc1''' ''angle'' |parameters= *''mode'': if 0 (default), use the '''misc1''' field ''angle'', which is the number of degrees to increase angle. If 1, then ''counter_or_value'' is a counter ID (0 to 7) with the number of degrees to rotate, not '''misc1'''. If 2, then ''counter_or_value'' is a counter ID (0 to..." current
- 15:2815:28, 12 October 2024 diff hist +87 List of codepointers →Simple movement
- 15:2615:26, 12 October 2024 diff hist +839 N WeaponSetTics Created page with "{{Codepointer|description= Like SetTics, but for weapon frames, changes duration of current frame. |usage='''A_WeaponSetTics'''(''base_amount'', ''random'', ''use_counter'') |parameters= *''base_amount'': if ''use_counter'' is 0, it's number of tics. If ''use_counter'' is 1, it's a counter ID for the current weapon, from 0 to 2. *''random'': if nonzero, it's maximum random value + 1 which may be added to the duration. *''use_counter'': if 0, ''base_amount'' is a numb..." current
- 15:1915:19, 12 October 2024 diff hist +67 List of codepointers →Weapon frame scripting
- 15:1615:16, 12 October 2024 diff hist −150 DeHackEd / BEX Reference/Sound Table No edit summary current
- 15:1515:15, 12 October 2024 diff hist +24 DeHackEd / BEX Reference/Cheat Block →Syntax current
- 15:1315:13, 12 October 2024 diff hist +579 DeHackEd / BEX Reference/Weapon Block →Fields current
- 15:0915:09, 12 October 2024 diff hist +37 DeHackEd / BEX Reference/Weapon Block →Syntax
- 15:0615:06, 12 October 2024 diff hist +278 DeHackEd / BEX Reference/Frame Block →Fields current
- 15:0415:04, 12 October 2024 diff hist +37 DeHackEd / BEX Reference/Frame Block →Syntax
- 14:1014:10, 12 October 2024 diff hist +1,347 DeHackEd / BEX Reference/Thing Block →Fields
- 13:5413:54, 12 October 2024 diff hist +169 DeHackEd / BEX Reference/Thing Block →Syntax
- 12:4012:40, 12 October 2024 diff hist +51 ZIP No edit summary current
- 12:3612:36, 12 October 2024 diff hist +1,291 List of cheat codes No edit summary
- 11:0311:03, 12 October 2024 diff hist +68 List of console commands and variables →Console variables
- 11:0011:00, 12 October 2024 diff hist +119 List of console commands and variables →Console variables
- 10:5110:51, 12 October 2024 diff hist +93 List of console commands and variables →Console variables
- 10:4710:47, 12 October 2024 diff hist +227 List of console commands and variables →Console variables
- 10:4410:44, 12 October 2024 diff hist +91 List of console commands and variables →Console variables
- 10:4310:43, 12 October 2024 diff hist +32 List of console commands and variables →Console variables
- 10:3710:37, 12 October 2024 diff hist +54 List of console commands and variables →List of console commands
- 10:3510:35, 12 October 2024 diff hist +183 List of console commands and variables →List of console commands
- 10:3110:31, 12 October 2024 diff hist +68 List of console commands and variables →List of console commands
- 10:2810:28, 12 October 2024 diff hist +54 List of console commands and variables →List of console commands
- 10:2610:26, 12 October 2024 diff hist +61 List of console commands and variables →List of console commands
- 10:2310:23, 12 October 2024 diff hist +73 List of console commands and variables →List of console commands
- 10:1910:19, 12 October 2024 diff hist +179 List of console commands and variables →List of console commands
- 10:0110:01, 12 October 2024 diff hist +79 List of command line parameters →Demos current
- 10:0010:00, 12 October 2024 diff hist +42 List of command line parameters →Wads and other files
- 09:5909:59, 12 October 2024 diff hist +189 List of command line parameters No edit summary
- 09:5609:56, 12 October 2024 diff hist +243 List of command line parameters →Loose WADs
- 09:5109:51, 12 October 2024 diff hist +437 List of command line parameters No edit summary
- 09:2809:28, 12 October 2024 diff hist +137 Eternity Engine →Releases
- 09:2509:25, 12 October 2024 diff hist 0 Template:Latest No edit summary
12 September 2024
- 14:5014:50, 12 September 2024 diff hist +4 Category:Codepointers No edit summary current
- 14:3214:32, 12 September 2024 diff hist +198 SetTics No edit summary current
- 14:2814:28, 12 September 2024 diff hist +413 N WeaponSound Created page with "{{codepointer|description= Plays a sound from a weapon frame. |usage= '''A_WeaponSound'''(''sound'', ''full_volume'') |parameters= *''sound'': sound to play *''full_volume'': if 1, play this sound at full volume across the entire map. If 0 (default), play this sound normally. |notes= This is for player weapon frames only. Use PlaySound and related for things. |seealso= *PlaySound *PlaySoundEx}}" current
- 14:2614:26, 12 September 2024 diff hist +61 List of codepointers →Weapon maintenance
- 02:0802:08, 12 September 2024 diff hist +132 Lower No edit summary current
- 02:0802:08, 12 September 2024 diff hist +13 Lower No edit summary
- 02:0602:06, 12 September 2024 diff hist +2 Raise No edit summary current