Thursday, 2 March 2017

Infraction

So im still making that one thing.
A stealth game, Infraction. It's been over a year in development now, and that's far longer than it should've been so im trying to wrap up development as fast as i can.
I think i might have a playable very early-alpha demo next week, but i'm not certain.
Only good thing that did come out of this project is that i learned a lot, how to do certain things and not do others. Mostly i learned how to avoid going out of bounds in certain programming aspects, like arrays and what CAN happen if you do, and how to spot such a bug.


Wednesday, 8 February 2017

Still making that new thing

One year later, still doing it.
I decided it to be a stealth game of sorts, with gameplay similiar to early Metal Gear games on MSX and very little if any story.
I hope to add some bosses and more enviroments in the future. So far here, have a webm of some turrets that i have coded into the game, drawn by my so-far anonymous artist.


Friday, 15 January 2016

New thing

So i've been working on this for some time now. Since november, in fact, and i don't know what it is.
Maybe a game? Maybe just an engine? The future is still undecided but so far this engine's capabilities are far beyond occupy wallstreet. Im getting inspiration from Metal Gear 1 on MSX, but that's all i can say.

Ignore the bugs.

Tuesday, 17 June 2014

Occupy Wallstreet the end

Yeah, i decided to end the thing. It doesn't have a potential, not fun enough and its ugly. I learned alot though. It's still in github with the latest contribution booted into it. It now has three maps and few more weapons.

Saturday, 31 May 2014

So, after making another update to Occupy Wallstreet (damn i need to change that name) and fixing some bugs i dug up some game i made when i was bored. "Flappy Stalin". It's in Polish though. Written like most of my "games" in C++, using SFML. Enjoy
http://www.mediafire.com/download/6fnraa7qk5tb8sw/Flappy+game.rar



Friday, 16 May 2014

Occupy Wallstreet

I felt against showing this really unfinished and pretty unoriginal piece of "game" anywhere on the web but i decided to make this blog to partial devblog and changelog of some sorts.
Occupy Wallstreet is (what i hope will become) a simple 2d platformer game, where you play as a brutal Police Officer during riots in major city, and are supposed to arrest and bring order. Optionally the player can choose to perform police brutality, which will affect the story on.
Controls are simple. Arrows to move, A to attack and S to use stairs. Jump on enemies to arrest them. You can collect bonus items hidden on the map for better reward on the mission and will be able to purchase upgrades with it.
The game is written in C++ and is using SFML and Thor library.

Screenshot from the only map so far.


I had some time of not doing anything but i will start working again on this game. I would seriously like some sprites and ideas though.

Sunday, 16 February 2014

Simple spoofer

So i spent long time thinking what else could i write in WinAPI that was within my abilities, and in internet i stumbled upon a forum post, of a person showing how you can disguise .exe file as another format, by a smart use of Left-to-right unicode override. I wrote complete code within a day, but it gave me errors, so i gave up. Now after a week or so i have returned to try and fix that code on one sleepless night, and i fix magically everything by adding "L" prefix in a part of the code. One letter makes things work. Too tired to be mad at myself.

Anyway about the program: You have to first select the executable you want to disguise, and then input what format you want to disguise the file as, and press Spoof. Program will then proceed to rename the file, adding a reversed format that user inputted, and then the Left-to-right override, reversing the reversed format (making it normal again) but also displacing the .exe part.

Program looks like this:









Here how the executable looks like, after spoofing, if you try to rename it manually.





Link: http://www.mediafire.com/download/jstw79o217w689o/Simple+spoofer.exe