NOTE: You're currently viewing a development (Git) version of AssaultCube's documentation.
To view the documentation from the current version of the game instead,
click here.
F.A.Q'S
Only frequently asked questions are answered on this page. If you've looked through the
rest of the official documentation and still can't find the answer you need, you might like
to try searching the wiki and the
forums, and if you still can't find the
answer, post a thread on the forum explaining your situation.
-
On the scoreboard, I've noticed the words "ping" and "pj", what are these?
-
PJ means packet jump. Information about what these are is covered in the
interface part of the documentation.
-
Why do some players become semi-visible (transparent), stand still and start saluting?
-
This is because of network lag.
The AssaultCube server hasn't recieved a response from the player who is saluting for too long
and so the AssaultCube server has temporarally turned that player into a "ghost" that can't be
shot (but don't worry, they can't shoot you either). This "ghost" player will eventually, either
disconnect, or their connection will catch-up and they will return to play.
-
Why is a player's name on the scoreboard red in colour?
-
This is because they're an administrator for this server. This means they know a password to that server,
probably because they own/run the server, or are a friend of the person who owns/runs the server. As they
have administrator access, they're able to do whatever they like on their server. Administrators can overide
any votes initiated by normal players.
-
I experience some motion sickness... is there any way around this?
-
Try increasing your Field of View or resolution. You can change these settings through the
Settings » Video settings... menu.
-
What's a good way to get a lot of points, fast?
-
Try honing your skills into "gibbing" your enemies instead of
just normal fragging. You get given 2 frags for gibbing an enemy with a knife or sniper-headshot.
Using grenades are also a great way for gibbing more than one enemy at once, but are only worth 1 frag.
-
I seem to get strange walls appear out of nowhere on maps with far-away areas. How do I fix this?
-
This is a graphics glitch caused by low "minlod". In AssaultCube, type: /minlod 250 to set minlod
to the maximum. You might like to try a lower value than 250 if you find this setting causes considerable
graphical lag for you.
-
Why doesn't AssaultCube have a feature that I've seen in a different game (example: Counter-Strike, etc.)?
-
Firstly, AssaultCube is not a Counter-Strike (etc.) clone! The quicker you understand this,
the sooner you will be able to defeat your opponents with ease.
Secondly, just because a feature is available in some other game, it does not mean we have to implement it
here. There are several reasons we might not add it, it might not suit the game style that AssaultCube has,
it might not fit-in with the CUBE engine, etc. The best thing to do, is to
create a new issue with your feature request and we may consider it.
-
I shoot at players/bots, but NONE of my shots seem to hit them. What's going on?
-
AssaultCube uses OpenGL to find the position in the 3D world your crosshair is pointing at - so this error
occurs when buggy graphics cards aren't allowing OpenGL to do this properly. If you're able to, the best thing to
do first is update your graphics drivers in an attempt to fix it permanently.
If this isn't possible or doesn't work, the next thing to try is changing your resolution WITHIN
AssaultCube. You can change the resolution through the Settings » Video settings... menu.
In most cases, this should be enough to fix it. For the new resolutions, first try setting the resolution
to be the same as your native resolution, if that doesn't work, next try 1024x768 (and then 800x600, then 640x480).
Sometimes turning off full-scene antialising can fix the problem, to do that type /fsaa 0 in the console in AssaultCube.
Failing this, there isn't much else that can be done, you may need to replace your graphics card.
-
Why are my settings wiped everytime I start AssaultCube?
-
If this occurs, it is because you need to enable write-access to your "AssaultCube home folder":
Although it is not recommended because of security reasons, as a last resort, you may try running AssaultCube
as administrator/root to fix this issue.
-
Where is my "AssaultCube home folder"?
-
The "AssaultCube home (profile) folder" is used to save all of your AssaultCube screenshots, settings, maps, etc.
You may also use this directory to add new content to the game found elsewhere, such as
Quadropolis.
Your home folder is either:
- On Windows based systems: My Documents\My Games\AssaultCube\
- On Linux based systems: ~/.assaultcube/
- On Mac based systems: ~/Library/Application Support/assaultcube/
Note 1: There will always be a version number appended to the end of the folder name.
Note 2: On Linux ~/ stands for "/home/YOUR_USERNAME" and on Mac for "/Users/YOUR_USERNAME".
Tip: press F12 to take a screenshot and see the path to profile.
-
I've just installed a new AssaultCube package and I'm getting a lot of weird error messages, what do I do?
-
Sometimes after re-installing or upgrading AssaultCube the old configuration files still exist and the game is
referencing those configuration files. But don't worry, there's an easy fix. Try typing the command
/resetcfg 1 and then restart AssaultCube. If this doesn't work however, consult the
Help?! section of the documentation.
-
Why are my mouse clicks delayed when trying to fire rapidly in Linux?
-
This is a common problem on Linux and isn't specific to AssaultCube. You'll need to edit your
xorg.conf and set the value of Emulate3Buttons to OFF.
-
Why does aiming seem difficult?
-
Sometimes, your operating system has "mouse acceleration" activated, which can make aiming difficult, so
you may need to turn this off. Another common problem is that the sensors on some "cheap" optical mice
tend to miss detecting quick movements.
-
How and where are settings saved?
-
When AssaultCube is run for the first time, it executes:
- ./config/defaults.cfg
- ./config/autoexec.cfg
Once you quit AssaultCube, the settings in these files and your changes to them during the course of playing
AssaultCube gets stored in ./config/saved.cfg and ./config/init.cfg
(in your home folder), so that upon the next load of AssaultCube, the game reads those files instead.
The file ./config/autoexec.cfg is always executed upon every run of AssaultCube, this is
so you can place scripts and commands you prefer inside this file, so they're automatically executed.
If ./config/init.cfg doesn't exist, AssaultCube will prompt you with the
quick setup menu.
To wipe settings to their default values, do one of the following:
-
Delete ./config/saved.cfg
and ./config/init.cfg
- Type /resetcfg 1 while playing, then restart AssaultCube.
- Press ESCAPE and go to Settings ⇒ Reset all settings .
-
Why does my desktop suddenly become stretched/big/etc, upon quitting AssaultCube?
-
This is a graphics driver issue. So although we recommend that you update your graphics drivers,
a quicker fix is to change the resolution inside of AssaultCube to be the same as your desktop resolution.