Forum

> > CS2D > General > Question about Source Code
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Question about Source Code

30 replies
Page
To the start Previous 1 2 Next To the start

old Re: Question about Source Code

AK25
User Off Offline

Quote
No only Weaponsd i think

O and in the weapons section, what does "weapon_disp(i)"
"weapon_frame(i)=1"
"weapon_frame_dropped(i)=0"
"weapon_sfx(i)=sfx_w_usp"
"weapon_freq(i)"

I am using USP for an example

EDIT: What do the numbers after the subject represent
i.e. "weapon_frame(i)=1"

EDIT2: and is the directory of cs2d , like were all the folders are
i.e. gfx, sfx , bots, maps etc.

EDIT3: and what is the highest and lowest damage rate

i.e. 1- hp goes down by 1
500 - hp goes down by 50
AND
how is the reload speed measured
seconds
milliseconds

ANd how is the Range measuredPLEASE HELP
edited 3×, last 26.12.06 07:46:10 am

old Re: Question about Source Code

DC
Admin Off Offline

Quote
weapon_disp(i) - dispersion / accuracy
weapon_frame(i) - frame for this weapon (weapons.bmp)
weapon_frame_dropped(i) - frame for the weapon when it is dropped (weaponsd.bmp)
weapon_sfx(i) - firing sound. the stuff behind are variables which contain the sounds. they are loaded somewhere else
weapon_freq(i) - weapon fire frequency / speed

to edit: the frame in the image starting from 0 (the images with the weapons contain several weapons. each weapon is one "frame" in this case)

to edit2: yes (?)

to edit3: I don't know. just test it in order to find fitting values

old Re: Question about Source Code

AK25
User Off Offline

Quote
DC has written
weapon_disp(i) - dispersion / accuracy
weapon_frame(i) - frame for this weapon (weapons.bmp)
weapon_frame_dropped(i) - frame for the weapon when it is dropped (weaponsd.bmp)
weapon_sfx(i) - firing sound. the stuff behind are variables which contain the sounds. they are loaded somewhere else
weapon_freq(i) - weapon fire frequency / speed

to edit: the frame in the image starting from 0 (the images with the weapons contain several weapons. each weapon is one "frame" in this case)

to edit2: yes (?)

to edit3: I don't know. just test it in order to find fitting values


Ok

old Re: Question about Source Code

lenz-_-
User Off Offline

Quote
dont forget that you need full version of blitz firrst!

Admin/mod comment

and don't forget to start your pc first.
this comment was really unnecessary

old Re: Question about Source Code

AK25
User Off Offline

Quote
Yes i do, but now i cant run the program... when i press the rocket , i took the advice u gave to Presto Didnt help
it says cant find end funtion <---- or somthing

old Re: Question about Source Code

DC
Admin Off Offline

Quote
check if you did everything what the readme says.
maybe you changed the code and as a result of this its now erroneous
edited 1×, last 27.12.06 02:41:09 am
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview