Rsgm / Hakd

Just a hacking game.
MIT License
25 stars 1 forks source link

None of the Commands working? #8

Open BrendenChurch opened 10 years ago

BrendenChurch commented 10 years ago

I make sure to type .py, look at the command list in res and stuff, but no avail

BrendenChurch commented 10 years ago

Running several commands

Terminal Command: ls -h [[;, ls, -h]] Terminal Command: cheat.py [[;, cheat.py]] Terminal Info: python file: cheat.py Terminal Command: history.py [[;, history.py]] Terminal Info: python file: history.py Terminal Error: null Traceback (most recent call last): File "", line 15, in TypeError: write(): expected 3 args; got 2 Terminal Command: port_scan.py [[;, port_scan.py]] Terminal Info: python file: port_scan.py Terminal Error: null Traceback (most recent call last): File "", line 6, in AttributeError: type object 'hakd.game.pythonapi.PyNetworking' has no attribute 'get_device'

Rsgm commented 10 years ago

Thank you very much for all of the work you have done. Sorry you haven't been able to play, but there is not really a game to play yet.

I have taken a break these past few months, I should start working on it again in a month or so. I work on it occasionally, and I have a lot of changes(almost none noticeable though) on my computer. I just don't want to push anything while there are still bugs.

I really hate the terminal as it is. It is the main reason I have not been able to make any progress these past several months. I made it from scratch, which was a huge mistake, I will eventually replace it when I find something that works. I have updated it and rewritten it several times in the past. There is still code unchanged from the first days of working on it. I really should work on that next(I was trying to do some things with shaders).

I don't know what the problem is off the top of my head, but it looks like it is what caused me to call the newest bugged. I will leave this open, until I get back working on the game. I may have already fixed it, I don't know

Rsgm commented 10 years ago

I will be handling hacking gameplay mechanics next, which includes terminal commands. Here are some of my ideas:

Up next, I will be working on hacking gameplay. I had a great idea, keep hacking programs in java, get rid of my coreutils plans and make python for scripting only. This would allow hacking to only use certain programs, but it would allow more advanced players to write scripts to automate hacking through python scripting.

I copied this from the message on this commit towards the bottom.

Rsgm commented 10 years ago

This would allow hacking to only use certain programs

By this I mean hacking programs would be predefined. It would make it easier for the average player, and it would not allow players to cheat as easily(not that I care about this one reason).