Skip to content

A small tool to generate map pack file descriptions for RF Game Night

License

Notifications You must be signed in to change notification settings

GooberRF/RFGNMapPostBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Faction Game Night Map Pack Post Generator

Usage:

  • RFGNMapPostBuilder.exe -input <maplist.txt> -gametype <DM|CTF|TDM> -gn

Example:

  • RFGNMapPostBuilder.exe -input maps.txt -gametype DM -gn 157

Arguments:

  • -input Path to text file with .rfl map filenames, one per line
  • -gametype Game type abbreviation
  • -gn RFGN number

Output:

  • Generates a formatted post text file: GameNight_.txt
  • Generates a formatted dedicated_server.txt $Map section: serverlist.txt

Notes:

  • This tool exists strictly to make my life easier. It has effectively no use for anyone else.
  • It generates the FF file description for a GN map pack, and $Map lines for the dedicated server config file.
  • Map metadata (name, author, ID) is fetched via FactionFiles API: https://autodl.factionfiles.com

About

A small tool to generate map pack file descriptions for RF Game Night

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages