Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There might be a mod where someone adds it for non preorder players but im not sure
While the doesn't seem to be a released mod to unlock pre-order content, doing it yourself is easy
first follow the instructions here to extract the game files and create a editable .pak file from them. once this is made you can open it with a zip program and change it anytime though some changes only register on a new game
https://rosodudemods.wordpress.com/prey-modding-guide/
the file you want is entitlementlibrary.xml and maybe entitlementunlocklibrary.xml if you want to change what you get from the preorder pack, you can delete the rest if you don't want to change anything else
in entitlementlibrary.xml 4th line change SteamDlcID from 1 to 2
<ArkEntitlement ID="10739735956152474538" Name="Pre-Ordered" SteamDlcID="2" XboxDlcID="1" PlaystationDlcID="1"/>
this will change the unlock requirement from having preordered the game to owning the mooncrash DLC
With entitlementunlocklibrary.xml you can set what you get preorder bonus, in my one i set it to give me the golden pistol and a psycoscope as well as the normal preorder stuff
<ArkEntitlementUnlockLibrary>
<EntitlementUnlocks>
<ArkEntitlementUnlock ID="10739735956152474558" Name="Pre-Order Bonus" Entitlement="10739735956152474538" Tutorial="15373294129904773645">
<Items>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Weapons.Unique.Shotgun_Golden" Quantity="1"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Weapons.Unique.Pistol_Golden" Quantity="1"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Player.Psychoscope" Quantity="1"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Player.Neuromod" Quantity="3"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Medical.MedKit" Quantity="2"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Mods.Suit.PlayerNotRecyclable" Quantity="1"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Crafting.FabricationPlans.Ammo.ShotgunShellsFabPlan" Quantity="1"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Crafting.Ingredients.Mineral" Quantity="300"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Crafting.Ingredients.Synthetic" Quantity="300"/>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Ammo.ShotgunShells" Quantity="4"/>
</Items>
</ArkEntitlementUnlock>
<ArkEntitlementUnlock ID="10739735956173197159" Name="New Game Plus" Entitlement="10739735956173197227" Tutorial="10739735956173197519">
<Items>
<ArkEntitlementUnlock_Item Archetype="ArkPickups.Player.Psychoscope" Quantity="1"/>
</Items>
</ArkEntitlementUnlock>
</EntitlementUnlocks>
</ArkEntitlementUnlockLibrary>
Followed these instructions and placed the pak into the precache but it doesn't seem to do anything? the pre-order prompt isn't showing up in the intro and I'm not really sure what's going wrong
But here is a download link to a copy of it
https://easyupload.io/gcfrj5
this download will last for 30 days before being removed
Do you still have the file? Would be really nice if you could send it again! Thx
https://easyupload.io/murgjp
Do you still have the file? If so, and if it is no trouble on your part, could you send it again? Many Thanks
You only want the preorderbonus, right?
Yeah thats right
The pre-order mod is now on nexus mods
It has both files, entitlementunlocklibrary.xml should be default, you could always delete the file from the mod if you want to be sure
Edit: From Nexusmods "Extract the .pak file from the zip file and place the .pak file in:
\Program Files (x86)\Steam\steamapps\common\Prey\GameSDK\Precache"
Some suggestion to polish your guide a bit: use this %programfiles(x86)%\Steam\steamapps\common\Prey\GameSDK\Precache since windows know where %programfiles(x86)% is.
Again thanks for all your efforts.
I put the .pack file in the Precache folder, where he is resting along another patch.pack file. Yet, the game doesn't tell me anything regarding the pre-order at startup and I have no idea how to test if the file is taken into account.
Could I be doing something wrong?