
Announcement
Collapse
No announcement yet.
DarkPlaces Ideal Deathmatch Settings
Collapse
This is a sticky topic.
X
X
-
... "line of code" ...
don't scare noobs with words like that snipes
its nothing but a bunch of quake commands that u could type into the quake console anyways..
Leave a comment:
-
../id1/autoexec.cfg
if it's not there, make one and just add those lines of code in. After that, make sure you put this line of code in:
Code:bind SPACE "+myjump";
Leave a comment:
-
Originally posted by =peg= View Postyeah i use that in CAx so ur not such an easy target in the water..
I mean, if the alternative is for players to bind "+moveup; +jump" to a key, that isn't compatible/intended with those mods either :d :d :d
Leave a comment:
-
i've tried something like that in the past, but it hasn't worked for me. And this one you showed me doesn't work exactly correct either. Here's what worked perfectly for me after some tweaking:
alias +myjump "+jump;+moveup"
alias -myjump "-moveup;-jump"
the problem i have had in the past was i had -moveup and -jump reversed, and it wouldn't work. The +-movedown commands aren't necessary, and the +movedown command made me sink like a rock everytime i hopped in the water.
Leave a comment:
-
alias +myjump "-movedown;+jump;+moveup"
alias -myjump "-moveup;-jump;+movedown"
nothing new offcourse..
Leave a comment:
-
Oh, and is there a variable like pq_moveup, that allows you to map +jump and +moveup to the same key.
Leave a comment:
-
Type in vid_conwidth and vid_conheight. Set them to what you want. I use 1400x1050 and 800x600 console. Check out the latest jun16 beta. It has a cool frag counter and timer, along with showing the names of players in the status bar.
I don't recall DP having console adjustment in the menu. I never really had to adjust the console until I got the latest version (the names of players were cut off a little).
Leave a comment:
-
No, I don't mean screen resolution, I mean the resolution of the menu/console.
Leave a comment:
-
Resolution can still be found under Video Options but I don't know the commands for transparent HUD :'(
Leave a comment:
-
I saw in an earlier version of darkplaces you had menu options for changing the menu resolution size (width and height). Tehre was also a slider to adjust the sbar transparency level. Where did these menu optioons go? And what are the console commands for these?
Leave a comment:
Leave a comment: