Search found 5 matches

by samwonghc
Wed May 15, 2013 12:48 am
Forum: General Mapping, Modeling, and Coding Discussion
Topic: Need Help on Coding Custom Weapon
Replies: 10
Views: 18437

Re: Need Help on Coding Custom Weapon

Thanks again for replying,So How do I create the custom ammo,also which one in the "dmgtype" and "tracer" are working? Also,I need to create my own map_modify.txt in order to make it work?Thanks alot All the settings of dmgtype works. On tracer, only the options 0,1 and 4 (none,...
by samwonghc
Tue May 14, 2013 4:31 pm
Forum: General Mapping, Modeling, and Coding Discussion
Topic: Need Help on Coding Custom Weapon
Replies: 10
Views: 18437

Re: Need Help on Coding Custom Weapon

Thanks For helping,Is that the Primary Attack needed to be the same with Primary Ammo?Just like If I put "Buckshot" in Primary ammo then I need to put "3" in the Primary Attack?Then If I put "GaussEnergy" in Primary ammo,then what should I put in the Primary attack in ...
by samwonghc
Tue May 14, 2013 12:02 pm
Forum: General Mapping, Modeling, and Coding Discussion
Topic: Need Help on Coding Custom Weapon
Replies: 10
Views: 18437

Re: Need Help on Coding Custom Weapon

Yes, usually, you use the weapon_scripted to use a custom_weapon (there are other ways, but try this first). And yes, the rail and beam tracers of the custom ammo are broken. http://wiki.obsidianconflict.net/?title=Scripted_Weapons http://wiki.obsidianconflict.net/?title=Creating_Custom_Ammos P.D: ...
by samwonghc
Tue May 14, 2013 4:08 am
Forum: General Mapping, Modeling, and Coding Discussion
Topic: Need Help on Coding Custom Weapon
Replies: 10
Views: 18437

Re: Need Help on Coding Custom Weapon

I´m unable to see something wrong. What error appears on the console? Do you used the entity weapon_scripted, with the name of the script as "custom_ name " without the ".txt"? Thanks for replying.It seems that the game is unable to load up the custom ammo,I will check at home f...
by samwonghc
Mon May 13, 2013 4:14 pm
Forum: General Mapping, Modeling, and Coding Discussion
Topic: Need Help on Coding Custom Weapon
Replies: 10
Views: 18437

Need Help on Coding Custom Weapon

I am interested on making a railgun.Is there any way to fire with a "rail",I mean the effect.I have tried to code custom ammo,but seem that when I load the map,error appears.."Sorry for my ENG" Here is my code. WeaponData { // Weapon fdata is loaded by both the Game and Client DL...