This is Bananattack.

Tag: school

McSchooldorf

Posted by Overkill on January 18, 2009 at 1:47 am under Uncategorized

School definitely crushes productivity, it’s true. But I figure it’s not all a waste. If school is consuming programming time, and some of it seems moderately interesting to me, why not post a Gruedorf about it anyways?

For my Game Development class project, I taught myself some basic 3ds Max stuff this past week so I could start to make some simple lowpoly 3D models. Here’s a start of the model I’ve been working on so far!

The modelling was done with 3ds max. After some frustration in getting polygons to unwrap into nonoverlapping UV regions, I exported the UV Texture Maps and doodled on Paint Shop Pro. It was rather fun. The palette on the guy’s face and hair is shamelessly stolen from my Resonance hero sprite.

My intent is to hopefully make a face paced hack-and-slash + platformer with cube men everywhere. This might change later, when I feel more creative.
 
 
 
In my Computer Security class, I wrote program in Python that would use a dictionary attack to figure out a password that starts with “R”. It used Python’s telnetlib module, because the login was performed remotely over Telnet, and it used the threading module to perform multiple connections. The target server we were attacking certainly wasn’t very secure… Once the protocol was working, it was burning through about 100 words in the dictionary every minute, until it eventually made it up to “retribution”, the winning password phrase.
 
 
 
In my Image Processing class, the assignment was to write a program that rotates an image and uses bilinear interpolation to smooth the pixels.

This was especially easy since I had code left from Brockoly that did image rotation, and it used the Corona library in C++ to load images. I simply scaled back the code so there was less junk, and made it so images could be saved as PNGs.

Corona once again saved the day there, since it has a PNG writer builtin. Very handy. Also very easy, which makes me wonder why we don’t have png saving in Verge yet, since it’s quite simple — only about five lines! Ahem.

So when I was finished, I had a commandline program that could take any input image, rotation (in radians or degrees), scale, and the name of a PNG output file, and do all the processing work. Sexy.
 
 
 
In other news, LuaVerge works again more or less, thanks to Zeromus.

It’s quite different in how the internals are accessed. On the other hand, the internal variable and function things are successfully shared between Lua and VC code. In other words any feature (that’s not a language feature of VC) is available in Lua too.

The only thing that’s missing is boilerplate magic Lua code so the internal variables’ get/set methods are wrapped up in tables in a nice way. This can hopefully be added soon too, if I’m not too busy.

When that’s caught up, on to shmuptroidvania work and cube man game.
 
 
 
See you next week, folks!

Tags: , , , , ,

No comments (make one!)


Magically Mandatory Mutterings to the Mundane Media

Posted by Overkill on January 12, 2008 at 11:07 pm under Uncategorized

Okay, so this week I didn’t really get much done. I got some progress on the art, but I absolutely refuse to release it until I’m solidly satisfied with the pixel work so far included with this project. School is posing an obstacle, as expected. Ugh, stupid education buggers. It’s like they’re trying to make me learn something here!

So this week’s update is pictureless and buildless. Supersorry. Forgive me, etc. I have other stuff on my mind, sadly. I have been thinking about my first area’s setting though and I think as long as I take it steadily, I can make a gorgeous and slightly atmospheric environment for this game. We’ll see though.

Love you and see you next time,

Overkill.

Tags: ,

1 comment


Eyecandy is Made from Molasses

Posted by Overkill on January 5, 2008 at 11:10 pm under Uncategorized

Sloooow week.

I’ve been doing very, very tiny changes to the engine. I made an exporter for Mungo, and made it so the game will popup messages when you newly encounter abilities. Also, drew slightly nicer artwork. Updated the hero a bit to have a slightly nicer head, and a scarf, and some color enhancements. It actually mirrors well too, finally. Been drawing some other sprites too, but I’ll leave displaying them until I’m satisfied with how they look.

The grass was also given a tiny makeover for more enjoyable aesthetics. The grainy high contrast dirt was hard on my eyes, so I replaced it with transitioning the grass into darkness. Oh, and I added fancy-pants 60 degree angle hills for more landscape variation!

Here’s the updated tileset as it appears so far!

I’m thinking the water will need a redo, because it doesn’t look very pleasant at the moment and I’m not sure how to animate it without looking totally cheap (right now it just goes back and forth).

Oh, and I want to start on this underground mine cart level I had in mind sooner or later, cause that’ll be cool. That requires completely new landscape, with lots of dirt and wooden frames and railroad tracks! It’ll also need rideable carts and, I’ll need to make moveable beacons that can be loaded into the carts. Maybe drippy ceilings with puddles on the ground or even enemies! Cause that’s right, I have an awesome level idea in mind!

Here’s a game screenshot and stuff:

No build this week, since I’m running out of time and there isn’t really enough for it to be worth bragging about. I move back to school tomorrow morning so I can’t do the usual “get up early Sunday morning and slap together another more awesome Gruedorf” routine. Yeah, so I need your encouragement, folks! I don’t want to drop my progress just cause I’ll have a social life and school work to do again. Well, gotta run. Enjoy.

Tags: , , ,

1 comment


Another Crappy Week

Posted by Overkill on November 18, 2007 at 2:08 pm under Uncategorized

This week I was busy again, but I still made an update. Arguably the worst update that will ever be made during this contest! I uhm, imported some more of my art into the build. And temporarily using Darien’s spaceman-hero sprite to give me an idea of how well it stands out on the game background. I’m still debating between redrawing my sprite all over again, using my flat simplistic sprite as a base, or using Darien’s edit as a base. Anyway, here, look, it’s pretty much the same, but with slightly prettier artwork in the unfinished map!


Get it here!

Yeah, so exciting, right? Okay, see you next week. If this week doesn’t murder me with school work, I will certainly invest more time into coherent updates. Maybe exam time in two weeks might give me the break I need. Who knows?

Tags: , ,

No comments (make one!)