Monday 17 October 2011

As promised, a code(ish) related post.



I've decided to start on a new project in Java. Whilst playing minecraft and editting/snipping at the code I found out how easily you can create a game in Java. Unlike minecraft's, mine will be a 2D game as I've never used a 3D Java lib before, walk before you run, eh?

I've designed my game, kind of. My basic idea is that you are an energy ball with two primary attacks, a AoE pushback low damage and a medium damage single enemy beam like attack. I've designed my player already, but he'll probably change. I'm aware I suck at creative-related stuff.



The above is his "spritesheet". He'll randomly switch between those sprites to create a "waiting to get out" energy effect. I'm probably gonna have to add more for the beam stance and AoE pushback stance. 
The player will also have the ability to place blocks in my 2D environment, such blocks which the enemy can interact with (Traps, ect.) and blocks which the player can interact with (rubber pads, ect.) and a crafting element. Yeah, I'm a dick for using an idea that is from minecraft, Terraria and other games, but I'm not in this for anything but playing the end product.

The crafting system will be similiar to that of Minecraft, definately not like Terraria's though. You'll automatically be awarded with a 3x3 crafting pad, of which you "transforph" materials (see, energy guy got skill) and you're required to unlock the recipes before you can unlock them. No level will be (apart from tutorial) will be dependant on you placing a block, so you can go through the game without actually having to craft much.

Another feature I wanted to implement was "arena's", up to 4 players in one area fighting against each other or enemies. Because multiplayer makes any game good, unless it's call of duty.

Expect nicely cropped code screenshots (because apparently instead of copy pasting code, I just need to screenshot it), small videos of it in progress and explainations of why I'm doing it.
 

By the way, the energy balls name is Clive, for now.

Sunday 16 October 2011

MC Servers

 I know I said coding posts, but Minecraft got in the way ;)

Earlier, someone asked me how to run a successful and popular server. I thought this to be a weird question, as I have never ran a server other than one on my own computer. That was only for 4 people, so it doesn’t really count. I still gave this subject a good deal of thought. Honestly, what does it take? It seems that it takes a dedicated admin who is willing to spend their time doing tedious things and having very little play time. The one thing that stuck in my mind was the “legitness” of the server.


I don’t mean if it allows cracked clients or not. I’m talking about hand outs. I often find Admins are handing out items to players to “sweeten” the deal and make sure they stay. They’re getting kit plugins and even limited give commands. You want players to play for months? Make them work for months. You’re giving them almost a days strip mining everytime you give them a diamond pickaxe or bodyplate. I don’t understand why server owners must do this. Players come to play, not be given free items and get refunds everytime they request them. I mean, I don’t’ find it fun when I get given some tools or blocks. I feel grateful, but I dump them in the next body of lava or hole I see. These taint economy, don’t say “we have no economy”. If you have ever had one player trade with another, it’s the birth of your economy right there.

I strayed from the subject a bit there, but my point is obvious, want a good server which people will come back to? Don’t give in or be too kind to your players. Be harsh, only refund at dire situations. This doesn’t mean give up all donation perks either. This is simply asking you to stop ruining your server. If I wanted to build, I would be on creative. I’m sorry, but it’s true.
You want a good server, but legit. Anyway, I’m basically falling asleep as I write this. Apologies if it’s terrible.

P.s. Hardcore MC PvP servers don’t work either. Offer the players a twist if you’re gonna have PvP as the theme of your sever, offer something nice. See Herocraft for instance.