Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
jmickle66666666

jmickle66666666's dumb tools

Recommended Posts

wad.js, a javascript doom wad library
I couldn't find any wad reading library for js so I wrote one. Currently does all the essentials, along with a nice feature or two like rendering maps using the vanilla colorschemes (reading from the palette, too!). Keep in mind this is mainly just the library, the actual usable frontend is an example/testing framework for it. Hopefully someone can use this to make a Real Cool Web Wad Editor.
https://github.com/jmickle1/wad-js
example implementation

Share this post


Link to post
jmickle66666666 said:

wad.js, a javascript doom wad library
I couldn't find any wad reading library for python so I wrote one.


ITYM Javascript :)

Share this post


Link to post

texstuff (awful name) completely retexture a wad from one texture set to another, automatically and badly!
https://github.com/jmickle66666666/texstuff

examples:
http://imgur.com/a/7DdqI
http://imgur.com/a/9GTKa

exe: https://dl.dropboxusercontent.com/u/8943931/junk/texstuff.exe

usage:
texstuff.exe wad1.wad wad2.wad outputname.wad
it'll take textures and flats from wad1, rename them to the closest thing in wad2, then make outputname.wad and put em in it

Share this post


Link to post
scifista42 said:

The Post-apocalyptic Structure above Steampunk Venus

Next Bioshock game!!

Share this post


Link to post

mapinfo-gen.exe
Easily generate simple MAPINFO, ZMAPINFO, EMAPINFO and DEHACKED lumps in one go!
Currently supports Map name, author, music, sky, title graphic, nextmap and par time.
https://github.com/jmickle66666666/mapinfo-gen
(download link on the right)

Notes: DEHACKED only supports map title and par time. MAPINFO and ZMAPINFO doesn't support Author, but will place the author name in a comment.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×