TheDoctor Posted November 17, 2011 Share Posted November 17, 2011 This project is near obsolete. LMS will have this funtionality. So ogun has a wonderful wadtool already made, but it's a cli tool. This means that users like LAIR and those who are unfamiliar with shells need to be carried along by me or someone else to open cmd and type 'wadtool.exe p herp.wad herp'. So I took the liberty of making a gui for it... with java. I just tested it and it works on windows. It has linux support (of course), but something is wrong and I need to figure out why it doesn't like to work. It's rather easy to use, just select the wad or folder and click the extract or compile button, respectively. Currently it's indev, but i'll release it now because it works well enough. I have a lot to add though. Lots. Blah blah blah I made a wad tool. I think it's better than Striders'. DOWNLOAD: http://oresome.rockraidersunited.com/download/83 As usual report any bugs to me via this topic or PM. Link to comment Share on other sites More sharing options...
Tracker Posted November 17, 2011 Share Posted November 17, 2011 You need to learn/use something other than Java because the L.M.S. Explorer does not have a working version of it because I cannot connect it to the internet safely to update the interpreter. I do have (Monty) Python, though and have gone ahead of the rest of the class and have started getting file names from a "cfg" file instead of hard cofing them. Link to comment Share on other sites More sharing options...
TheDoctor Posted November 17, 2011 Author Share Posted November 17, 2011 On 11/17/2011 at 3:08 PM, Tracker said: You need to learn/use something other than Java because the L.M.S. Explorer does not have a working version of it because I cannot connect it to the internet safely to update the interpreter. I do have (Monty) Python, though and have gone ahead of the rest of the class and have started getting file names from a "cfg" file instead of hard cofing them. Hell if I care about what your computer doesn't have :D Link to comment Share on other sites More sharing options...
Tracker Posted November 17, 2011 Share Posted November 17, 2011 I think that why Ogun's compiler does not work. Link to comment Share on other sites More sharing options...
TheDoctor Posted November 18, 2011 Author Share Posted November 18, 2011 On 11/17/2011 at 3:32 PM, Tracker said: I think that why Ogun's compiler does not work. Nope. The exe works, and he just fixed his "clunky" python code yesterday. It works and I could care less about what kind of strange setup whatever you use has. Link to comment Share on other sites More sharing options...
Tracker Posted November 18, 2011 Share Posted November 18, 2011 Wait, it was written in Python? It does not matter at the immediate moment as I can not find it. Nor has the Google webspider, judging fronm the search results. I have an older version. I think it had a jar extension. Nope, it is an .exe. Now if it worked without IDLE on a computer with access to the internet, but not one without access, and .net was present on both, what in the word is in that compiler. Is the silly thing in x86-64? Link to comment Share on other sites More sharing options...
TheDoctor Posted November 18, 2011 Author Share Posted November 18, 2011 On 11/18/2011 at 7:13 PM, Tracker said: Wait, it was written in Python? It does not matter at the immediate moment as I can not find it. Nor has the Google webspider, judging fronm the search results. I have an older version. I think it had a jar extension. Nope, it is an .exe. Now if it worked without IDLE on a computer with access to the internet, but not one without access, and .net was present on both, what in the word is in that compiler. Is the silly thing in x86-64? It uses the exe on windows and python version on linux. Link to comment Share on other sites More sharing options...
ogun Posted November 21, 2011 Share Posted November 21, 2011 (edited) Source code of wad tool is at https://github.com/jgrip/wadtool Source code of the compiler is at https://github.com/jgrip/legorr Not done much to it lately, working on a complete rewrite since a long time. Slowly inching closer to being done with that one. Edited August 12, 2019 by Slimy Slug Fixed broken link Link to comment Share on other sites More sharing options...
Tracker Posted November 23, 2011 Share Posted November 23, 2011 Is there any chance that it got compiled as x86-64? Or is there something else screwing with it execution on XPSP2 32 bit? IDLE caught a syntax error on line 538. The error was a screwup in the string that I cannot trace. Solution: Move string to its own variable (s0, string zero) and print(s0). Traceback (most recent call last): File "K:npl.py", line 535, in <module> sys.exit() SystemExit What? I have not seen this before. Is there a module that does not come with IDLE that I am missing? From setup.py: Traceback (most recent call last): File "K:Setup.py", line 2, in <module> import py2exe, sys, os ImportError: No module named py2exe That would be easy to fix, if I knew what you were trying to import. Line two, only an import error can raise an exception that early. Link to comment Share on other sites More sharing options...
TheDoctor Posted May 13, 2012 Author Share Posted May 13, 2012 Updated. Improved previewing and other stuff. Link to comment Share on other sites More sharing options...
The Slimy Slug Posted May 20, 2012 Share Posted May 20, 2012 The Extract WAD feature is having some issues, I think. When It's extracting and I go to the directory and open the folder theres just another WAD inside. Is there a solution to this? Link to comment Share on other sites More sharing options...
TheDoctor Posted May 20, 2012 Author Share Posted May 20, 2012 On 5/20/2012 at 5:00 PM, The Slimy Slug said: The Extract WAD feature is having some issues, I think. When It's extracting and I go to the directory and open the folder theres just another WAD inside. Is there a solution to this? Try using the other extraction method (under Edit). Last time I checked, Ogun's tool had an issue or two, but i'll look into this. Edit: Strange, works for me. Run it from the bat file, do whatever you did, and post what it gives you here. Link to comment Share on other sites More sharing options...
Recommended Posts