Call of Duty: Black Ops III

Call of Duty: Black Ops III

Reaper Collection v1.115.1
 此主题已被置顶,因此可能具有重要性
LogisticalReaper  [开发者] 2022 年 4 月 29 日 上午 7:40
ADDED PERKS ON CUSTOM MAPS
Some custom maps will have support for spawning the extra perks added by this mod, i will update this list as they get added
this is something that has to be done manually so wont be updated regularly

SUPPORTED MAPS:

Manually added
Town Re-Imagined
Das Herrenhaus

Added By Mappers
Luck of Irish Remake
1938: Full Circle Remake
The Damned of the Moor: Remastered
The Damned of the Moor II



ADD SUPPORT TO YOUR OWN MAP:
if you are a mapper and would like to include support for your map, heres a quick tutorial

firstly in your mapname.gsc add this:

level.reap_collect_perk_add_func = &reap_collect_perk_add;

right above
zm_usermap::main();

then add this to the bottom of the file:
function reap_collect_perk_add() { place_random_perk( (0,0,0), (0,0,0) ); } function place_random_perk(machine_origin, machine_angles, alt_power_thread, alt_power_arg) { perk = Spawn( "script_model", machine_origin ); perk.angles = machine_angles+(0,90,0); perk setModel( "tag_origin" ); perk.targetname = "random_perk_loc"; perk.alt_power_thread = alt_power_thread; perk.alt_power_arg = alt_power_arg; }
use the "LOCATION TEST" option found in the cheats menu and run your map. with it active hold ACTION BUTTON and it will display some text in the bottom middle.
stand in a location you wish to have the perk in and face the direction you want it to face

change the
place_random_perk( (0,0,0), (0,0,0) );
to match your location and angle, first 3 0s for the origin, and the middle of the second 3 0s to your angle

to add more locations, copy and paste
place_random_perk( (0,0,0), (0,0,0) );
and edit the number to match your new location
repeat this as many times as you like
最后由 LogisticalReaper 编辑于; 2022 年 5 月 9 日 下午 11:44
< >
正在显示第 1 - 14 条,共 14 条留言
UnwarylCaution 2022 年 4 月 29 日 下午 5:37 
From my findings town re imagined works but I cant drink basic perks due to the game saying you need to turn the power on. Only thing is there is no power switch in the town re imagined at all. Just thought I point out this bug to anyone.
ZombieGuildford 2022 年 5 月 1 日 下午 8:21 
On the Subject of the addition perks, could it be possible to add a CW style wonderfizz, the current system of the new perks spawning and respawning higgledy-piggledy over the maps is proving very frustrating, trying to find the one perk I want, cycling rounds to hope it spawns is a ball ache.

Maybe chat to the guy who made that CW wonderfizz for Der Bunker?
alex 2022 年 5 月 4 日 上午 1:55 
works fine for me but the location out of speed cola in town for some reason floats like 10 feet in the air but isnt really a issue because of the shifting perks every round and the other machines working
Metallica321 2022 年 5 月 6 日 上午 3:28 
引用自 UnwarylCaution
From my findings town re imagined works but I cant drink basic perks due to the game saying you need to turn the power on. Only thing is there is no power switch in the town re imagined at all. Just thought I point out this bug to anyone.


is there a chance you could use the power gobblegum thats been added? worth a shot i suppose.#
Worset 2022 年 5 月 16 日 上午 8:12 
Das Herrenhaus works, but there is a single perk location in the central courtyard that seems to be placed at the default angle in a way that it faces into the wall/pillar behind it
XRed_CubeX 2022 年 5 月 18 日 下午 12:04 
引用自 UnwarylCaution
From my findings town re imagined works but I cant drink basic perks due to the game saying you need to turn the power on. Only thing is there is no power switch in the town re imagined at all. Just thought I point out this bug to anyone.
I don't get the new perks on town reimagined
W.Thomas 2022 年 8 月 2 日 上午 9:06 
Mod works on Dome v1 by the pshhh guy but im having an issue where it says connection interrupted about 30 minutes into playing and the game freezes completely
Lerrycapetime 2022 年 8 月 6 日 上午 10:06 
The map FRIGID works great with this so far! Perk locations seem spot on too! Please add it to the list!
Map Page: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1777318715
ProDevin 2022 年 8 月 14 日 下午 9:38 
Here's some maps that had worked for me with the perk machines being around:

Stille Nacht Custom perks are limited and will randomize into different ones, providing a bit of a challenge.

Town of the Tormented There are limited spots for the perks that will randomize each round, but the map already contains some of the custom perks that are included in the pack, so they will still work, even while double buying.

Blockade

Rainy Death Possibly completely works as the game works fine, but the custom perk machines are showing the back instead of the front.
gigabowser20 2022 年 12 月 21 日 下午 5:17 
So far I've found ski resort, frigid, athula, rainy death, Europa, and 1938:full circle all work with perks! Vigor rush even has a double
Buy on Europa, but if you go down you can't rebuy it
Joseph | Mix 2023 年 1 月 20 日 下午 6:51 
also works on shrek and evkla (though i haven't finished evkla with the mod yet). Mod loads with stairway to heaven and stairway to hell, but perks don't switch on new rounds and double perks spawn sometimes as well (think 2 or 3 speed cola machines).
Dyna1One 2023 年 2 月 17 日 上午 8:21 
Do the custom perks work on the Wunderfizz? Might be a workaround to make them work on custom maps that have it
Dyna1One 2023 年 2 月 17 日 下午 4:03 
引用自 ProDevin
Here's some maps that had worked for me with the perk machines being around:

Stille Nacht Custom perks are limited and will randomize into different ones, providing a bit of a challenge.

Town of the Tormented There are limited spots for the perks that will randomize each round, but the map already contains some of the custom perks that are included in the pack, so they will still work, even while double buying.

Blockade

Rainy Death Possibly completely works as the game works fine, but the custom perk machines are showing the back instead of the front.

How did you manage to get this to work on Rainy Death?
toned_23 2023 年 5 月 15 日 下午 12:01 
引用自 Dyna1One
引用自 ProDevin
Here's some maps that had worked for me with the perk machines being around:

Stille Nacht Custom perks are limited and will randomize into different ones, providing a bit of a challenge.

Town of the Tormented There are limited spots for the perks that will randomize each round, but the map already contains some of the custom perks that are included in the pack, so they will still work, even while double buying.

Blockade

Rainy Death Possibly completely works as the game works fine, but the custom perk machines are showing the back instead of the front.

How did you manage to get this to work on Rainy Death?



It just works load the mod and the map
< >
正在显示第 1 - 14 条,共 14 条留言
每页显示数: 1530 50