-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from dpteam/zd32funcs
zd32funcs into master
- Loading branch information
Showing
346 changed files
with
5,061 additions
and
3,930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ $RECYCLE.BIN/ | |
*.pk3 | ||
*.pk7 | ||
*.dbs | ||
*.log | ||
*.log | ||
logfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
|
||
## Core component | ||
|
||
Funny cooperative+deathmatch entertaining modification for DOOM II. Created for Zandronum 3.0 port. | ||
Funny cooperative+deathmatch entertaining modification for DOOM II. Created for ZDoom32 port. | ||
|
||
Also have GZDoom/Delta-Touch compatibility | ||
Also have Delta-Touch compatibility | ||
|
||
## How to compile (Windows) | ||
|
||
|
@@ -14,12 +14,18 @@ Also have GZDoom/Delta-Touch compatibility | |
4. Drag & Drop pk7 to zandronum.exe | ||
5. Play | ||
|
||
## Current important info | ||
## How to compile (Linux) | ||
|
||
CREDITS Currently Work in Progress, if im forgot some, please say it in issues. | ||
1. sudo apt-get install git | ||
2. git clone -b zd32funcs [email protected]:dpteam/dpt-hq-core.git dpt-hq-core | ||
3. sh build.sh | ||
4. Wait | ||
5. "./zdoom32 dpt-hq-core-current.pk7" | ||
6. Play | ||
|
||
Issue #7 | ||
## Current important info | ||
|
||
CREDITS Currently Work in Progress, if im forgot some, please say it in issues. [Issue #7] | ||
|
||
Also info for paranoics: | ||
|
||
|
@@ -50,8 +56,8 @@ https://qiwi.me/dartpower | |
|
||
Development status: | ||
[![Github All Releases](https://img.shields.io/github/downloads/dpteam/dpt-hq-core/total.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/releases) | ||
[![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/y/dpteam/dpt-hq-core.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/commits/master) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/dpteam/dpt-hq-core.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/commits/master) | ||
[![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/y/dpteam/dpt-hq-core.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/commits/zd32funcs) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/dpteam/dpt-hq-core.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/commits/zd32funcs) | ||
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/dpteam/dpt-hq-core.svg?style=for-the-badge)](https://github.com/dpteam/dpt-hq-core) | ||
|
||
Social status: | ||
|
@@ -62,4 +68,4 @@ Social status: | |
[![GitHub forks](https://img.shields.io/github/forks/dpteam/dpt-hq-cor.svg?style=social&label=Fork&style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/network/members) | ||
[![GitHub stars](https://img.shields.io/github/stars/dpteam/dpt-hq-core.svg?style=social&label=Stars&style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/stargazers) | ||
[![GitHub watchers](https://img.shields.io/github/watchers/dpteam/dpt-hq-core.svg?style=social&label=Watch&style=for-the-badge)](https://github.com/dpteam/dpt-hq-core/watchers) | ||
[![GitHub followers](https://img.shields.io/github/followers/dpteam.svg?style=social&label=Follow&style=for-the-badge)](https://github.com/dpteam) | ||
[![GitHub followers](https://img.shields.io/github/followers/dpteam.svg?style=social&label=Follow&style=for-the-badge)](https://github.com/dpteam) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
set +v | ||
echo "Compressing. Please wait... [Approximately 2-5 mins]" | ||
cd pk3_data | ||
..\7z a -t7z -m0=lzma2 -mx=9 -aoa "..\dpt-hq-core-current.pk7" * | ||
clear | ||
echo "Compression complete." | ||
sleep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ACTOR BALL 26238 | ||
{ | ||
DamageType Ball | ||
SPAWNID 255 | ||
//SpawnID 255 | ||
HEALTH 0x2fffffff | ||
PAINCHANCE 255 | ||
MASS 70 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.