Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
X
xonotic-data.pk3dir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Xonotic
xonotic-data.pk3dir
Commits
1e41fbb8
There was an error fetching the commit references. Please try again later.
Commit
1e41fbb8
authored
9 years ago
by
terencehill
Browse files
Options
Downloads
Patches
Plain Diff
Add a quickmenu example file with syntax description
parent
7d77715d
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quickmenu_example.txt
+36
-0
36 additions, 0 deletions
quickmenu_example.txt
with
36 additions
and
0 deletions
quickmenu_example.txt
0 → 100644
+
36
−
0
View file @
1e41fbb8
// This quickmenu example file can be loaded by setting
// hud_panel_quickmenu_file quickmenu_example.txt
// and executing "quickmenu file"
// For more options see "quickmenu help"
"Chat"
"nice one" "say :-) / nice one"
"good game" "say good game"
"hi / good luck" "say hi / good luck and have fun"
"Chat"
"Settings"
// nested submenu
"Sound settings"
"Hit sound" "toggle cl_hitsound"
"Chat sound" "toggle cl_chatsound"
"Sound settings"
// A toggle command displays a checkbox showing the current cvar's state
"enable 3rd person view" "toggle chase_active"
// it's possible to invert the meaning of the checkbox by inverting the
// parameters of toggle from the implicit 1 0 to 0 1
"disable 3rd person view" "toggle chase_active 0 1"
"Settings"
"screenshot" "wait; screenshot"
// Commands that accept a player's name as parameter (%s), followed by one of
// these special keywords:
// ALLPLAYERS_BUT_ME
// ALLPLAYERS
// OWNTEAMPLAYERS_BUT_ME
// OWNTEAMPLAYERS
// ENEMYTEAMPLAYERS
// lets you pick a player's name from a list:
"private chat with:" "commandmode tell \"%s\"" ALLPLAYERS_BUT_ME
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment