MantisBT - Zandronum | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003666 | Zandronum | [All Projects] Bug | public | 2019-06-22 08:47 | 2022-09-18 17:16 |
Reporter | auratoostronk | ||||
Assigned To | |||||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | PC | OS | Windows 10 | OS Version | 10.0.17763 |
Product Version | 3.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003666: Sine and Cosine functions in decorate not working on servers? | ||||
Description | I'm using the following decorate code to fire a shotgun in a consistant circular pattern every time it is fired. It works fine in offline skirmish but I've tested it on TSPG's hosting service and on my own server from my own device and when it fires the game freezes until I have to close it. It does not affect the server but only the client i.e. other players on the server are not affected. | ||||
Steps To Reproduce | This is my code for the shotgun: Fire: TNT1 A 0 ACS_NamedExecuteAlways("PauseEnergyRegen", 0) TNT1 A 0 A_TakeInventory("StealthTic", 999) TNT1 A 0 A_FireCustomMissile("PurpleFlashShoot", 0, false) TNT1 A 0 A_PlayWeaponSound("ParticleSplitter/Fire") TNT1 A 0 A_Recoil(6) TNT1 A 0 Bright A_FireCustomMissile("SGPellet", frandom(-3.0, 3.0), true, 0.0, -1.0, 0, frandom(-3.0, 3.0)) TNT1 A 0 A_SetArg(0, 0) TNT1 A 0 A_SetArg(1, 0) Fire1: TNT1 A 0 A_FireCustomMissile("SGPellet", 1.8*cos(args[0]), false, 0.0, -1.0, 0, 1.8*sin(args[0])) TNT1 A 0 A_FireCustomMissile("SGPellet", 3.0*cos(args[0]), false, 0.0, -1.0, 0, 3.0*sin(args[0])) TNT1 A 0 A_SetArg(0, args[0] + 30) TNT1 A 0 A_JumpIf(args[0] >= 360, "Fire2") Goto Fire1 Fire2: TNT1 A 0 A_FireCustomMissile("SGPellet", 0.8*cos(args[1]), false, 0.0, -1.0, 0, 0.8*sin(args[1])) TNT1 A 0 A_FireCustomMissile("SGPellet", 4.0*cos(args[1]), false, 0.0, -1.0, 0, 4.0*sin(args[1])) TNT1 A 0 A_SetArg(1, args[1] + 60) TNT1 A 0 A_JumpIf(args[1] >= 360, "FireFinish") Goto Fire2 FireFinish: PSGF ABCBA 1 Goto Pump | ||||
Additional Information | I've recorded the footage of both the offline skirmish with bots and myself on my server. The files are too big to put here so I posted links to the videos on my google drive. 'https://drive.google.com/open?id=17U5qGP6lEWvHytlmjKlXfdaS1QKT4afE [^]' 'https://drive.google.com/open?id=12WMOkagcGkxR-185MwugSlDKc6Ib-X_0 [^]' | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() /tracker/file_download.php?file_id=2752&type=bug ![]() /tracker/file_download.php?file_id=2753&type=bug ![]() /tracker/file_download.php?file_id=2779&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2019-06-22 08:47 | auratoostronk | New Issue | |||
2022-06-11 09:01 | auratoostronk | Note Added: 0022265 | |||
2022-06-11 09:01 | auratoostronk | File Added: FIRE STATES.txt | |||
2022-06-11 09:02 | auratoostronk | Note Edited: 0022265 | bug_revision_view_page.php?bugnote_id=22265#r13640 | ||
2022-06-11 09:22 | auratoostronk | Note Added: 0022266 | |||
2022-06-11 09:22 | auratoostronk | File Added: testingabug.pk3 | |||
2022-09-16 08:28 | auratoostronk | Note Added: 0022399 | |||
2022-09-16 08:28 | auratoostronk | File Added: New Text Document.txt | |||
2022-09-16 08:30 | auratoostronk | Note Edited: 0022399 | bug_revision_view_page.php?bugnote_id=22399#r13734 | ||
2022-09-18 17:16 | Kaminsky | Note Added: 0022401 | |||
2022-09-18 17:16 | Kaminsky | Status | new => closed | ||
2022-09-18 17:16 | Kaminsky | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|