


Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Oil Rig Beta Access |
r_reviveFX_Enable "0"
r_filmMidStart "0.175375"
r_filmMidEnd "0.319313"
r_filmDarkFeather "0.900000"
r_filmLightFeather "0.887719"
r_filmColorTemp "7958.8779 7958.8779 7958.8779"
r_filmSaturation "0.0000 0.0000 0.0702"
r_filmDarkTint "0.7789 1.0313 0.9996"
r_filmMidTint "0.9261 0.9473 0.9996"
r_filmLightTint "0.9996 0.9996 1.0101"
r_filmBleach "0.0000 0.0000 0.0000"
r_filmContrast "1.0526 1.0526 1.0526"
r_sCurveShoulderStrength "0.424563"
r_sCurveLinearStrength "0.501750"
r_sCurveLinearAngle "0.119313"
r_sCurveToeStrength "0.022041"
r_sCurveToeNumerator "0.003508"
r_sCurveToeDenominator "0.225338"
r_bloomTintWeights "0.0491 0.0491 0.0491 0.0000"
r_bloomColorScale "0.5614 0.5614 0.5614 0.0000"
r_bloomTintScale "0.0000 0.0000 0.0000 1.0000"
r_bloomCurveBreakpoint "0.5439 0.5439 0.5439 1.0000"
r_bloomCurveLoGamma "0.7602 0.6551 0.6551 1.0000"
r_bloomCurveHiGamma "1.0022 0.9660 1.0022 1.0000"
r_bloomExpansionControl "0.5000 0.5000 0.5000 0.1000"
r_bloomExpansionWeights "0.2011 0.1600 0.1600 0.1000"
r_bloomExpansionSource "0.100000"
r_bloomBlurRadius "1.750000"
r_bloomPersistence "0.000000"
r_primaryLightUseTweaks "1.000000"
r_primaryLightTweakDiffuseStrength "1.719375"
r_primaryLightTweakSpecularStrength "1.578750"
r_bloomCurveLoBlack "0.1000 0.1000 0.1000 0.1000"
r_bloomCurveLoWhite "1.0000 1.0000 1.0000 1.0000"
r_bloomCurveLoRemapBlack "0.1000 0.1000 0.1000 0.1000"
r_bloomCurveLoRemapWhite "1.0000 1.0000 1.0000 1.0000"
r_bloomCurveHiBlack "0.1000 0.1000 0.1000 0.1000"
r_bloomCurveHiWhite "1.0000 1.0000 1.0000 1.0000"
r_bloomCurveHiRemapBlack "0.1000 0.1000 0.1000 0.1000"
r_bloomCurveHiRemapWhite "1.0000 1.0000 1.0000 1.0000"
r_filmHue "0.0000 0.0000 0.0000"
r_bloomStreakXLevels0 "0.3300 0.3300 0.3300 1.0000"
r_bloomStreakXLevels1 "0.0000 1.0000 0.0000 1.0000"
r_bloomStreakXInnerTint "1.0000 1.0000 1.0000"
r_bloomStreakXOuterTint "1.0000 1.0000 1.0000"
r_bloomStreakXTintControl "0.3300 0.3300 0.3300 1.0000"
r_bloomStreakXTint "0.0000 0.0000 0.0000"
r_bloomStreakYLevels0 "0.1193 0.0351 0.1193 1.0000"
r_bloomStreakYLevels1 "0.0000 1.0000 0.0000 1.0000"
r_bloomStreakYInnerTint "1.0000 1.0000 1.0000"
r_bloomStreakYOuterTint "1.0000 1.0000 1.0000"
r_bloomStreakYTintControl "0.3300 0.3300 0.3300 0.6421"
r_bloomStreakYTint "0.0000 0.0561 0.0491"
vision_trig_wait()
{
vis_trig = getent("blackwhitetrig","targetname");
while(1)
{
vis_trig waittill("trigger",player);
player thread vision_trig_set();
}
}
vision_trig_set()
{
self VisionSetNaked("blackandwhite");
wait 30;
self VisionSetNaked("zombie_factory");
}
vision_trig_wait()
{
vis_trig = getent("blackwhitetrig","targetname");
vis_trig waittill("trigger",player);
players = get_players();
for(i=0;i<players.size;i++) {
players[i] vision_trig_set();
}
}
vision_trig_set()
{
self VisionSetNaked("blackandwhite");
wait 30;
self VisionSetNaked("zombie_factory");
}
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Oil Rig Beta Access |
I will try this out and mark it as best answer when I get it to work! Thanks a ton man! I will give you credit in the map description
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
So where exactly do i put the code in nazi_zombie_MAPNAME.gsc? i dont want to screw up my map but i really want the black and white filter
Any reply would be nice