UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Pieternba2k

title says it all, does anybody know how to include windows into your custom map?

thanks
7 years ago
Here my second map: MATRIX (No t4m needed)






Mediafire Link



Matrix: created by Pieternba2k  --- No t4m Needed!!

----------------------------------
Credits and huge thanks for all these hero's:
Eilish (supporting me to finish map)
Gympie5 (scripting + a lot more)
Shippuden (wonderweapon)
Redspace (Custom zombies)
Jerrie13 (support)
Bamskater (All black ops 1 perks)
DidUknowiPwn (perk powerup)
KDXDARK (Matrix Powerup)
DamianoTBM (Character Models + porting help)
AliceDoesCod (porting help & Pack a punch Camo)
Bluntstuffy (scripting help)
Khelmo (porting support)

CFG Factory
UGX
-----------------------------------
if I forgot to credit you make sure to send me a message and Ill update this list as soon as possible!
Enjoy the Map
----------------------------------
Features:

3 Custom zombies (including a custom made by myself)
Black ops 1 wonder weapon
Black ops 1 Perks
Cod 4 Weapons
Intense Gameplay/ Hard difficulty
Custom textures/camos
Ending on round 30

Beta testers

Gympie5
Lenny
seener
Jerrie13
Gympie5
Youngscooter1738
JedaiJay
Zslaya
Gamekiller346
Jerrie13



Gameplay style Inspired by:

- Cheese cube unlimited
- Pietercity

update 1.1 
- included some missing images
- Limited wonderweapon to one player
- Slight increase difficulty boss round






7 years ago
ignore
7 years ago
Hello everyone,

I was wondering if its possible to display a timer on the screen, that would counts from 5 minutes to zero, as that is what im gonna use. My scripting knowledge is basically zero, so if someone wants to help me out, thankyou

Thanks
7 years ago
Here my official first map: Pieter/Icecity (No t4m needed)








Pietercity: created by Pieternba2k  --- No t4m Needed!!
----------------------------------
Credits and huge thanks for all these hero's:
Shippuden (All black ops 1 weapons)
Redspace (Napalm/moon zombie)
Jerrie13 (pack a punch powerup/character Models + a lot more)
Gympie5 (scripting + a lot more)
Bamskater (All black ops 1 perks)
DidUknowiPwn (perk powerup script)
KDXDARK (Alien powerups script)
Fusorf (Blackops3 perk shaders)
CFG Factory
UGX
-----------------------------------
if I forgot to credit you make sure to send me a message and Ill update this list as soon as possible!
Enjoy the Map
----------------------------------
Features:

2 Boss zombies
Black ops 1 wonder weapon
Black ops 1 Perks/weapons
Intense Gameplay/ Hard difficulty
Buyable ending
Custom textures/camos

Beta testers:

Lenny
seener
Jerrie13
Gympie5
theKing702
Custompwn
Pschycofin

Gameplay style Inspired by:
Cheese cube unlimited by Zombiekiller

The map includes some minor bugs/glitches and Ill try to fix them in the future
You propably wont even notice them so dont worry


Enjoy and any feedback is welcome! ^^
 

7 years ago
Hello everyone,

Im using bamskater perks and noticed that when someone gets revived or after death, they keep there
3 guns. Is there a fix for this?

Thanks alot
7 years ago
Hello everyone,

How do I make it so only one person can get a wonderweapon out of the box instead of everyone (for example thundergun).
This is the case with the wunderwaffe but not with custom wonderweapons does anybody know how to change this?

Thanks alot :)
7 years ago
title says it all, doesnt matter which country if have a mic or not just have fun,
add me on steam and we will play: Pieternba
7 years ago
Hello everyone,

My custom map does not do any falling damage no more for a reason I dont know why.

- using Bam perks (phd)
- custom textures
- nothing above the ground (clip/tool whatever)
- not even a hitmarker the person gets hit

If someone know what causes this please help me out,
Thank you!

7 years ago
Hello everyone,

Im using script placer 2.0.1 (not that it matters but maybe), and I am not able to pull the raygun out of the box.
It is in the rotation and I tried it atleast a few hunderd times, does anybody know if this can be fixed,

Thanks alot!
7 years ago
After reinstalling my mod tools I cant build any mods anymore via launcher, it only says this:

Copying  C:\Program Files (x86)\Steam\SteamApps\common\Call of Duty World at War\mods\LOL\mod.csv
     to  C:\Program Files (x86)\Steam\SteamApps\common\Call of Duty World at War\zone_source\mod.csv
args: -nopause -language english -moddir LOL mod
Fastfile 1 of 1, "mod": [ver. 387] process...

And I dont know what to do, my map that I made will just load without anything build please help me out,
I think it has to do with Mp_barebones and payload are missing from my launcher.

Thanks alot
7 years ago
Hello everyone I used this tutorial for my map:
https://ugx-mods.com/forum/index.php?topic=5796.0
and it works great, however I want to make it so when a person grabs the powerup everybody gets the perk instead of only the person who grabs it.
Does anybody know what I need to add to the script, it should be a simple tweak.

I believe this should be the part that needs to be modified:
getRandomPerk(player)
{
   //DUKIP - Make sure we're not drinking anything already.
   if(IsSubStr(player getCurrentWeapon(), "bottle") || (IsDefined(player.is_drinking) && player.is_drinking))
      return;

   all_perks = [];
   all_perks[0] = "specialty_armorvest";
   all_perks[1] = "specialty_quickrevive";
   all_perks[2] = "specialty_fastreload";
   all_perks[3] = "specialty_rof";
   //all_perks[NUM] = "specialty_XXXX";

   all_perks = array_randomize(all_perks);

   thePerk = random(all_perks);

   return thePerk;
}

Thanks a lot for your help!
7 years ago
Hello everyone,

Im making a zombie map and it worked perfectly, and out of nowhere when I launched my map every time I shoot or a nade explodes, big black textures pop up in the map and I have no idea how to fix it. If someone has an idea please let me know, this is so annoying and im sure it has something to do with a change in a raw file because when i make a test map the error is there aswell, maybe it is related to custom textures or t4m, Please help me out

Thanks alot!
7 years ago
...
7 years ago
Hello everyone, I followed this tutorial:

https://ugx-mods.com/forum/index.php?topic=5796.0

and was wondering if you anyknow knows what I need to add to

getRandomPerk(player)
{
   //DUKIP - Make sure we're not drinking anything already.
   if(IsSubStr(player getCurrentWeapon(), "bottle") || (IsDefined(player.is_drinking) && player.is_drinking))
      return;

   all_perks = [];
   all_perks[0] = "specialty_armorvest";
   all_perks[1] = "specialty_quickrevive";
   all_perks[2] = "specialty_fastreload";
   all_perks[3] = "specialty_rof";
   //all_perks[NUM] = "specialty_XXXX";

   all_perks = array_randomize(all_perks);

   thePerk = random(all_perks);

   return thePerk;
}

- in order to get the bamskater b01 perks to work aswell (phd, staminup, deadshot, mule kick)
- and maybe how to delete the drinking animation this is made in the script

this should be a quick fix, any help would be appreciated!
Thanks for your help!  :)
7 years ago
Loading ...