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

Pages: [1] 2
1
Can anyone link me to the ra2 pak?
Used here
http://www.youtube.com/watch?v=wpmiO0hlzb4
TY

2
Quake / Re: exma has changed name
« on: August 28, 2011, 09:59:13 AM »
...Couldn't you guys tell me that KOTS is a q2 mod? xD
Now, whenever i goto a server people are like WTF!?
So...Any name suggestions? xD

3
Skins, Models and Maps / Re: Q2 SSG skin?
« on: August 28, 2011, 04:17:01 AM »
Can anyone link me a download to all the weapons in clau's .pak?
I downloaded it, but the file is corrupt! D:

4
Trouble Shooting / Re: autoexec.cfg help appriciated
« on: August 28, 2011, 02:03:23 AM »
Can i use this as my warsow setup with some edits like other gun names etc?

5
Skins, Models and Maps / Re: Q2 SSG skin?
« on: August 27, 2011, 12:27:40 PM »
And also, is it possible to use custom models in warsow just like in q2?
Warsow with q2 look would be awesome :D

6
Skins, Models and Maps / Re: Q2 SSG skin?
« on: August 27, 2011, 12:17:05 PM »
So how can i get this shotgun?

7
Skins, Models and Maps / Re: Q2 SSG skin?
« on: August 27, 2011, 11:51:37 AM »
...what kind of frag movie plays "Bodies"?

Lol... it says audioswap! ;)
And also  :spam: :spam: :spam: ?

8
Skins, Models and Maps / Q2 SSG skin?
« on: August 27, 2011, 11:24:36 AM »
Hey, what is the SSG skin used in this video?

http://www.youtube.com/watch?v=pUL_Im_jJbo
I would really like to have it in my pak.
Also, how do i edit my pak?
And, is there a possibility that some of you could make a version of the ssg sking with the original ssg skin color, i dont like the bright version.

9
Trouble Shooting / Re: autoexec.cfg help appriciated
« on: August 23, 2011, 01:04:30 PM »
Now it's quite good. except that the grenades wont autoshoot when i click mouse3, and when i press  the weapon keys it says Shotgun; supershotgun in chat etc

Code: [Select]
unbindall

set name "KOTS"

// ---Player Settings---

set gender "male"
set skin "female/voodoo"
set fov "106"
set hand "0"
set crosshair "1"
set s_volume ".35"

// --- Resolution---
set gl_mode "4"
set vid_fullscreen "1"
set vid_forcewidth "1366"
set vid_forceheight "768"



// ---Sensitivity--

set sensitivity "2.0"

// ---Movement---

bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
bind c "+movedown"
bind shift "+speed"
bind mouse1 "+moveup"
cl_run "1"


// ---Fire---

bind mouse2 "+attack"


// ---JumpMod---
bind . kill
bind z store
bind x recall
// ---inventory---

bind f2 "inven"
bind enter "invuse"
bind [ "invprev"
bind ] "invnext"
bind backspace "invdrop"

// ---scoreboard---

bind tab "score"

// ---menu toggles---

bind ESCAPE "togglemenu"
bind ~ "toggleconsole"


// ---menu binds---

bind F1 "cmd help"
alias rup "ready; bind f3 urup"
alias urup "unready; bind f3 rup"
bind F3 rup
bind F4 "menu_keys"
bind F12 "screenshot"
bind PAUSE "pause"

// ---Demo Recording---

alias startdemo "record ${$date}-${$time}-${$mapname};bind F5 stopdemo"
alias stopdemo "stop;bind F5 startdemo"
bind F5 "startdemo"

// ---use specific item binds---

bind 1 "use blaster;hyperblaster;bfg10k"
bind 2 "use shotgun;super shotgun"
bind q "use machinegun;chaingun"
bind 3 "use grenade launcher"
bind e "use rocket launcher"
bind r "use railgun"
bind mouse3 "use grenades"

// ---weapon scrolling binds---

bind mwheeldown "weapnext"
bind mwheelup "weapprev"

// ---Chat binds---

bind , "say :]"
bind m "say :P"

// ---team chat and public chat, respectively---

bind y "messagemode2"
bind t "messagemode"

// ---ZoomTool---

