R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(74 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Spearhead 1944]] introduces a scripted nametag system. While it was designed for the campaign to aid new players it can also be enabled in other scenarios.
= Mobile To-Do =
''A list of things that would improve mobile compatibility''


= Setup =
Put the following code into the [[Event Scripts#initPlayerLocal.sqf|initPlayerLocal.sqf]]
<sqf inline>[] call SPE_MISSIONUTILITYFUNCTIONS_fnc_NameTags</sqf>
The system will then be initialized on every client.


= Settings =
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
The nametag system comes with the option to be customized by the player.
The settings menu can be found in the pause menu


{{Keyboard/Key|K}}
= Done =
 
* Creator dlc template needs a noresize.
** {{Link|Spearhead_1944}}
* Long command names should wrap
** {{Link|removeAllUserActionEventHandlers}}
 
* See also entries on command and function pages are broken
** {{Link|parsingNamespace}}
 
* 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
** {{Link|Arma_3:_Visual_Upgrade}}
 
* YouTube embeds and images should not have a fixed width
** {{Link|Category:DayZ}}
** {{Link|Spearhead_1944_Frontline_Function}}
** It is because the youtube template has a hardcoded minimum width. This should get removed

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