POLPOX/Sandbox2 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
(How to store Arma 3 Workshop items other drive than game is (poorly written so need to tweak))
 
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= How to install Arma 3 Workshop items/Mods into other drive than the game itself =
Nulls (well not really, more of “default” values) for every [[Data Types]].
== Summary ==
 
A Symlink can make this happened.
{| class="wikitable"
{{
! Type !! Default value
Feature|warning|I, POLPOX take no responsibility of your consequence what you've done! I'm here just to introduce the way.
|-
}}
| [[Array]] || {{hl|[]}}
== Step by step ==
|-
# Locate the Workshop folder. We call this “''Content Folder'',” the folder {{hl|107410}} (which has the entire Arma 3 related Wrokshop items) “''Workshop Folder''.” {{
| [[Boolean]] || {{hl|[[true]]}}
Feature|informative|Usually {{hl|C:\Program Files\Steam\steamapps\workshop\content}} or if you have SteamLibrary in other drive, {{hl|C:\SteamLibrary\steamapps\workshop\content}}.<br/>This is the folder of entire Workshop items are located. Note that, the {{hl|!Workshop}} folder that located in the game folder is a fake folder, it contains nothing actually.
|-
}}  
| [[Group]] || {{hl|[[grpNull]]}}
# Copy ''Workshop Folder'' to somewhere else you want to place the data. We call this new place “''New Folder''” in this guide. (e.g. {{hl|D:\Arma3WorkshopFolder}})
|-
# Rename ''Workshop folder'' to make a temporary backup. (e.g. {{hl|107410_backup}})
| [[Number]] || {{hl|0}}
# Open Command Prompt in Administrator mode.
|-
# Enter this command<enforce>mklink /d TargetLocation NewFolder</enforce>{{
| [[Object]] || {{hl|[[objNull]]}}
Feature|informative|Replace {{hl|TargetLocation}} with ''Content Folder''\107410, {{hl|NewFolder}} with ''New Folder'' you've just made.<br/>e.g.<enforce>mklink /d "C:\Program Files\Steam\steamapps\workshop\content\107410" "D:\Arma3WorkshopFolder"</enforce>
|-
}}
| [[Side]] || {{hl|[[sideUnknown]]}}
# Done! Make sure Arma 3 recognizes the items properly.
|-
# If you don't need, remove the backup.
| [[String]] || {{hl|""}}
|-
| [[Code]] || {{hl|{}<nowiki/>}}
|-
| [[Config]] || {{hl|[[configNull]]}}
|-
| [[Control]] || {{hl|[[controlNull]]}}
|-
| [[Display]] || {{hl|[[displayNull]]}}  
|-
| [[Location]] || {{hl|[[locationNull]]}}
|-
| [[Script Handle]] || {{hl|[[scriptNull]]}}
|-
| [[Structured Text]] || {{hl|[[text]] ""}}  
|-
| [[Diary Record]] || {{hl|[[diaryRecordNull]]}}
|-
| [[Task]] || {{hl|[[taskNull]]}}
|-
| [[Team Member]] || [[teamMemberNull]]
|-
| [[Namespace]] || {{hl|[[missionNamespace]]}}
|-
| [[Editor Object]] || {{n/a}} (VBS)
|-
| [[Eden ID]] || 0 ([[Number]])
|-
| [[NaN]] || [[NaN]] (only one value)
|-
| [[HashMap]] || {{hl|[[createHashMap]]}}
|-
| [[Eden Entity]] || see each type
|-
| [[HashMapKey]] || see each type
|}

Latest revision as of 15:11, 19 March 2024