CG bullets

M_1_K_E

New Member
anyone kno how to make cg bullets bigger? ive tried modifying them by changing the size of the images in the chaingun file but it seems like the only thing you can change is the color
 

Bestking

Member
Did you save it? Because I think you need to go to properties and untick the read only and then re-do it, save it and then mark is as Read Only again.
 

k e v i n

Private Tester
Live/server/game/dataBlocks/weapons/chaingun.cs

Code:
  tracerWidth = 0.45; // 0.3;
  tracerLength = 40.0;
but if you change the size...would it be easier to hit a person
or does it just look bigger to you, but in actuality it's the same size?
 
Top