Search found 11 matches
- Wed Sep 07, 2011 1:41 pm
- Forum: Programming Discussion
- Topic: Loading files
- Replies: 7
- Views: 4709
Re: Loading files
I would like to use my own .menu files and textures on a server with sv_pure 1
- Tue Sep 06, 2011 9:04 pm
- Forum: Programming Discussion
- Topic: Loading files
- Replies: 7
- Views: 4709
Re: Loading files
is there any other way to do that?
- Tue Sep 06, 2011 12:39 pm
- Forum: Programming Discussion
- Topic: Loading files
- Replies: 7
- Views: 4709
Re: Loading files
sv_pure 0 is for pk3s located in etmain. I am asking if it's possible to load textures, scripts, menus, images not from pk3 but from my folder located for example on my C drive e.g "C:/et/files". I just don't want to use pk3 to load my stuff.
- Mon Sep 05, 2011 9:07 pm
- Forum: Programming Discussion
- Topic: Loading files
- Replies: 7
- Views: 4709
Loading files
Is that possible to load files like .tga, .menu not from pk3? e.g from my "C" drive.
- Thu Aug 12, 2010 11:17 am
- Forum: Programming Discussion
- Topic: Bounding Boxes and Powerups
- Replies: 11
- Views: 6737
Re: Bounding Boxes and Powerups
Oh maybe u know how to make this line rotate with me?
- Wed Aug 11, 2010 10:31 am
- Forum: Programming Discussion
- Topic: Bounding Boxes and Powerups
- Replies: 11
- Views: 6737
Re: Bounding Boxes and Powerups
works perfect 

- Tue Aug 10, 2010 4:41 pm
- Forum: Programming Discussion
- Topic: Bounding Boxes and Powerups
- Replies: 11
- Views: 6737
Re: Bounding Boxes and Powerups
I'm talking about 3d box not simple frame...
btw. maybe u guys know how to link two vec3_t and make a line ?
btw. maybe u guys know how to link two vec3_t and make a line ?
- Sat Jul 03, 2010 4:04 pm
- Forum: Programming Discussion
- Topic: Bounding Boxes and Powerups
- Replies: 11
- Views: 6737
Re: Bounding Boxes and Powerups
How to calculate the time remaining to respawnDo you want to know how to calculate the time remaining to respawn or how to make it visible on-screen?
- Fri Jul 02, 2010 2:53 pm
- Forum: Programming Discussion
- Topic: Bounding Boxes and Powerups
- Replies: 11
- Views: 6737
Bounding Boxes and Powerups
Hello,
I would like to how to draw bounding boxes around other players, is it possible to use drawtools like CG_FillRect for this?
and my second question is: how to display the powerups respawn time like how many seconds are left to the quad damage respawn?
Thank you,
s.
I would like to how to draw bounding boxes around other players, is it possible to use drawtools like CG_FillRect for this?
and my second question is: how to display the powerups respawn time like how many seconds are left to the quad damage respawn?
Thank you,
s.
- Sat May 15, 2010 9:44 am
- Forum: Programming Discussion
- Topic: QVM or DLL?
- Replies: 2
- Views: 4288
Re: QVM or DLL?
Ok i have it working. Thanks once again 

- Fri May 14, 2010 8:42 pm
- Forum: Programming Discussion
- Topic: QVM or DLL?
- Replies: 2
- Views: 4288
QVM or DLL?
Hello guys. First of all i would like to ask about qagame and cgame format. Should I compile it as a *.dll or maybe *.qvm. The second thing is after compiling the dlls my mod doesn't work (my q3 version is 1.32, sdk is too for 1.32). I have a shortcut with added "+set fs_game "my mod's fol...