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.

Messages - IperBreach86

Have you tried placing some "chalk shadow" around that area?
It blocks all lights so it should work :]
8 years ago
I would love to help with that russian accent, im Italian but somehow when i speak english i end up using a generic russian accent  :-\
The only problem is that my mic somehow picks up  interfierence from my pc (like a constant *beep*)
So if i dont find a solution to it i wont be able to help, sorry :\
8 years ago
SO before starting the map, in the selection menu (were you can select difficulty and mode) how do scroll?
Ive tried everything but i can only play classic on original! Is it because im playing solo?
8 years ago
Self is whatever you threaded this function "on"

If nothing then self is level

Also "secret_trigger" is not a default notify

You prob just want "trigger" or might be "damage"
Isnt the getent used wrongly too?
Code Snippet
Plaintext
	trigger = getEnt("Secret_Trigger, door6");
Should be
Code Snippet
Plaintext
	trigger = getEnt("value", "key");
Where eky and value are the ones of the KVP that you are looking for?
8 years ago
Are you sure that the zone is being activated (via script or blockers)?
Has the zone the correct kvps?
Is your zone set correctly in zombiemode.gsc?
8 years ago
The perk machine problem comes from compiling the patch. You most likely have Harry's Perks set as your _patch, just drag the patch and the .iwd back into your files and replace them. You don't have to compile your patch everytime.
Since he said that the perks in "off" state are there and didnt mentioned any perks that werent there while off, we can assufe that hes not using any kind of custom perks?
8 years ago
For the perks, you are missing some models,
For the light, try selecting the brush that is your ceiling and use the texture "chalk shadow" on the outer face (the one facing outside the map.
8 years ago
Will wait then ;) Thanks to everyone!
8 years ago
Moved to Computer Tech-section
Thank you, sorry for wrong section, i dunno why I misplaced it.
8 years ago
So, hi there :D
Recently ive had the idea to upgrade my Gpu in order to be able to handle current games better, but also to be able to handle upcoming games like TitanFall2 or Battlefield1 (Just two random games).
At the moment i am using a Sapphire Radeon R9 380 2GB of Vram
(Amazon Link for reference)
This Gpu has been doing a great job and still does (can run BO3 with High settings at 100+FPS)
I am looking around to find a decent one and will ask if what i find is good, but i would apreciate if someone actually helped me :D
I would prefer to not spend above 200(aprox), and i belive that one with 4gb of VRAM will last for a long time? (if not please tell me)
Thanks in advance for everyone that helps me with this!
8 years ago
Well, I did it but it gives Unkown Function.
(Image removed from quote.)


Double Post Merge: June 13, 2016, 02:05:48 pm
ayyy I found it with developer command
(Image removed from quote.)

Double Post Merge: June 13, 2016, 02:07:22 pm
And code of in mymap.gsc
Code Snippet
Plaintext
	maps\_jet_pack::main();
maps\_knee_slide::main();
maps\_zombiemode::main();
Change this:
Code Snippet
Plaintext
maps\_jet_pack::main();
to this:
Code Snippet
Plaintext
maps\_jet_pack::init();
8 years ago
Could it also be because I'm using the ZombieModding mod tools and the UGX Script Placer?
That cant be the problem, but re-installing the mod tools cant make it worse so its worth a shoot, if that doesnt work
well come up with something else  ;)
8 years ago
Unknown function

Double Post Merge: June 12, 2016, 03:26:17 pm
btw the script is from chromastone10.

Double Post Merge: June 12, 2016, 03:30:52 pm
no one?
I belive that the problem is when you do a check to see if the player isOnGround()
That function is not in your script.
But i am probably wrong.
EDIT: Its probably something else,try removing funcion calls one by one, untill you find out what is the one causing problems.
8 years ago
Have you installed all mod tools aptch in the correct order?
You are missing the xanims in the raw folder.
Check if you have them, if you dont have them re-install your mod tool (since you are probably missing other files too.)
8 years ago
Maybe tell us the error that waw gives you?
It is just a bad syntax or a specific one?
8 years ago
Loading ...