D'Arcy on 4/9/2008 at 06:56
Quote Posted by Kolya
If you can get over the accent that is...
They say the same thing about you people :)
Cyberpunkgothic1 on 7/9/2008 at 01:37
Quote Posted by kodan50
if it is supposed to do something with SShock1...
As for BioShock, my computer has this strange issue where the mouse doesn't work, and won't let me do anything (demo), so of course I bought the game and. omg. It was a beautiful bombodge (new word?) of white blocks, sprite-like fire, and 15FPM, to really enjoy the game, one frame at a time! *kicks computer*...
I did play the Xbox 360 version though! Awesome.
shock 1 has a cfg file, and with citadell.bat you can configure shock1 through it. but this isnt yet done! I assume that a hacker did his work with citadell.java, because it dont works any more! last time I changed it, it opend a window, with a greeting message and a blincking courser, to prompt for input. it only was blinking, thats all! dont know what happend to it! :sweat:
bioshock works fine for me, but I lost the computer through a virus :o
kodan50 on 7/9/2008 at 03:12
Are you sure you didn't place a brace somewhere where it doesn't belong? o.o'
Cyberpunkgothic1 on 12/9/2008 at 18:26
Quote Posted by kodan50
Are you sure you didn't place a brace somewhere where it doesn't belong? o.o'
I'm not sure what you mean by a brace!? do you mean ( ), (-) or ({) ?
if you could pm me your email, I can send you the following versions.
kodan50 on 13/9/2008 at 06:16
Yeah, the {'s and the }'s. I don't know if braces are used in Java, but I know that I hate them in all other coding languages, almost as much as the coding itself. The only thing I will ever learn is BASIC, and that is to try and complete my System Shock CybStrings editor that I said I would do like a year ago but never did because I don't know how to load the file into BASIC and make it work. Sad, sad day.
icemann on 13/9/2008 at 13:27
Their not that bad. With appropriate tabbing of code within the brackets, it all makes sense.
Cyberpunkgothic1 on 13/9/2008 at 19:21
oha! difficult question! I have written a breakout clone called tennis, when I was in psychiatry. but its 5 years ago, and my memories of language are not the best. loading files is not a difficult task, so you could find it in the most books about BASIC. another way is to ask in a forum for that... but I would encourage you to learn a bit java, and make it ready for citadell.java (citadell.bat) :cheeky:
got pm! thank you!
Cyberpunkgothic1 on 14/9/2008 at 03:40
just played the last three decks on the first one, and going now down the stairs... this in one houre! :joke: I mean: medical-, crew- and science-deck.
just a question: is zip/unzip free on 'nix-systems? if so, I could use it...
Al_B on 14/9/2008 at 15:11
Yes. Most Unix systems that I've worked with come with the free Info-ZIP version of zip / unzip ((
http://www.info-zip.org/) http://www.info-zip.org/ if you really need to get it).
Nameless Voice on 16/9/2008 at 00:45
Quote Posted by icemann
They're not that bad. With appropriate tabbing of code within the brackets, it all makes sense.
Also, the bracket-highlighting feature in (
http://notepad-plus.sourceforge.net/) Notepad++ is invaluable for figuring out complex arrangements of brackets (or trying to make sense of other peoples' badly-indented code).