set zoomfov "30"
set zoomsens ".5"
alias +zoom "set storesen $sensitivity;set storefov $fov;set sensitivity $zoomsens;set fov $zoomfov"
alias -zoom "set sensitivity $storesen;set fov $storefov"
bind mouse4 "+zoom"

// ---double jump bind---

alias w8 "wait; wait; wait; wait"
alias +dj "+moveup; w8; -moveup; w8; +moveup"
alias -dj "-moveup"
bind space "+dj"

// ---Smoothness---

set bob_pitch "0"
set bob_roll "0"
set bob_up "0"
set run_pitch "0"
set run_roll "0"

// ---Network---
set cl_protocol "35"

// ---r1gl config settings---

set vid_ref "r1gl"
set gl_ext_texture_filter_anisotropic "1"
set gl_ext_texture_non_power_of_two "1"
set gl_hudscale "2.5"
set gl_coloredlightmaps ".05"
set gl_polyblend "0"
set gl_modulate "4"

// ---r1q2 config settings---

set cl_async "1"
set cl_maxfps "125"
set r_maxfps "1000"
set m_directinput "1"
set m_fixaccel "1"
set in_dinputkeyboard "1"
set cl_drawfps "1"
set cl_cmdcomplete "2"
set cl_smoothsteps "3"
set cl_defermodels "0"
set cl_autorecord "0"
set cl_railtrail "0"
set cl_beginmapcmd ""
set cl_endmapcmd ""
set net_maxmsglen "0"
set s_ambient "0"
set s_initsound "1"
set s_openal_device "DirectSound3D"
set fs_cache "7"

// --- Downloads ---

set allow_download_maps "1"
set allow_download_models "0"
set allow_download_others "0"
set allow_download_pics "1"
set allow_download_players "0"
set allow_download_sounds "0"
set allow_download_textures "1"

// ===TDM BINDS===

alias shotty "use shotgun;use super shotgun"
alias mgchain "use machinegun;use chaingun"
alias rox "use rocket launcher"
alias nadeL "use grenade launcher"
alias nadeH "use grenades"
alias rail "use railgun"
alias hyperb "use hyperblaster"

alias bshotty "bind  shotty"
alias bmgchain "bind  mgchain"
alias brox "bind  rox"
alias bnadeL "bind  nadeL"
alias bnadeH "bind  nadeH"
alias brail "bind  rail"
alias bhyperb "bind  hyperb"

alias useweps "bshotty;bmgchain;brox;bnadeL;bnadeH;brail;bhyperb"

alias dshotty "drop shotgun;drop super shotgun;drop shells;say_team  DROPPED SSG/SG  < ${$loc_here} >"
alias dmgchain "drop machinegun;drop chaingun;drop bullets;say_team DROPPED CG/MG < ${$loc_here} >"
alias drox "drop rocket launcher;drop rockets;say_team DROPPED RL < ${$loc_here} >"
alias dnadeL "drop grenade launcher;drop grenades;say_team DROPED GL < ${$loc_here} >"
alias dnadeH "drop grenades;say_team DROPED NADES < ${$loc_here} >"
alias drail "drop railgun;drop slugs;say_team DROPPED RAIL < ${$loc_here} >"
alias dhyperb "drop hyperblaster;drop cells;say_team DROPPED HB < ${$loc_here} >"

alias bdshotty "bind  dshotty"
alias bdmgchain "bind  dmgchain"
alias bdrox "bind  drox"
alias bdnadeL "bind  dnadeL"
alias bdnadeH "bind  dnadeH"
alias bdrail "bind  drail"
alias bdhyperb "bind  dhyperb"

alias dropweps "bdshotty;bdmgchain;bdrox;bdnadeL;bdnadeH;bdrail;bdhyperb"

alias normalspace "bind space say :)"
alias statusspace "bind space say_team IM AT < ${$loc_here} > WITH %h/%a"

alias +tdmbinds "dropweps;statusspace"
alias -tdmbinds "useweps;normalspace"

bind  "say_team ENEMY SPOTTED AT < ${$loc_there} >"
bind  "say_team ITEM AVAILABLE < ${$loc_there} >"
bind  "say_team AREA CLEAR < ${$loc_here} >"
bind  +tdmbinds
useweps

