Skip to main content
Network commands help you manage server connections, bookmarks, and connection history.

Server Bookmarks

Chimera provides a comprehensive bookmark system for saving and quickly connecting to your favorite servers.

chimera_bookmark_add

Add a server to your bookmarks list.
string
Server address in ip:port format. If omitted, adds the last server you joined.
string
Server password (if required)
You can use domain names instead of IP addresses for easier bookmarking.

chimera_bookmark_delete

Remove a server from your bookmarks list.
string | number
Server address (ip:port) or bookmark index. If omitted, removes the last server you joined.

chimera_bookmark_list

List all bookmarked servers and query their current status.
This command will query each bookmarked server to show current player counts, map, and gametype.

chimera_bookmark_connect

Connect to a bookmarked server by its index.
number
required
The bookmark index from chimera_bookmark_list

Connection History

Chimera automatically tracks servers you’ve recently connected to.

chimera_history_list

List all recently connected servers and query their current status.
Shows recent servers in order, with the most recently joined first.

chimera_history_connect

Reconnect to a server from your connection history.
number
required
The history index from chimera_history_list

Connection Utilities

chimera_spam_to_join

Automatically retry connecting to a server when it’s full.
boolean
true to enable auto-retry, false to disable
Be respectful of servers and don’t abuse this feature. Some servers may kick players who spam connection attempts.

Privacy

chimera_block_server_ip

Hide server IP addresses from the score screen. Essential for streamers.
boolean
true to hide server IPs, false to show them
This prevents viewers from seeing what server you’re playing on, reducing unwanted joins or potential harassment.

Map Downloading

Chimera automatically downloads missing maps from the HAC2 Map repository when joining servers. This is a passive feature that requires no commands.

Configuration

Map downloading behavior can be customized in chimera.ini:
  • download_map_path: Where downloaded maps are stored (default: chimera/maps in your Halo profiles folder)
  • download_template: URL template for map downloads (default: HAC2 repository)
  • download_retail_maps: Allow downloading retail Halo PC maps (UNSAFE - not recommended)
Enabling download_retail_maps is unsafe and may result in modified retail maps that could crash your game or compromise your system.

Tips for Server Management

Use descriptive names when possible by adding notes in your bookmark list. While Chimera doesn’t support custom names directly, you can maintain a separate text file mapping indices to server names.
Combine bookmarks with hotkeys in chimera.ini to instantly connect to favorite servers:
Connection history is maintained automatically. If you want to clear it, delete or edit the relevant section in Chimera’s preferences file.