R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable float-right align-center-col-1" style="max-width: 50%"
= Mobile To-Do =
|+ Respawn types
''A list of things that would improve mobile compatibility''
|-
 
! style="min-width: 2em" | ID
 
! Text&nbsp;version
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
! Description
 
|-
= Done =
| '''0'''
 
| '''"NONE"'''
* Creator dlc template needs a noresize.
| No respawn
** {{Link|Spearhead_1944}}
|-
* Long command names should wrap
| '''1'''
** {{Link|removeAllUserActionEventHandlers}}
| '''"BIRD"'''
 
| Respawn as a seagull
* See also entries on command and function pages are broken
|-
** {{Link|parsingNamespace}}
| '''2'''
 
| '''"INSTANT"'''
* Command and function template layout wastes a lot of space due to the two column design
| Respawn just where you died.
 
|-
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
| '''3'''
** {{Link|Arma_3:_Visual_Upgrade}}
| '''"BASE"'''
 
| 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:
* YouTube embeds and images should not have a fixed width
* Unit respawn: ''respawn_'''SIDE'''''
** {{Link|Category:DayZ}}
* Vehicle respawn: ''respawn_vehicle_'''SIDE'''''
** {{Link|Spearhead_1944_Frontline_Function}}
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.
** It is because the youtube template has a hardcoded minimum width. This should get removed
|-
| '''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.
|}

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