{"author_link":"\/author\/rikardkarlsen\/","author_name":"RikardKarlsen","author_uid":"12881","comments":[{"author_name":"Rahazan","author_uid":"23945","time":"Apr 28, 2014 @ 4:57am","epoch":1398660720,"text":"The .bat file is incorrect (points to wrong .jar filename), the game however worked fine after changing that.\r<br\/>\r<br\/>Very difficult, I could not figure out much without looking at the source. Some small tips that may help others forward: Ask questions in lowercase and use proper punctuation! (and even then I'd be surprised if anybody beat it without peeking at the source) \r<br\/>\r<br\/>I love seeing textgames however!"},{"author_name":"RikardKarlsen","author_uid":"12881","time":"Apr 28, 2014 @ 9:46am","epoch":1398678060,"text":"@Rahazan Thanks for letting me know about the .bat, it's fixed now."},{"author_name":"Snoother","author_uid":"33841","time":"Apr 28, 2014 @ 6:54pm","epoch":1398710940,"text":"Couldn't get it to run. Opening the .jar file does nothing and opening the .bat file launches a very brief command prompt screen and then nothing. I'm running windows 8.1, if that helps."},{"author_name":"whalebot","author_uid":"36369","time":"Apr 28, 2014 @ 7:28pm","epoch":1398712980,"text":"Haha I honestly don't know how anyone will be able to complete this without the source code. But reading through that was kind of funny anyway (as far as the things you needed to ask to continue). I guess John has some family matters to attend to ;)"},{"author_name":"RikardKarlsen","author_uid":"12881","time":"Apr 28, 2014 @ 7:57pm","epoch":1398714720,"text":"@Snoother Try adding &quot;pause&quot; at the end of the .bat file. Run it and see what it says."},{"author_name":"Tomski","author_uid":"30523","time":"Apr 29, 2014 @ 10:41am","epoch":1398767760,"text":"Pretty hard, and I cheated too, great stuff, love text games!"},{"author_name":"Snoother","author_uid":"33841","time":"Apr 29, 2014 @ 4:45pm","epoch":1398789600,"text":"I managed to capture the message in the brief time it appeared: &quot;'java' is not recognised as an internal or external command, operable program or batch file.&quot;"},{"author_name":"gene-z","author_uid":"26095","time":"Apr 30, 2014 @ 1:41am","epoch":1398821760,"text":"Hard Game , but good idea"},{"author_name":"RikardKarlsen","author_uid":"12881","time":"Apr 30, 2014 @ 10:49am","epoch":1398854640,"text":"@Snooter Open the file in notepad and replace the word java with the path to where your java is installed (if you have it installed). f.ex.: \r<br\/>\r<br\/>&quot;C:\\Program Files\\Java\\jre7\\bin\\java&quot; -jar btsf.jar\r<br\/>pause"},{"author_name":"Gallefray","author_uid":"13889","time":"Apr 30, 2014 @ 10:59pm","epoch":1398898440,"text":"Awesome, managed to beat the game :D"},{"author_name":"paps","author_uid":"27849","time":"May 1, 2014 @ 12:57pm","epoch":1398948720,"text":"Hum I starting to think that I suck in text game. cool game though"},{"author_name":"tomvert","author_uid":"18469","time":"May 1, 2014 @ 1:00pm","epoch":1398948900,"text":"I didn't know what to do but I like text game."},{"author_name":"Cezel_","author_uid":"30673","time":"May 2, 2014 @ 8:54am","epoch":1399020540,"text":"It was really nice, altough I had to read the source code to know what to do, most of my mistakes were because of bad spelling."},{"author_name":"shasharala","author_uid":"34866","time":"May 4, 2014 @ 3:13am","epoch":1399172880,"text":"That was interesting. I have not played a game in a while that involved a parser. I recall some Sierra games having them. Of course, those were commercial productions, but they were fun. I miss them and this was a small call back to them."},{"author_name":"DrPrettyPatty","author_uid":"30068","time":"May 4, 2014 @ 5:49pm","epoch":1399225440,"text":"Hmm I couldn't get it to run :\/ I have java installed, but it said 'java' isn't a valid command"},{"author_name":"RikardKarlsen","author_uid":"12881","time":"May 4, 2014 @ 7:27pm","epoch":1399231320,"text":"You can try what I said to Snooter about 7 comments up. If not, you can try to google it :)"},{"author_name":"fullmontis","author_uid":"21736","time":"May 8, 2014 @ 1:28pm","epoch":1399555380,"text":"I had to look at the source, I don't think i's possible to win otherwise. At first I thought it was a game where you had to guess a specific word he was thinking but that wasn't the case."}],"images":["ld29\/12881-40b2be4967e29a267c7cc597cebe47ae.jpg","ld29\/12881-c9e163d25bd37d03f96ced84b06d38e7.jpg"],"links":[{"url":"http:\/\/www.mediafire.com\/download\/za7uawcwcaosavm","text":"Download (cross-platform)"},{"url":"http:\/\/www.mediafire.com\/download\/o6mm5wxxeu6ftix","text":"Source"}],"metadata":{"g_key":"20095","g_author":"12881","g_event":"LD29","g_eventkey":"22","g_subevent":"COMPO","g_urlkey":"20124","g_title":"Beneath the Sur(e)face","g_status":"UCHK1","g_place":"1172","g_commentcount":"17","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\/\/342546\/12881-shot0.png-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/342546\/12881-shot1.png-eq-900-500.jpg"],"text":"A text based game. You're talking with a confident guy, but everything might not be perfect. Supposed to be kinda psychological-ish but it weren't so. \r\n\r\nI'd say it's really hard to know what to do, unless you see in the source. I WAS going to have many more questions and alternate ways to tell them, but I started the game with 12 hours left so... At least I've learn something this weekend about game dev.\r\n\r\n================================\r\n\r\nMade with Java in Eclipse.\r\n\r\n================================\r\n\r\nI'm not sure if the mac and linux .sh files are working for everyone, and if you know what to do, it's just to edit the file.\r\n\r\nJAVA ERRORS\r\nIf you get the following message trying to run the game:\r\n\r\n'java' is not recognised as an internal or external command, operable program or batch file.\r\n\r\nYou need to do some stuff. See this google search, as there are a lot of other people out there WAY better at explaining than me:\r\nhttps:\/\/www.google.com\/search?q=%27java%27+is+not+recognised+as+an+internal+or+external+command%2C+operable+program+or+batch+file.\r\n\r\n================================\r\n\r\nhttp:\/\/rikardkarlsen.com\/\r\nhttps:\/\/twitter.com\/PotatoAndTaco","title":"Beneath the Sur(e)face"}