{"author_link":"\/author\/draklaw\/","author_name":"DraKlaW","author_uid":"36384","comments":[{"author_name":"plokdev","author_uid":"52669","time":"Apr 21, 2015 @ 12:42pm","epoch":1429619820,"text":"Couldn't run it on Windows 8.1. Wanted &quot;libgcc_s_dw2-1.dll&quot;."},{"author_name":"DraKlaW","author_uid":"36384","time":"Apr 21, 2015 @ 12:50pm","epoch":1429620300,"text":"Indeed, we had forgotten a flag to include the standard libary ; the archive pointed by the link should now be a fixed one."},{"author_name":"plokdev","author_uid":"52669","time":"Apr 21, 2015 @ 12:54pm","epoch":1429620540,"text":"It no longer throws that error, but nothing happens when I click the EXE. I tried the usual tricks (running in admin mod, and setting the compatibility to XP and Vista) to no result."},{"author_name":"HeuGamer","author_uid":"10826","time":"Apr 22, 2015 @ 4:52am","epoch":1429678020,"text":"The ladders could use some fixing up, but other than that, solid entry."},{"author_name":"Reis Mahnic","author_uid":"52764","time":"Apr 22, 2015 @ 4:53am","epoch":1429678080,"text":"Fun concept, and though I see you had issues in above comment, I had no issues on Win 7 64.\r<br\/>For 15 minutes, I love your little story."},{"author_name":"FeniX","author_uid":"44283","time":"Apr 24, 2015 @ 6:31pm","epoch":1429899960,"text":"I was able to run it on Windows 8.1, but after finishing first level I see the end screen. Is there anything specific I should do to get to another levels?"},{"author_name":"TheMeorch","author_uid":"44776","time":"Apr 24, 2015 @ 7:06pm","epoch":1429902060,"text":"The controls surrounding ladders are a bit finicky.  You may want to snap the player to the center of a ladder when climbing, so they don't end up getting stuck at the top, where the ladder meets the floor above.  Also, when walking on a floor that has a ladder leading down, players probably shouldn't fall when they reach the top of the ladder."},{"author_name":"jacketsj","author_uid":"51647","time":"Apr 24, 2015 @ 7:20pm","epoch":1429902900,"text":"Good mechanics, good idea, but maybe next time focus more on having multiple levels :P"},{"author_name":"DraKlaW","author_uid":"36384","time":"Apr 24, 2015 @ 7:26pm","epoch":1429903260,"text":"@Plokdev : Well, sorry, not sure what's going wrong for you, so I can't do much.\r<br\/>\r<br\/>@HeuGamer : I'm going to pretend that the ability to make crazy jumps from a ladder is a &quot;feature&quot;. (As is F2.) But yeah, you're right. (See below.)\r<br\/>\r<br\/>@Reis : Glad  you liked it. :)\r<br\/>\r<br\/>@Fenix : Ehrm... there isn't another level at the moment. We coded the engine from scratch (well - using SDL and Eigen vectors), and started to work on actual levels very late. We have several unfinished levels, but we couldn't finish their gameplay mechanics before the deadline, so we decided to just leave what worked.\r<br\/>Hopefully, we'll be able to capitalize on the engine for our next jams. We chose to do it from scratch because we used some pre-made JS lib for our first jam (last year), and, well, JS was a real PITA.\r<br\/>\r<br\/>@TheMeorch : I thought about snapping players, and then just reduced the hitbox when the &quot;ladder&quot; flag was set ; because I wanted the player to be able to move left-right while climbing. In retrospect, you're probably right though. (And I could\/should probably have done both.)\r<br\/>Pretending downward ladders are floors is also a good feature. (And given the current physics code, probably not too hard to do.)"},{"author_name":"EthanWebster","author_uid":"38791","time":"Apr 26, 2015 @ 6:55pm","epoch":1430074200,"text":"Fun little game, could do with more levels though :)"}],"images":["ld32\/36384-4a04f1ba161596dbf1a4b4fba1584aca.jpg"],"links":[{"url":"http:\/\/www.draklia.net\/jams\/usb_warrior.zip","text":"Windows (fixed #2)"},{"url":"https:\/\/github.com\/draklaw\/usb_warrior\/tree\/ld32","text":"Source (All platforms) (deadline version)"},{"url":"https:\/\/github.com\/draklaw\/usb_warrior","text":"Source (All platforms) (updated version)"}],"metadata":{"g_key":"11208","g_author":"36384","g_event":"LD32","g_eventkey":"27","g_subevent":"JAM","g_urlkey":"11238","g_title":"USB Warrior","g_status":"UCHK1","g_place":"944","g_commentcount":"10","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/444368\/36384-shot0-1429573843.png-eq-900-500.jpg"],"text":"Fight evil robots with your USB sticks !\r\n\r\nOur modest participation. Coded from scratch with SDL2, Eigen and M's JSON parser.\r\n\r\nBinary for Windows available.\r\nRun under linux, but must be compiled manually (see GitHub).\r\nShould run under MacOS, but untested.\r\n\r\n===\r\n\r\nAnd now, some flavor text, for those who like that sort of thing.\r\n(Yes, we totally came up with the plot fifteen minutes before the deadline.)\r\n\r\nUSB_warrior - Stick it to the man.\r\n\r\nIn a not so distant future, powerful corporations have taken over all of Earth's ressources.\r\n\r\nUsing mass-produced, heavily armored robots that run on undisclosed proprietary technology, they have locked themselves behind walls of steel and impenetrable security systems... or are they ?\r\n\r\nIndeed, a young, intrepid she-android known only as A.M.I. has made a game-changing discovery : almost every operating robot still includes an outdated model of USB plug, along with its vulnerable firmware. USB sticks are few and far between these days, and their aging memories make them more and more shoddy. But some are still reliable enough, and our heroine now intends to wrest control of any hostile robot, by simply sneaking up on them and back-plugging their vulnerable USBware !\r\n\r\n===\r\n\r\nUpdates:\r\n\r\nWe made a few updates till the deadline:\r\n- Fixed the error message about missing dependencies in the Windows binary.\r\n- Updated the README.txt to explain how to compile. (Note: should be painless under Linux !)\r\n- Redirected logging to log.txt, so that people encountering crashes can send us a bug report with detailed information.\r\n- Fixed a crash with a meaningless error message when assets are not found (which should not happen if you use the windows version, unless you mess with the layout of the archive). Now there is a clear error message, but chances are that the game will still crash anyway - but a least the log should tell us why.\r\n\r\nThere is also the updated version (we do not provide a precompiled download for this one, only source, see below). It contains a few enhancements right now, but we will add levels we did not managed to get for the deadline eventually.\r\n\r\n\r\nTroubleshooting:\r\n\r\nIf you encounter any bug, please post a bug report on our github (the source link below) with a copy of the log.txt file so we can try to fix it.\r\n\r\n","title":"USB Warrior"}