This member has provided no bio about themself...

Comment History
Valet2
Valet2 - - 5 comments @ What I Eat Gamestartup

Hey! Do you have the mix of the song in stereo?

Good karma+1 vote
Valet2
Valet2 - - 5 comments @ GMDXv10 - 09/20/20 Update

I have yet to play GMDX at all, thus stupid questions:

- the mod requires the GOTY version of the game, but there are numerous bugs in the map files (for example, missing music in NYC level). Should I revert the map files from the unpatched game, or it doesn't matter anymore?

- when the mod is being updated, all my save files made so far would be broken?

- the newest updated mod installer is everything that is enough, or I should keep some old files, such as GMDX9 and initial GMDX10?

Good karma+1 vote
Valet2
Valet2 - - 5 comments @ System Shock 2: Von Braun Tour

Dude, just upload anything on systemshock[dot]org. They will finish what you've started. Look, there are people wanting this to happen. What's the matter?

Good karma+1 vote
Valet2
Valet2 - - 5 comments @ The Best Mods That Remove Enemies From Games

If you have completed the game hundreds of times it's sometimes interesting to just walk through the levels, explore and chill out without anything distracting. Really never thought about it?

Good karma+1 vote
Valet2
Valet2 - - 5 comments @ half life 1 alpha 0.52

So guys, since there are multiple question, here's how I play it. First of all create some cfg-file in "valve" folder, for example, myconfig.cfg with this stuff inside:

unbindall
sizedown
sizedown
sizedown
r_shadows 1
gl_polyblend 1
gamma 2.5
brightness 1
sensitivity "4"
bind g god
bind n noclip
bind w +forward
bind s +back
bind a +moveleft
bind d +moveright
bind e +use
bind f "impulse 100"
bind 1 "impulse 1"
bind 2 "impulse 2"
bind 3 "impulse 3"
bind 4 "impulse 4"
bind 5 "impulse 5"
bind 6 "impulse 6"
bind 7 "impulse 7"
bind 8 "impulse 8"
bind 0 "impulse 0"
bind / "impulse 10"
bind ESCAPE togglemenu
bind TAB +showscores
bind SPACE +jump
bind SHIFT +speed
bind CTRL +duck
bind ALT +strafe
bind MOUSE1 +attack
bind MOUSE2 +attack2
bind ` toggleconsole
+mlook
crosshair 1
bind z "r_drawviewmodel 0"
bind x "r_drawviewmodel 1"
bind "g" "god"
bind "r" "notarget"
bind "h" "r_fullbright 1"
bind "j" "r_fullbright 0"
bind "n" "noclip"
bind "u" "host_speeds 0"
bind "y" "host_speeds 2"
bind o "host_framerate .01"
bind p "host_framerate 0"
bind "c" "+movedown"
bind "v" "+moveup"

You can tell what buttons are for. Now remove (yeah) the opengl32.dll file (or the game won't launch at all), and create a bat-file for launching the game from the first level with your config:

enginegl +map c1a1 +exec myconfig.cfg -width 1920

You can manually change the maps by entering "map [mapname]" in console, where [mapname] is one of these:

c1a1
c1a1a
c1a1b
c1a2a
c1a2b
c1a2c
c1a3
c1a3a
c1a3b
c1a3c
c2a4
c2a4a
c2a4b
c2a4c
c3a1
c3a2
c3a2a
maindemo
silodemo
techdemo
warez_dm

Good karma+6 votes