POLPOX/Sandbox2 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(Made it a Steam page)
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TOC|side}}
Nulls (well not really, more of “default” values) for every [[Data Types]].
{{Link|https://store.steampowered.com/|Steam}} is a video game distribution platform that hosts, sometimes exclusively, {{GameCategory|bi|link= y}} games such as {{arma3}}, {{tkoh}} and {{armaR}}.
{{Feature|informative|See {{Wikipedia|Steam (service)}}.}}


 
{| class="wikitable"
== Available {{Name|bi}} Games ==
! Type !! Default value
 
|-
{{Columns|3|
| [[Array]] || {{hl|[]}}
* {{GameCategory|ofp|link= y}}
|-
* {{GameCategory|arma1|link= y}}
| [[Boolean]] || {{hl|[[true]]}}
* {{GameCategory|arma2|link= y}}
|-
* {{GameCategory|arma2oa|link= y}}
| [[Group]] || {{hl|[[grpNull]]}}
* {{GameCategory|arma3|link= y}}
|-
* {{GameCategory|armaR|link= y}}
| [[Number]] || {{hl|0}}
* {{GameCategory|dayz|link= y}}
|-
* {{GameCategory|ylands|link= y}}
| [[Object]] || {{hl|[[objNull]]}}
* {{GameCategory|tkoh|link= y}}
|-
* {{GameCategory|tkom|link= y}}
| [[Side]] || {{hl|[[sideUnknown]]}}
* {{GameCategory|carriercommand|link= y}}
|-
}}
| [[String]] || {{hl|""}}
 
|-
 
| [[Code]] || {{hl|{}<nowiki/>}}
== Assistance ==
|-
 
| [[Config]] || {{hl|[[configNull]]}}  
=== Verify Game Files ===
|-
 
| [[Control]] || {{hl|[[controlNull]]}}  
In the event of a game issue, it is sometimes recommended to make Steam verify the game files:
|-
* right-click on the game in the Steam list
| [[Display]] || {{hl|[[displayNull]]}}  
* select "Properties"
|-
* click on "Local Files"
| [[Location]] || {{hl|[[locationNull]]}}
* press "Verify integrity of game files"
|-
Steam will now verify and repair modified files. This will not erase any personal files; game progress, controls and other configurations will remain unchanged.
| [[Script Handle]] || {{hl|[[scriptNull]]}}
 
|-
{{Feature|informative|See {{Link|https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB|Steam's tutorial}}.}}
| [[Structured Text]] || {{hl|[[text]] ""}}  
 
|-
=== Move {{arma3}} Workshop Items ===
| [[Diary Record]] || {{hl|[[diaryRecordNull]]}}  
 
|-
A {{Wikipedia|Symbolic link}} (also known as Symlink) can make this happen, making Windows believe a directory is actually in another location.
| [[Task]] || {{hl|[[taskNull]]}}
 
|-
# Locate the Workshop directory, in which the {{hl|107410}} directory (which has the entire {{arma3}} related Workshop items) is present.<!--
| [[Team Member]] || [[teamMemberNull]]
-->{{Feature|informative|Usually {{hl|C:\Program Files (x86)\Steam\steamapps\workshop\content}} or if SteamLibrary is installed on another drive (e.g {{hl|D:}}), {{hl|D:\SteamLibrary\steamapps\workshop\content}}.}}  
|-
# '''Copy''' the {{hl|107410}} directory to its new location (e.g {{hl|E:\NewArma3WorkshopDirectory}})
| [[Namespace]] || {{hl|[[missionNamespace]]}}
# Rename the {{hl|<workshop directory>\107410}} source directory to make a backup and ensure it is not used accidentally(e.g {{hl|107410_backup}})
|-
# Open Command Prompt in Administrator mode (Windows Search > type "cmd", right-click > "Run as Administrator")
| [[Editor Object]] || {{n/a}} (VBS)
# Enter this command: <code>mklink /d ''target'' ''source''</code>, where:
|-
#* ''target'' is the original {{hl|107410}} location, e.g {{hl|C:\Program Files (x86)\Steam\steamapps\workshop\content\107410}}
| [[Eden ID]] || 0 ([[Number]])
#* ''source'' is the actual data directory, e.g {{hl|E:\NewArma3WorkshopDirectory}}
|-
# Press {{Controls|Enter}} to run the command, here <code>mklink /d "C:\Program Files (x86)\Steam\steamapps\workshop\content\107410" "E:\NewArma3WorkshopDirectory"</code>
| [[NaN]] || [[NaN]] (only one value)
# This is it! There is nothing else to configure and nothing to change Launcher-wise. Start the game to make sure it recognizes the items properly.
|-
# If everything went well, the backup can be safely deleted ({{hl|C:\Program Files (x86)\Steam\steamapps\workshop\content\107410_backup}}).
| [[HashMap]] || {{hl|[[createHashMap]]}}
 
|-
{{Feature|informative|
| [[Eden Entity]] || see each type
To delete a symbolic link, simply delete the ''target'' directory from Windows Explorer (here {{hl|C:\Program Files (x86)\Steam\steamapps\workshop\content\107410}} > right-click > delete).<br>
|-
See also {{Link|https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/|How-To Geek tutorial}}.
| [[HashMapKey]] || see each type
}}
|}

Latest revision as of 15:11, 19 March 2024