- Local time
- 11:22 PM
- Joined
- Jan 6, 2021
- Messages
- 1,548
- Reaction score
- 4,100
- Age
- 27
- Location
- South Africa
- Real Name
- Shaun
Player's Name: Toxic
Admin's Name: IceSkater | Reported
Rule(s) Broken: Main Raping
Action Taken: 24hr Ban
Video Evidence: No
Chatlogs: Yes
Chatlog Evidence:
The above shows that Toxic joined and spawned in as the NVA.
The above shows Matthew joined and spawned on the USA team.
The above shows silvia joined and spawned on the NVA team.
1st flag capture:
Capture made by Matthew on the USA team.
2nd flag capture:
Capture made by Matthew on the USA team.
3rd flag capture:
Capture made by Toxic on the NVA team.
4th flag capture:
Capture made by Toxic on the NVA team.
5th flag capture:
Capture made by Toxic on the NVA team.
Note:
Between the 5th & 6th flag captures, silvia changed teams, from NVA to USA.
Then, not long thereafter Toxic changed teams too, from NVA to USA.
6th flag capture:
Capture made by Matthew on the USA team.
7th flag capture:
Capture made by silva on the USA team.
Before the next flag capture, Skittles joins the game:
The above shows Skittles join in & spawn on the NVA team.
8th flag capture:
Capture made by Skittles on the NVA team.
Note:
At this point Silvia, Matthew & Toxic are all on the USA team still. With Skittles having joined, he would automatically be assigned to the NVA team. This means team-balance was enabled throughout.
Silvia is switched back to the NVA team at this point & spawns in:
Now it's USA = Matthew & Toxic. NVA = Silvia & Skittles. Teams are balanced.
Before the 9th flag capture, main rape is reported:
The main rape was reported by Silvia, who is dead but is on the NVA team as mentioned above.
Looking at the current state of the flags above;
Operation Game Warden starts with only the main flags being owned. With the changes above taking place only with the four other flags that could be captured.
I'll refer to these four flags using their grid numbers, though not exact, they represent the rough location of the flags on the maps and are representing in each line of code by their initial starting player_location number:
1st - 867 = USA
2nd - 966 = USA
3rd - 1308 = NVA
4th - 1070 = NVA
5th - 874 = NVA
At this point, all the players ended up on USA team.
6th - 873 = USA
7th - 1075 = USA
8th - 1095 = NVA
At this point, Skittles & Silvia were now on the NVA team.
Main rape was reported not long after the 8th flag capture. With the above color coded lines showing what flags belonged to whom right before the main rape report, NVA had in fact two flags and USA had two flags PLUS their own mains. Three flags each.
Code that proves main rape:
This shows that Toxic, player ID 0, killed silvia ID 2, using the Huey Attack heli in their main.
9th flag capture just for context:
Capture made by Toxic on the USA team.
Toxic:
Admins Note:
Whether there is one person playing, or many, breaking the rules is not on. She cried main rape when it was quite true
However, whether she team-switched to play alongside Matthew vs you is up for debate. But you switching entirely to the USA team keeping things lopsided was disruptive in my view. Although I am only taking action for the main rape, bear this in mind next time.
This ban is a slap on the wrist for you, but it is a reminder.
Admin's Name: IceSkater | Reported
Rule(s) Broken: Main Raping
Action Taken: 24hr Ban
Video Evidence: No
Chatlogs: Yes
Chatlog Evidence:
Code:
<bf:event name="createPlayer" timestamp="31.1405">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1120.2/70.002/1362.5</bf:param>
<bf:param type="string" name="name">360<bf:nonprint>176</bf:nonprint> Tox!c Ft. Kleenex</bf:param>
<bf:param type="int" name="is_ai">0</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="121.393">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1100/47.4094/1272.15</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
Code:
<bf:event name="createPlayer" timestamp="34.2739">
<bf:param type="int" name="player_id">1</bf:param>
<bf:param type="vec3" name="player_location">1084.6/42.472/440.73</bf:param>
<bf:param type="string" name="name">Matthew</bf:param>
<bf:param type="int" name="is_ai">0</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="64.7915">
<bf:param type="int" name="player_id">1</bf:param>
<bf:param type="vec3" name="player_location">1092.7/40.75/302.2</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
Code:
<bf:event name="createPlayer" timestamp="44.3408">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1120.2/70.002/1362.5</bf:param>
<bf:param type="string" name="name">silvia </bf:param>
<bf:param type="int" name="is_ai">0</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="111.592">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1073.3/44.55/1300.8</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
1st flag capture:
Code:
<bf:event name="scoreEvent" timestamp="102.992">
<bf:param type="int" name="player_id">1</bf:param>
<bf:param type="vec3" name="player_location">867.452/37.792/605.429</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
2nd flag capture:
Code:
<bf:event name="scoreEvent" timestamp="131.459">
<bf:param type="int" name="player_id">1</bf:param>
<bf:param type="vec3" name="player_location">966.741/47.0104/696.07</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
3rd flag capture:
Code:
<bf:event name="scoreEvent" timestamp="156.46">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1308.91/45.1272/977.522</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
4th flag capture:
Code:
<bf:event name="scoreEvent" timestamp="181.46">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1070.96/53.0991/874.39</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
5th flag capture:
Code:
<bf:event name="scoreEvent" timestamp="262.529">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">874.679/36.0152/599.854</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
Note:
Between the 5th & 6th flag captures, silvia changed teams, from NVA to USA.
Code:
<bf:event name="setTeam" timestamp="323.113">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1096.3/72.3761/1157.95</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="326.697">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1052.4/40.9/308</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
Then, not long thereafter Toxic changed teams too, from NVA to USA.
Code:
<bf:event name="setTeam" timestamp="329.13">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">903.637/37.4904/575.588</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="335.697">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1071.7/40.9/302.9</bf:param>
<bf:param type="int" name="team">2</bf:param>
</bf:event>
6th flag capture:
Code:
<bf:event name="scoreEvent" timestamp="380.064">
<bf:param type="int" name="player_id">1</bf:param>
<bf:param type="vec3" name="player_location">873.696/40.8888/605.444</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
7th flag capture:
Code:
<bf:event name="scoreEvent" timestamp="389.898">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1075.57/49.5802/879.799</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
Before the next flag capture, Skittles joins the game:
Code:
<bf:event name="createPlayer" timestamp="425.715">
<bf:param type="int" name="player_id">3</bf:param>
<bf:param type="vec3" name="player_location">1120.2/70.002/1362.5</bf:param>
<bf:param type="string" name="name">Skittles</bf:param>
<bf:param type="int" name="is_ai">0</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="444.5">
<bf:param type="int" name="player_id">3</bf:param>
<bf:param type="vec3" name="player_location">1100/47.4469/1270.97</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
8th flag capture:
Code:
<bf:event name="scoreEvent" timestamp="548.268">
<bf:param type="int" name="player_id">3</bf:param>
<bf:param type="vec3" name="player_location">1095.6/47.3407/1311.81</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
Note:
At this point Silvia, Matthew & Toxic are all on the USA team still. With Skittles having joined, he would automatically be assigned to the NVA team. This means team-balance was enabled throughout.
Silvia is switched back to the NVA team at this point & spawns in:
Code:
<bf:event name="setTeam" timestamp="593.17">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">952.986/81.3926/1166.32</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
<bf:event name="spawnEvent" timestamp="697.105">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1083.8/46.35/1293.1</bf:param>
<bf:param type="int" name="team">1</bf:param>
</bf:event>
Now it's USA = Matthew & Toxic. NVA = Silvia & Skittles. Teams are balanced.
Before the 9th flag capture, main rape is reported:
Code:
<bf:event name="chat" timestamp="770.323">
<bf:param type="int" name="player_id">2</bf:param>
<bf:param type="vec3" name="player_location">1139.67/46.8049/1277.88</bf:param>
<bf:param type="int" name="team">0</bf:param>
<bf:param type="string" name="text">main rape</bf:param>
</bf:event>
Looking at the current state of the flags above;
Operation Game Warden starts with only the main flags being owned. With the changes above taking place only with the four other flags that could be captured.
I'll refer to these four flags using their grid numbers, though not exact, they represent the rough location of the flags on the maps and are representing in each line of code by their initial starting player_location number:
2nd - 966 = USA
3rd - 1308 = NVA
5th - 874 = NVA
At this point, all the players ended up on USA team.
6th - 873 = USA
8th - 1095 = NVA
At this point, Skittles & Silvia were now on the NVA team.
Main rape was reported not long after the 8th flag capture. With the above color coded lines showing what flags belonged to whom right before the main rape report, NVA had in fact two flags and USA had two flags PLUS their own mains. Three flags each.
Code that proves main rape:
Code:
<bf:event name="scoreEvent" timestamp="772.007">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1165.88/80.6315/1294.7</bf:param>
<bf:param type="string" name="score_type">Kill</bf:param>
<bf:param type="int" name="victim_id">2</bf:param>
<bf:param type="string" name="weapon">UH1Assault</bf:param>
</bf:event>
9th flag capture just for context:
Code:
<bf:event name="scoreEvent" timestamp="785.59">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1308.61/47.8606/976.723</bf:param>
<bf:param type="string" name="score_type">FlagCapture</bf:param>
<bf:param type="string" name="weapon">(none)</bf:param>
</bf:event>
Toxic:
Code:
<bf:event name="chat" timestamp="780.057">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1210.83/68.6719/1060.5</bf:param>
<bf:param type="int" name="team">0</bf:param>
<bf:param type="string" name="text">we owne all flags</bf:param>
</bf:event>
Code:
<bf:event name="chat" timestamp="833.391">
<bf:param type="int" name="player_id">0</bf:param>
<bf:param type="vec3" name="player_location">1123.58/89.7928/1071.48</bf:param>
<bf:param type="int" name="team">0</bf:param>
<bf:param type="string" name="text">she cries rape yet we oen all flags.....</bf:param>
</bf:event>
Admins Note:
Whether there is one person playing, or many, breaking the rules is not on. She cried main rape when it was quite true
However, whether she team-switched to play alongside Matthew vs you is up for debate. But you switching entirely to the USA team keeping things lopsided was disruptive in my view. Although I am only taking action for the main rape, bear this in mind next time.
This ban is a slap on the wrist for you, but it is a reminder.