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 - basziee

Can someone give me more information?
my lightning is fu*kt up (base.map black and white) and I have a desent gaming rig
When i enter radiant and press F8 my camera view goes black, The lightning blolt does not help

also i tried bluntsuffy's skybox and it didn't work also



my pc specs:
CPU: Intel Core i5 4670K @ 3.40GHz
GPU: NVIDIA GeForce GTX 780
Motherboard: MSI Z87-G45 GAMING
Memory: Kingston Hyperx Black 16gb 1600mhz
SSD: Corsair Force LS SSD 120GB
HDD: WD Black SATA 6 Gb/s WD3001FAEX, 3TB
PSU: Corsair AX760
OS: Windows 10
8 years ago
hi there, could anyone explain how the fx work on electric cherry?
it doesn't show up
but the perks work fine

thanks - basziee
10 years ago
hi there i have the shang ri la cart script and if you activate it jou can't move or look and i think its this line:

Code Snippet
Plaintext
players[i] PlayerLinkToAbsolute(player_link[i]);

can it be changed so the player can look around but that he can't move?

thanks for your help

10 years ago
hi there ? anyone familiar with this?
this is the error i get:

Code Snippet
Plaintext
ERROR: Not exactly one root bone for xanim 'D:\ path to my map.........' with delta:
J_gun
tag_cambone
tag_torso

aborting.....

thanks!

btw: i'm trying to port my own weapon ( commando )
10 years ago
hello i have the fx_fire_column_tall_distant in my map

but now i want to know how i can add the a sound to it
and i want to add a damage to it,

can anyone help? thanks
10 years ago
hi there, i'm working on a zombie map but i have a problem.
i want to make a sunny map, ( thats my theme of the map )
but now everything is dark and smokey

is there a way to change it to something like a really sunny beach?

thanks alot!!
10 years ago
hi there, i'm trying to make a custom perk bottle. and i exported the jug bottle
i opened it in blender and then added my custom textures. dds
but the top is fine and logo is good. only the bottle turns grey?

can someone help me? i thing it has something to do with the transparency in photoshop?\

thanks


10 years ago
hi there, i don't know if i can post it here
but i wanted to add my steam account to my account and somhow it doesn't work
my steam account is :basziee and my display name is schnitzel
kan anyone help me? thanks

-schnitzel
10 years ago
hi there i'm trying to get 2 damage triggers for 1 door

this is the script that i'm using
Code Snippet
Plaintext
//Secret_Easter_Egg
Secret_trigger_1()
{
   trig1 = getEnt("secret_trigger","targetname");
   trig1 waittill("trigger", player );
   trig1 delete();
   trig1 SetCursorHint( "HINT_NOICON" );


self.secret_trigger_num = self.secret_trigger_num + 1;


thread secret_door();
}


secret_trigger_2()
{
   trig2 = getEnt("secret_trigger2","targetname");
   trig2 waittill("trigger", player );
   trig2 delete();
   trig2 SetCursorHint( "HINT_NOICON" );


self.secret_trigger_num = self.secret_trigger_num + 1;


thread secret_door();
}


secret_door()
{
door = getEnt("secret_door","targetname");
if(self.secret_trigger_num == 2)
{
door movez(-500, 25);
wait 8;
door delete();
}
}



i also got somebody who helped me and said:
You do not initialize
Code Snippet
Plaintext
secret_trigger_num
with 0 at any point (at least in the script parts you posted). You might want to do that.

but i have no clue what to change now i think it has to be this line

Code Snippet
Plaintext
self.secret_trigger_num = self.secret_trigger_num + 1;

but what do i change it to?
10 years ago
hello everybody
first of all i'm dutch so sorry for my bad english  ;D
i'm new to the scene and i'm making my first map. i always wanted to make a map for call of duty
back then it was call of duty 2, i never came to it so now i decided to make a change
i'm a huge zombie fan and thought by myself why not? so i started with a map
i builded alot of thing but after i put in the forrest my laptop starting to lagg it was horrible
now i have a new computer and i decided to pick it up again.

now a little about the map. the idea was a little town with a HUGE wall around it  ;D
i've changed that to a castle wall just because i liked that idea :) i also wanted to put a few secrets in the map
so the player has a challenge to complete, otherwise where is the fun right?
i think the map is now around 40 - 45 % complete because i created alot of thing but now i have to focus to bug and textures to make it look good. i have to add details to the map. but so far i hope you like it and let me now what you think about it


the first is the wall all around the map, it has a buiable gate ( FIVE temporary safe room )




and here is the cemetery every town has a cemetery  ::)



the next 2 picures are on the wall and behind the safe room:




followed by the Forrest ( it needs some trees i know  ;D )



and the last picture is something i really like i've worked hard on this. i learned some stuff with rounder corners
and i wanted to make a detailed tunnel so here is the start of my tunnel:



thats all:

sorry for the bad quality pictures

let me know what you guys think about it:
also let me know what you want to see in my map
and what you want to be diffrent  :D

thanks


-Schnitzel
10 years ago
hi there, i was editing my map ( adding a prefab that i've made )
and now after compiling and starting up my map it says round 1..... Game over
and then i'm dead

does anyone nows what went wrong?
thanks!

-Basziee
10 years ago
hi there I'm all new here.
i trying to install the jukebox script and nog if i go in game the jukebox is there.
if i turn the power on then the jukebox dissapears
if i walk to it i can buy it for 10. and if i hit F than i'm stuck ( no menu showing)
thanks

B.
11 years ago
Loading ...