General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12519364 views, last view: 11/01/2024 15:37 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#10947: Re: Confused... |
by Titanic12ship
on 07/18/2008 18:38, refers to #10946
|
|
I tried that. It's not working. Any help??
reply to this message
|
|
#10948: attack command in "onrelease []" |
by -Redon-
on 07/18/2008 20:56
|
|
Hello, i have another question^^
I wanted to try a bind on mouse1. It should work like this: If i click, it activates the zoom command after 0.6 seconds, and it shoots when i release the mouse1 key. Everything works, but the attack command doesnt.
Isnt it possible to use the attack command in onrelease []?
this is the bind:
alias zoomattacksleep 0
alias zoomattack 0
bind mouse1 [
zoomattacksleep = 1
sleep 600 [
if (= $zoomattacksleep 1) [
zoom 1
//sound 66
zoomattack = 1
]
]
onrelease [
attack
if (= $zoomattack 1) [
zoom 0
sound 67
zoomattack = 0
]
zoomattacksleep = 0
]
]
reply to this message
|
|
#10949: Re: attack command in "onrelease []" |
by tman_elite
on 07/18/2008 22:46, refers to #10948
|
|
I tried something a little different with the same problem. I wanted to bind a key to save the current weapon id as a variable, switch to the grenade launcher, launch a grenade, then switch back to the original weapon id. It all worked except the attack command apparently can't be used within other series of commands.
reply to this message
|
|
#10950: Blank? |
by kongaman
on 07/19/2008 04:08
|
|
Is there a blank map i can get to edit?
reply to this message
|
|
#10951: Re: Blank? |
by SheeEttin
on 07/19/2008 04:18, refers to #10950
|
|
/newmap
reply to this message
|
|
#10952: LAN? |
by kongaman
on 07/19/2008 07:19
|
|
how do i create a lan server with me and my friend??
like i want it just be me and him, nobody else join, in coopedit.
how do i do that?
reply to this message
|
|
#10953: Small map |
by kongaman
on 07/19/2008 07:22
|
|
how do you make a smaller map?
reply to this message
|
|
#10954: .. |
by {Qs}Homicidal
on 07/19/2008 07:38
|
|
/newmap size so /newmap 5
reply to this message
|
|
#10955: Unknown commands. what i do? |
by Tophat
on 07/19/2008 17:48
|
|
I've got
"unknown command:togglezoom" and
"unknown command: universaldelta"
The upshot of this is that i cant zoom or change weapons, meaning that im useless in ctf and instagib.
Fuck.
so any suggestions?
reply to this message
|
|
#10956: Re: Unknown commands. what i do? |
by jbuk2k7s cookie has gone
on 07/19/2008 17:58, refers to #10955
|
|
Delete config.cfg in either your sauerbraten root in ~/.sauerbraten
(not sure of the other sauer folders in windows/os x).
reply to this message
|
|
#10957: Re: Unknown commands. what i do? |
by jbuk2k7s cookie has gone
on 07/19/2008 17:59, refers to #10956
|
|
that should read ...root -or- in ~/.sauerbraten...
reply to this message
|
|
#10958: Re: Unknown commands. what i do? |
by SheeEttin
on 07/19/2008 17:59, refers to #10955
|
|
"Upshot" means the good part. I think you meant to use a different word. :)
reply to this message
|
|
#10959: help |
by Titanic12ship
on 07/19/2008 18:04
|
|
any help on .obj filed?
reply to this message
|
|
#10960: flags and crossbow? |
by kongaman
on 07/19/2008 18:31
|
|
how do you put down flag points on a map and crossbow ammo?
reply to this message
|
|
#10961: How |
by kongaman
on 07/19/2008 18:48
|
|
do you setup a server???????
reply to this message
|
|
#10962: Re: flags and crossbow? |
by -Redon-
on 07/19/2008 19:13, refers to #10960
|
|
/newent flag [1/2]
1 is good and 2 is evil id say
/newent riflerounds
for the other weapons:
/newent bullets (chaingun)
/newent shells (shotgun)
/newent rockets (rocketlauncher)
/newent grenades (grenadelauncher)
/newent cartridges (pistol)
health is /newent health
and armour /newent greenarmour
or /newent yellowarmour
reply to this message
|
|
#10963: Re: How |
by tman_elite
on 07/19/2008 19:50, refers to #10961
|
|
Kongaman, I have a brilliant idea. Click the button on the left side of the screen that says "docs" and start reading. Especially look at "Editing Tutorial" and "Editing Reference." All of the answers to your questions (and much much more) can be learned with a few minutes of reading.
reply to this message
|
|
#10964: Re: How |
by jbuk2k7s cookie has gone
on 07/19/2008 19:59, refers to #10963
|
|
editref might take a little bit longer than a few minutes... :P
reply to this message
|
|
#10965: Re: How |
by tman_elite
on 07/19/2008 20:15, refers to #10964
|
|
Well that's why there's a navigation bar on the right side, so you can jump to the command you need.
reply to this message
|
|
#10966: Re: How |
by steve_e
on 07/19/2008 20:15, refers to #10964
|
|
Yes it does, however it is 'the reference' and one should never forget that before asking questions the reference answers... even though it does at time seem a little cryptic.
reply to this message
|
|
|
Board Index
|
|