R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="noresize">
= Mobile To-Do =
{| class="wikitable float-right align-center-col-1" style="max-width: 50%"
''A list of things that would improve mobile compatibility''
|+ Respawn types
 
|-
 
! style="min-width: 2em" | ID
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
! Text&nbsp;version
 
! Description
= Done =
|-
 
| '''0'''
* Creator dlc template needs a noresize.
| '''"NONE"'''
** {{Link|Spearhead_1944}}
| No respawn
* Long command names should wrap
|-
** {{Link|removeAllUserActionEventHandlers}}
| '''1'''
 
| '''"BIRD"'''
* See also entries on command and function pages are broken
| Respawn as a seagull
** {{Link|parsingNamespace}}
|-
 
| '''2'''
* Command and function template layout wastes a lot of space due to the two column design
| '''"INSTANT"'''
 
| Respawn just where you died.
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
|-
** {{Link|Arma_3:_Visual_Upgrade}}
| '''3'''
 
| '''"BASE"'''
* YouTube embeds and images should not have a fixed width
| Respawn in base.<br>A respawn marker is needed. If no marker is defined, respawn behaviour will be the same as '''"INSTANT"'''.<br>Marker role names:
** {{Link|Category:DayZ}}
* Unit respawn: ''respawn_'''SIDE'''''
** {{Link|Spearhead_1944_Frontline_Function}}
* Vehicle respawn: ''respawn_vehicle_'''SIDE'''''
** It is because the youtube template has a hardcoded minimum width. This should get removed
Side can be one of ''west'', ''east'', ''guerrila'' (sic), ''civilian'', e.g '''respawn_west'''.<br>Any suffix (eg: respawn_west'''ABC''', respawn_west'''_1''', etc) will allow multiple random respawn points.
|-
| '''4'''
| '''"GROUP"'''
| Respawn in your group. If there is no remaining AI, you will become a seagull.
|-
| '''5'''
| '''"SIDE"'''
| {{GVI|arma1|1.08}} Respawn into an AI unit on your side (if there's no AI left, you'll become a seagull).<br>With this respawn type, team switch is also available to any AI controlled playable units.
|}
</div>

Latest revision as of 18:11, 18 May 2025

Mobile To-Do

A list of things that would improve mobile compatibility


Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.

Done

  • Command and function template layout wastes a lot of space due to the two column design
  • Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper