Skip to content

Commit

Permalink
Merge pull request #8 from jonathanlinat/chore/update-tools
Browse files Browse the repository at this point in the history
Quakespasm update
  • Loading branch information
jonathanlinat authored Nov 15, 2023
2 parents 4a0fd9d + 57bfd5d commit 8a591a4
Show file tree
Hide file tree
Showing 18 changed files with 1,879 additions and 1,935 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

52 changes: 28 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@

This **Starter Kit** primarily consists of files, directory structure, and tools recommended by [dumptruck_ds](https://twitter.com/david_spell).

_Note: For Microsoft Windows (x86-64) users only._
> ⚠️ **Important Note**: For Microsoft Windows (x86-64) users only.
## Features

Included:
Main Tools:

* Quakespasm Spiked 0.94.7 x86-64 (2022-August-11), Spoike [[Link](https://triptohell.info/moodles/qss/)]
* TrenchBroom 2023.1, Kristian Duske [[Link](http://kristianduske.com/trenchbroom)]
* ericw-tools 0.18.1, Eric Wasylishen [[Link](https://ericwa.github.io/ericw-tools)]
* ne_q1spCompilingGui 1.0.3, C. Jones [[Link](https://shoresofnis.wordpress.com/utilities/ne_q1spcompilinggui)]
* **TrenchBroom** `2023.1`, Kristian Duske [[Link](http://kristianduske.com/trenchbroom)] [[GitHub](https://github.com/TrenchBroom/TrenchBroom)]
* **Quakespasm** `0.96.1`, Eric, Ozkan & Steven [[Link](https://quakespasm.sourceforge.net)] [[SourceForge](https://sourceforge.net/projects/quakespasm/)]
* **ericw-tools** `0.18.1`, Eric Wasylishen [[Link](https://ericwa.github.io/ericw-tools)] [[GitHub](https://github.com/ericwa/ericw-tools)]
* **ne_q1spCompilingGui** `1.0.3`, C. Jones [[Link](https://shoresofnis.wordpress.com/utilities/ne_q1spcompilinggui)] [[GitHub](https://github.com/necros0/ne_q1CompilingGui)]

Extras:

* Quake Tools 1.2.1, Joshua Skelton [[Link](https://joshua.itch.io/quake-tools)] [[Usage](https://www.youtube.com/watch?v=zJ0RX62VYaA)]
* TexMex 3.4, Mike Jackman [[Link](https://quakewiki.org/wiki/TexMex)]
* Map2Curve 0.7, ToTac [[Link](http://gibshooter.com/map2curve)]
* Original Quake maps, John Romero [[Link](https://rome.ro/news/2016/2/14/quake-map-sources-released)]
* Original Quake textures [[Link](https://www.quaddicted.com)]
* Prototype WAD textures 1.3, Aleksander "Khreathor" Marhall [[Link](http://khreathor.xyz/site/prototype)]
* **Quake Tools** `1.2.1`, Joshua Skelton [[Link](https://joshua.itch.io/quake-tools)] [[GitHub](https://github.com/joshuaskelly/quake-cli-tools)] [[Usage](https://www.youtube.com/watch?v=zJ0RX62VYaA)]
* **TexMex** `3.4`, Mike Jackman [[Link](https://quakewiki.org/wiki/TexMex)]
* **Map2Curve** `0.7`, ToTac [[Link](http://gibshooter.com/map2curve)] [[GitHub](https://github.com/Gibshooter/Map2Curve)]
* **Prototype WAD textures** `1.3`, Aleksander Marhall [[Link](https://www.slipseer.com/index.php?resources/prototype-wad.263)]
* **Original Quake maps**, John Romero [[Link](https://rome.ro/news/2016/2/14/quake-map-sources-released)]
* **Original Quake textures** [[Link](https://www.quaddicted.com)]

## Project Structure

```shell
```text
.
├── quakespasm # Quakespasm executable files
├── source # Original Quake map files
├── tools/
│ ├── ericw-tools # ericw-tools executable files
│ ├── Map2Curve_v0.7 # Map2Curve executable files
│ ├── ne_q1spCompilingGui # ne_q1spCompilingGui executable files
│ ├── quake-tools # Quake Tools executable files
│ └── texmex # TexMex executable files
├── trenchbroom # TrenchBroom executable files
└── wads # Original Quake texture files + Prototype WAD texture files
├── quakespasm # Quakespasm executable files
├── source # Original Quake map files
├── tools
│ ├── ericw-tools # ericw-tools executable files
│ ├── Map2Curve_v0.7 # Map2Curve executable files
│ ├── ne_q1spCompilingGui # ne_q1spCompilingGui executable files
│ ├── quake-tools # Quake Tools executable files
│ └── texmex # TexMex executable files
├── trenchbroom # TrenchBroom executable files
└── wads # Original Quake texture files + Prototype WAD texture files
```

## Software Requirements
Expand All @@ -60,9 +60,13 @@ Choose one of the following:

```bash
cd <path/to/desired/directory/>
```

```bash
git clone https://github.com/jonathanlinat/quake-leveldesign-starterkit.git
```

```bash
cd quake-leveldesign-starterkit/
```

Expand All @@ -82,7 +86,7 @@ Lastly, copy and paste the original `pak0.pak` and `pak1.pak` files from your Qu

[![Video](http://img.youtube.com/vi/gONePWocbqA/0.jpg)](http://www.youtube.com/watch?v=gONePWocbqA)

This video tutorial is part of a fantastic series by [dumptruck_ds](https://twitter.com/david_spell). Don't forget to [explore it](https://www.youtube.com/playlist?list=PLgDKRPte5Y0AZ_K_PZbWbgBAEt5xf74aE)!
This video tutorial is part of a fantastic series by [dumptruck_ds](https://twitter.com/david_spell). Don't forget to [check it out](https://www.youtube.com/playlist?list=PLgDKRPte5Y0AZ_K_PZbWbgBAEt5xf74aE)!

## Acknowledgments

Expand Down
Loading

0 comments on commit 8a591a4

Please sign in to comment.