Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.