This time we took apart the MS-DOS version of Turrican II.
Tag Archives: Tool
Dr. Riptide dissected
Remember the DOS game "In Search of Dr. Riptide"?
Binmap – Data inspector and editor
I was tempted to name this tool "Nah!" for "Not A Hex-editor!" but eventually I added editing features so I decided for Binmap. It mainly assists in analysing and documenting binary data files.
SHOW
Hi-Octane (1995) Level Inspector and Editor
P8Coder (pico-8 programming tool)
P8Coder is a handy little tool that replaces the lua code in pico-8 cartridges (p8) with the code you write in P8Coder (Windows only).
It allows to group functions (any code actually) that belong to the same entity/unit in your game and lets you have functions (any kind of code sections) as tabs.
When writing to the cartridge it concatenates all code to one large lua code block as you would have when writing the cart directly in the p8 file or in pico-8.
“Zwerg” Distance Field Editor
I've been working on an editor/modeller for distance field based models/scenes that can be rendered with a raymarcher/sphere tracer, for example in a fragment shader. The scene can be saved to and loaded from XML but more important is the generated scene source code for your (or my) raymarcher. Tired of modelling in code? Try Zwerg! SHOW
Little handy tool for timelapsing your work
TimeLapse, periodically captures the primary screen into png files. It is written in C# .NET (should work with mono too).
Download Timelapse v0.1 (ZIP, 7kb)