A downloadable BSP Loader for Windows

Download NowName your own price

From the person what got Gamemaker to load Doom maps comes the next illogical step!

OzarQ

VIDEO EVIDENCE

OzarQ is a powerful tool for Gamemaker Studio that enables developers to easily import and use maps directly from compiled Quake BSP files. OzarQ enables developers to use powerful Quake authoring tools, such as Trenchbroom and EricW's various compilers, to create custom game content for their own projects within Gamemaker Studio. With OzarQ, developers have the ability to create 3D game content easily and rapidly. Long gone are the endless mountains of code required just to render a 3d textured cube. In their place, other mountains of code that I've written that you don't even have to look at! In order to use the system, it just takes three lines of code written by you!

Let's take a look at the features currently implemented into OzarQ!

  • Level geometry
  • Textures
  • Entities
  • Lightmaps, grayscale, RGB, and animated, dawg!
  • Lightmaps packed to a global atlas for ridiculous performance.
  • Level geometry batched for insane performance (giant levels might cause problems but we'll cross that bridge later)
  • Collision detection provided by ColMesh integration. Super performant, super Raaaaaaaad!
  • Basic support for dynamic models!
    • Can't pass through closed doors
    • Elevators will elevate you (needs a little work)
  • Worldspawn entity keys like fog let you set the mood in your level!
  • That retro warpy liquid shader thing!
  • Example FPS player pawn powered by verlet integration
  • You can swim! ( its kinda janky, but it works! )
  • Multiple supported BSP formats: 
    • BSP29 - Classic Quake 1 format
    • BSP2 - limit removed format for more detailed level geometry!
  • And probably other stuff that I'm not remembering right now!

Let's take a closer look at the currently supported Vanilla Quake entities:

Orange - partially complete

Green - complete enough

Red - not gonna bother



What is the current goal of OzarQ? I would love to get this to a point where it's viable for use in a real video game project. Right now it's not feature complete, but when it is you'll be able to not only load and explore the levels you create in tools like Trenchbroom, QuakeEd, QuArK and others, but you'll be able to interact with them. Trigger volumes will behave as expected, lava and slime will trigger pain states, buttons will trigger the activation of other things like moving platforms. The logic you design in the mapping process will just WORK.

OzarQ is being designed from the ground up to be open source. Once development reaches a point where it's usable, I will release playable demos that you can use to test your own maps, and the source code itself will be made available here, and on github.

Check out the demo below, and be sure to read the devlog to learn how to use it!

OzarQ is a personal passion project of mine, and it's not making me any money. If you like the work that I do and want to support me, check out my ko-fi or consider buying one of my assets or games!

StatusIn development
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(6 total ratings)
AuthorLemonToast Games
GenreAction, Platformer
Tags3D, Atmospheric, First-Person, GameMaker, Horror, Low-poly, Retro

Download

Download NowName your own price

Click download now to get access to the following files:

OzarQ_DEMO.zip 23 MB

Development log

Comments

Log in with itch.io to leave a comment.

This is a very nice challenge!I appreciate it, thank you.I will support you.

Hey, it is crazy... Congrats! ...will follow for the updates.

Do you have a solution for loading low poly quake or quake style models for entities (enemies, powerups, etc) ?>

The demo available right now has support for the original Quake 1 MDL models. An updated demo that I'll be releasing soon will also have support for the Quake 2 MD2 format.

how fast is the rendering of the levels? Do you think it would work for a indie game?

Give the demo a try. Most moderately detailed levels get over 200-400 fps. More than suitable for an indie game. I have a little work to do before I can release the source code, but you can get a head start on by downloading the demo and testing out your own levels with it.

Does this open Quake 2 levels as well? Where can I DL some test Quake levels to check it out? Cheers!

I just added support for Quake 2 levels this week, but I've also added support for GoldSrc as well, so Half Life and Counter Strike maps will also load.

For some test levels, I would go to slipseer.com and download some of the community map jams. There are hundreds of maps to play with and many of them are really great looking. You could also buy the Quake Rerelease on steam pretty cheap.

Mac version pliss

I need access to a Mac to make that happen, which I don't currently have 

man this is awesome 

(+1)

Hey thanks!

Very nice I'd say, but i got a quiestion. What have u used to make this? like which Programming language, and how u made this ? 

This is for Gamemaker, that means it is written in GML, the Gamemaker language.

It's really possible to write on GML only ? U didn't even use something other ? like some libraries maybe

(1 edit)

It is written only in GML. I have not written any libraries for this. It is all Gamemaker only.

Is this compatible with GMS2?

This is specifically built for gms 2022 and newer.

Looks interesting, I like the old Quake/PS1 'Look' .. Im REALLY interested if you can create your own BSP files to load into and use ...

Creating your own BSP maps was the whole reason I started this. All you have to do is download one of the many quake map editors, set up the compilers, and go ham.