// == Restart Video ==

vid_restart

//The End

10
Trouble Shooting / Re: autoexec.cfg help appriciated
« on: August 20, 2011, 12:15:45 PM »
I cant do it :/ my resolution is still weird

Code: [Select]
set vid_forcewidth "768"
set vid_forceheight "1366"

You have these settings mixed-up. It should read:

set vid_forcewidth "1366"
set vid_forceheight "768"

Thanks god!

11
Trouble Shooting / Re: autoexec.cfg help appriciated
« on: August 20, 2011, 11:32:43 AM »
I cant do it :/ my resolution is still weird

Code: [Select]
// ---Player Settings---

set gender "male"
set skin "female/voodoo"
set fov "106"
set hand "0"
set crosshair "1"
set s_volume ".35"

// --- Resolution---
set gl_mode "4"
set vid_fullscreen "1"
set vid_forcewidth "768"
set vid_forceheight "1366"



// ---Sensitivity--

set sensitivity "2.0"

// ---Movement---

bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
bind c "+movedown"
bind shift "+speed"
bind mouse1 "+moveup"
cl_run "1"


// ---Fire---

bind mouse2 "+attack"


// ---JumpMod---
bind . kill
bind z store
bind x recall
// ---inventory---

bind f2 "inven"
bind enter "invuse"
bind [ "invprev"
bind ] "invnext"
bind backspace "invdrop"

// ---scoreboard---

bind tab "score"

// ---menu toggles---

bind ESCAPE "togglemenu"
bind ~ "toggleconsole"


// ---menu binds---

bind F1 "cmd help"
alias rup "ready; bind f3 urup"
alias urup "unready; bind f3 rup"
bind F3 rup
bind F4 "menu_keys"
bind F12 "screenshot"
bind PAUSE "pause"

// ---Demo Recording---

alias startdemo "record ${$date}-${$time}-${$mapname};bind F5 stopdemo"
alias stopdemo "stop;bind F5 startdemo"
bind F5 "startdemo"

// ---use specific item binds---

bind 1 "use blaster;hyperblaster;bfg10k"
bind 2 "use shotgun;super shotgun"
bind r "use machinegun;chaingun"
bind 3 "use grenade launcher"
bind e "use rocket launcher"
bind q "use railgun"
bind mouse3 "use grenades"

// ---weapon scrolling binds---

bind mwheeldown "weapnext"
bind mwheelup "weapprev"

// ---Chat binds---

bind , "say :]"
bind m "say :P"

// ---team chat and public chat, respectively---

bind y "messagemode2"
bind t "messagemode"

// ---ZoomTool---

set zoomfov "30"
set zoomsens ".5"
alias +zoom "set storesen $sensitivity;set storefov $fov;set sensitivity $zoomsens;set fov $zoomfov"
alias -zoom "set sensitivity $storesen;set fov $storefov"
bind mouse4 "+zoom"

// ---double jump bind---

alias w8 "wait; wait; wait; wait"
alias +dj "+moveup; w8; -moveup; w8; +moveup"
alias -dj "-moveup"
bind space "+dj"

// ---Smoothness---

set bob_pitch "0"
set bob_roll "0"
set bob_up "0"
set run_pitch "0"
set run_roll "0"

// ---Network---
set cl_protocol "35"

// ---r1gl config settings---

set vid_ref "r1gl"
set gl_ext_texture_filter_anisotropic "1"
set gl_ext_texture_non_power_of_two "1"
set gl_hudscale "2.5"
set gl_coloredlightmaps ".05"
set gl_polyblend "0"
set gl_modulate "4"

// ---r1q2 config settings---

set cl_async "1"
set cl_maxfps "125"
set r_maxfps "1000"
set m_directinput "1"
set m_fixaccel "1"
set in_dinputkeyboard "1"
set cl_drawfps "1"
set cl_cmdcomplete "2"
set cl_smoothsteps "3"
set cl_defermodels "0"
set cl_autorecord "0"
set cl_railtrail "0"
set cl_beginmapcmd ""
set cl_endmapcmd ""
set net_maxmsglen "0"
set s_ambient "0"
set s_initsound "1"
set s_openal_device "DirectSound3D"
set fs_cache "7"

// --- Downloads ---

set allow_download_maps "1"
set allow_download_models "0"
set allow_download_others "0"
set allow_download_pics "1"
set allow_download_players "0"
set allow_download_sounds "0"
set allow_download_textures "1"

// ===TDM BINDS===

alias shotty "use shotgun;use super shotgun"
alias mgchain "use machinegun;use chaingun"
alias rox "use rocket launcher"
alias nadeL "use grenade launcher"
alias nadeH "use grenades"
alias rail "use railgun"
alias hyperb "use hyperblaster"

alias bshotty "bind  shotty"
alias bmgchain "bind  mgchain"
alias brox "bind  rox"
alias bnadeL "bind  nadeL"
alias bnadeH "bind  nadeH"
alias brail "bind  rail"
alias bhyperb "bind  hyperb"

alias useweps "bshotty;bmgchain;brox;bnadeL;bnadeH;brail;bhyperb"

alias dshotty "drop shotgun;drop super shotgun;drop shells;say_team  DROPPED SSG/SG  < ${$loc_here} >"
alias dmgchain "drop machinegun;drop chaingun;drop bullets;say_team DROPPED CG/MG < ${$loc_here} >"
alias drox "drop rocket launcher;drop rockets;say_team DROPPED RL < ${$loc_here} >"
alias dnadeL "drop grenade launcher;drop grenades;say_team DROPED GL < ${$loc_here} >"
alias dnadeH "drop grenades;say_team DROPED NADES < ${$loc_here} >"
alias drail "drop railgun;drop slugs;say_team DROPPED RAIL < ${$loc_here} >"
alias dhyperb "drop hyperblaster;drop cells;say_team DROPPED HB < ${$loc_here} >"

alias bdshotty "bind  dshotty"
alias bdmgchain "bind  dmgchain"
alias bdrox "bind  drox"
alias bdnadeL "bind  dnadeL"
alias bdnadeH "bind  dnadeH"
alias bdrail "bind  drail"
alias bdhyperb "bind  dhyperb"

alias dropweps "bdshotty;bdmgchain;bdrox;bdnadeL;bdnadeH;bdrail;bdhyperb"

alias normalspace "bind space say :)"
alias statusspace "bind space say_team IM AT < ${$loc_here} > WITH %h/%a"

alias +tdmbinds "dropweps;statusspace"
alias -tdmbinds "useweps;normalspace"

bind  "say_team ENEMY SPOTTED AT < ${$loc_there} >"
bind  "say_team ITEM AVAILABLE < ${$loc_there} >"
bind  "say_team AREA CLEAR < ${$loc_here} >"
bind  +tdmbinds
useweps

// == Restart Video ==

vid_restart

//The End

12
Trouble Shooting / Re: autoexec.cfg help appriciated
« on: August 17, 2011, 09:15:31 AM »
...i still cant get the screen resolution thing to work what should i put it?

13
tastyspleen.net / Re: Ressurecting BAND
« on: August 17, 2011, 06:05:00 AM »
This might be a too hesty thing, but I am thinking of ressurecting BAND, but may need help from the Q2 community, I figured this would be the place for this topic to go, so here I am!  If anyone remembers me, my maps, and BAND included you would know I was trying to make a new MMO style Game with the Quake2 Engine. Well anyone wanting to help, just PM me, or write ideads here, or hell, goto my site www.aceintergraphs.com and see what all the fuss is about. I am not advertising, I am just giving the Q2 community a heads up on future plans that may take place.... If anyone wants to help or is interrested in a new project, contact me or PM me again...  Or if Quake2 is getting too old for you, maybe can help me with Seal Online Vengence...  Anyways just thought I would give you all guys a heads up on a future project, hope to get posistive and helpfull feedback on this....

YOU MUST register at moddb.com and make a profile there. on there there are THOUSANDS of talented modders, programmers, mapmakers and modelers!

14
Quake / Re: exma has changed name
« on: August 17, 2011, 05:58:22 AM »
 :frustration:

15
Discussion / Re: Music you listen to while you jump...
« on: August 17, 2011, 05:54:26 AM »

Pages: [1] 2