WAD Level Loader

An asset by Chaosus
The page banner background of a mountain and forest
WAD Level Loader hero image

Quick Information

0 ratings
WAD Level Loader icon image
Chaosus
WAD Level Loader

This script loads a WAD level data from games like DOOM, DOOM2, Heretic, Strife etc. and present it as mesh into your Godot project.

Supported Engine Version
3.0
Version String
0.2.1
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

GDWadLevelLoader

WAD level loader-script(from DOOM-alike games) for Godot.

Current version

v0.2.1 - present simple line mesh of level with standart DOOM map red color, doors and other interactive lines are marked with yellow.

README Screenshot of 0.2.1

Previous versions

v0.2 - some improvements for future development..

v0.1 - present simple line mesh of level without any details, floor height or textures. In future I will add walls, floors, and maybe texture loading support.

How to use

This is very simple - push your WAD file into main directory of your project, create Spatial and attach WADLevelLoader.gd to it, push the path to WAD file into Wad path parameter, if the WAD have multiple levels you can target specific in Level Name parameter, if the result is too large - control the scale using Scale parameter.

Misc

You can test current version with e1m1.wad from Freedoom project(included).

This script loads a WAD level data from games like DOOM, DOOM2, Heretic, Strife etc. and present it as mesh into your Godot project.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
WAD Level Loader icon image
Chaosus
WAD Level Loader

This script loads a WAD level data from games like DOOM, DOOM2, Heretic, Strife etc. and present it as mesh into your Godot project.

Supported Engine Version
3.0
Version String
0.2.1
License Version
MIT
Support Level
community
Modified Date
4 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers