Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadookie/wad-wednesday-jam
Community map jam for 1st anniversary of WAD Wednesday
https://github.com/fadookie/wad-wednesday-jam
Last synced: about 1 month ago
JSON representation
Community map jam for 1st anniversary of WAD Wednesday
- Host: GitHub
- URL: https://github.com/fadookie/wad-wednesday-jam
- Owner: fadookie
- Created: 2018-06-12T05:07:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T21:35:35.000Z (over 4 years ago)
- Last Synced: 2024-10-14T06:12:39.230Z (3 months ago)
- Language: Batchfile
- Size: 7.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZDoomProjectTemplate
====================********************************************************************************
NASH'S (G)ZDOOM PROJECT TEMPLATE
Version 2.0
Created by Nash Muhandes
Currently for Windows only
You can reach me on the ZDoom and DRDTeam forums. But I'm more active on the
ZDoom forums.********************************************************************************
Get the latest version of this project template at:
https://github.com/nashmuhandes/ZDoomProjectTemplate/
ZDoom forum thread:
http://forum.zdoom.org/viewtopic.php?f=3&t=25083
Youtube video tutorial:
http://youtu.be/ncHR831LBfk
========================================
PERMISSIONS
========================================You are free to use this project template for anything you can think of. No
need to ask for my permission, although a mention in the credits would be nice!
And definitely tell me about your projects, I am always looking forward to see
what people come up with in ZDoom!========================================
WHAT'S NEW?
========================================15/06/2014 (version 2.0)
- Removed KSSC dependency and replaced it with ZSDF.
- Minor tweaks here and there to make use of new ZDoom features (long file
names, named scripts, etc).13/02/2010 (version 1.0)
- First release.
========================================
PREREQUISITES
========================================These tools MUST be installed or compile will fail!
-------------------------------------------------------------------------------Name: ACC 1.54 (or later)
Description: The standard ACC compiler for ZDoom.
Link: http://zdoom.org/Download
-------------------------------------------------------------------------------
Name: Latest ACC headers
Description: Overwrite ACC 1.54's headers with the latest copies from the
following GitHub repository. You only need to download the *.acs files.Link: https://github.com/rheit/acc
-------------------------------------------------------------------------------
Name: FBInserter
Description: Inserts compiled ACS objects into map WADs.
Link: https://github.com/nashmuhandes/FBInserter/tree/master/bin/win32
-------------------------------------------------------------------------------
Name: 7-Zip
Description: A compression utility with command line support.
Link: http://www.7-zip.org/
-------------------------------------------------------------------------------
Please read instructions.txt for setup instructions.