https://github.com/paril/quake2c-progs
Quake II QC progs.dat
https://github.com/paril/quake2c-progs
q2 qc quake quakec
Last synced: 4 months ago
JSON representation
Quake II QC progs.dat
- Host: GitHub
- URL: https://github.com/paril/quake2c-progs
- Owner: Paril
- License: gpl-3.0
- Created: 2020-09-22T23:29:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T23:29:00.000Z (over 5 years ago)
- Last Synced: 2025-03-27T01:11:56.031Z (about 1 year ago)
- Topics: q2, qc, quake, quakec
- Language: C
- Homepage: https://github.com/Paril/quake2c
- Size: 1.55 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the source for the progs.dat for https://github.com/Paril/quake2c
Please see the main project if you're looking to actually run the progs. This is just the source for creating your own progs.dat.
## How to setup ##
* Create a mod folder in your Quake II directory with the name you wish to use for your mod.
* In that folder, Check-out this repository into a subfolder named "progs" (or "progsrc", whatever you wish, just as long as you can tell it's for your prog's source code); this way you have "quake2/\/progs/.git" et al ready to go.
* (WINDOWS ONLY) Download the latest release of Quake2C's binaries and plop them in the mod directory.
* Grab compilers from https://fte.triptohell.info/moodles/fteqcc/ - you'll need fteqcc, and probably fteqccgui if you plan on editing with that IDE. Place them in the /progs/ directory, as the quick-batches use these paths to compile. You can use the GUI from anywhere, though, but you'll have to edit `config.qc` to enable/disable debug by hand.
* Good 2 go!! Test the setup by running build-debug.bat; if a progs.dat gets spat out, you're ready to cook.