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

sorry about that, will do, btw thank for adding them in
7 years ago
Hello, i do apologize i have not uploaded anything for a while , i been busy working on stuff, i am now going through and preparing a lot of finished codes for release, I will be releasing bigger more complex codes soon however i want to get some of the smaller ones uploaded first, This is a simple code i wrote to randomize the amount of points found by player when going prone in front of perk machines , as oppose to always being 25 points.

STEP 1:

open your dlc3_code.gsc (located in mods/mapname/maps/) and search for this function:

           
Code Snippet
Plaintext
check_for_change()

STEP 2:

replace the function with this one (or adjust yours to look like this):

Code Snippet
Plaintext
check_for_change()
{

while (1)
{

self waittill( "trigger", player );

if ( player GetStance() == "prone" )
{

level thread randomize_change_found();
player maps\_zombiemode_score::add_to_player_score( level.random_change_found );
play_sound_at_pos( "purchase", player.origin );
break;

}

}

}
STEP 3:

now paste this function under that function or at the bottom of the script:

Code Snippet
Plaintext
randomize_change_found()
{

level.random_change_found = undefined;
random_change_amount = randomintrange(1,8);
switch(random_change_amount)
{

case 1:
level.random_change_found = 25;
break;

case 2:
level.random_change_found = 50;
break;

case 3:
level.random_change_found = 100;
break;

case 4:
level.random_change_found = 200;
break;

case 5:
level.random_change_found = 250;
break;

case 6:
level.random_change_found = 500;
break;

case 7:
level.random_change_found = 750;
break;

case 8:
level.random_change_found = 1000;
break;

}

}

STEP 4:

save & close, then open launcher (check on dlc3_code.gsc in the list if it's not already) & build your mod.


NOTES:

- if you do not have dlc3_code.gsc in your mods/mapname/maps/ folder then copy it from raw/maps/
- the value of level.random_change_found in each case is one of the possible points player recieves, you may of course          adjust them to your liking.
7 years ago
i think he can read (i mention tht i download .obj's at the top of post) , he probably meant i made it for coid as in i made it from .obj to a xmodel useable in cod , in any case you might find tht easy to do , and yes after a while it gets easier to do , but not every model is easy to do some need alot of work before theyll work , and  you cant speak for every 1, as hard as you think it is to believe there is still ppl out there who have troubles with this , there is ...
9 years ago
nice , i didnt even think of that :P , im deff gunna try , thanks :D
9 years ago
thank you for nice replies , :) i was starting to get annoyed by the rudeness of some ppl in the forums , who think that even though i fixed / created most of the textures , convert files over to cod , that i should not get any recognition , anyways so the positive feedback is greatly appreciated  , and if you want any of these mmodels as buildable i can seperate them in parts if you want , for example , for my thundergun buidlable , i wanted actual thundergun parts , so i seperated thundergun into 3 seperate pieces , so it looks alot more proper during the building of it  :D
9 years ago
first off not every one knows how to convert them to codwaw , i know this for a fact for instance some models ive ported already when i didnt know how to i asked some ppl to try and they couldnt do it one of those ppl was the guy who released halo magnum , so... n im annoying really , you just post rude comments over and over , its none of your goddamn business , you dont like dont download , and you dont need to fix them they fine, only problems models i uploaded have been having is character models dont work as player models , they are just rigid models , and maybe a couple models are a little small or big in scale size , but thats an easy fix  with modelscale kvp anyways , piss off leave me alone , im just tryna help ppl who dont know how to convert models
9 years ago
hello here is 12 different models

.obj's downloaded through yobi3d.com
from the following sites :

tf3dm.com
clara.io
esi.uclm.es
3dvia.com

please note that although .obj's were downloaded ,
i still did alot of work converting them to xmodels and in some cases texturing them because they had no textures
so of course credit websites for .obj's , but please give me a bit of credit aswell :) 

also i would like to mention for character models i uploaded , they are not converted as player models they are just models for show , im currently working on making all models of characters i uploaded work as player models/ bosses , when i finish i will upload till then they are just rigid models , anyways without further adue , here is the models :

Nintendo Wii


Nintendo Entertainment System


Nintendo DS


Nintendo Gamecube


Sega Dreamcast


Original Apple PC


Apple iWatch


Sphinx & Pyramid


Fat Playstation 2


Jigsaw Doll With Tricycle


Macintosh Portable


Harley Davidson Motorcycle


DOWNLOAD:


BYZMODZ
9 years ago
here is a model of a stargate (w/ platform)




& a model of dhd




credit : ttf3dm.com

BYZMODZ
edited by Harry Bo21 to add credit to OP
9 years ago
sweethome3d.com
9 years ago
thank you for explaining , :D , and honestly i wasnt tryna discredit anyone  , i was just misunderstood on the matter , wont happen again , im going through and adding websites i got .obj's from to my recent posts , srry bout late response to this been busy havent had a chance till now to look through replies , etc , anyways thanks again :D , but i would like to mention , bcuz of all the work im putting in gettin models into codwaw , i am still gunna have my name in the files , but i would like to note , that isnt to sololy credit me , that is mainly for my own memory , it makes it easier for me when working on them to find files and not make mistakes anyways , i hope tht's okay
9 years ago
you know what im getting sick of this bull shit , any .obj ive gotten i checked to make sure it was royalty free , , and i asked a buddy , if i had to mention website , if it was royalty free he said i didnt have to , anyways , srry if i offended any1 , but that was my understanding i was just just tryna share some cool models with ppl
9 years ago
Loading ...