In response to Kozuma3
Kozuma3 wrote:


Update


Lol I feel a little outdone now but thanks for showingnhaha
Finally got it ready for release. For some reason the byond hub wont detect it for the game download link.

Edit:
I finally managed to get it to upload to my byond files. Same issue with the hub though.

http://files.byondhome.com/Magicbeast20/SlasherGame.zip
Any idea how to get the hub to detect a download? Mine says it's unable to read the file, even though it's been uploaded to BYOND itself.

Without this my game says its Unavailable.

when ur being bullied but you don't know how to fight back on account of the bullies having ripped your limbs off.



In response to Kumorii
Kumorii wrote:

when ur being bullied but you don't know how to fight back on account of the bullies having ripped your limbs off.




Legendary Biter. Probably why he seems to be gagged.
In response to Flick
Probably why he seems to be gagged.

Big Tech take over confirmed.
Still buggy and unfinished, but you can have some fun with it if you'd like.
Sprite Randomizer


Drunken walk algorithm icons.


Made a few modifications to the raycaster, tiles aren't as smooth.

In response to Flame Guardian
Flame Guardian wrote:
Flick wrote:

A few parameters to play with now.

You never cease to impress me Flick.

I feel like either a low fi Atari looking prod gen dungeon crawl or a space invaders-like game would work well with those assets. Very cool.


Good lord, a randomly generated roguelike, that also generates what the monsters are and how they look would be tight as hell.
I've been talking about something I've been working on and off since I've joined the community using ASCII graphics, it seems like I cannot make my mind up about stuff and keep changing it.

This is the latest iteration

Experience directly effects core stats. Every level players are awarded HP and MP bonuses based on a dice roll and their stat at the time the player levels up. Death revokes 25% of the player's experience and gold earned.

Players can break down objects like trees and boulders to earn experience without having to worry about them fighting back.

Players also have access to a train() verb, which allows them to self train at a very slow rate. Some special equipment has weight that enchances training. Some special areas have gravity that enchances training. Weight and gravity stack.

There is also a meditate() verb that is even slower than train() but uses no stamina. Occasionally players have "breakthroughs" that award bonus experience. Each breakthrough makes the next one harder to have. Some quests or skills may require a specific number of breakthroughs.

Players can self heal by using the rest() verb, which slowly restores HP and stamina.

Players can restore MP by using the focus() verb to slowly restore their magic power.

Actual melee combat is handled kind of like a fusion of classic BYOND games and MUDs. Approach your target and use the attack() verb to enter combat, at that point, it enters in to a automatic system using rounds until someone either dies or runs away. If you can run far enough away, combat will shut itself down.

While not actually done yet, magic is planned for long range attacks. They will not force you in to melee combat, but will trigger your target's attention and they probably will give chase or respond with a long range attack themselves.

Damage delt is based on your STR and your damage dice. Bare handed starts off at 1D2, but can be upgraded. Weapons all have their own damage dice.

Equipment may be procedurally generated to include bonuses or enchantments.

Some parts of the game are procedurally generated to place junk and obstacles, plants, trees, boulders, change the color of tiles and more to give it a more varying effect (me being lazy not wanting to place every tree and boulder).

Verbs are planned to either have hotkeys or buttons eventually.

Started working on the interface of the game, still looks basic, but I feel like that fits with the overall feel of the game.

I also included special event screens for when the player dies and when they meet "God".





Looks really cool... but I would strongly discourage idle verbs. Just sitting and waiting for numbers to go up is a huge turn-off for me. Instead of just clicking meditate and waiting around, what if it started a mini-game? Something that requires focus, like push puzzles or something. Just to keep the player engaged...
In response to Magicsofa
Magicsofa wrote:
Looks really cool... but I would strongly discourage idle verbs. Just sitting and waiting for numbers to go up is a huge turn-off for me. Instead of just clicking meditate and waiting around, what if it started a mini-game? Something that requires focus, like push puzzles or something. Just to keep the player engaged...

I played with the idea of using some sort of mini game for the self training things, but honestly, I've never personally liked having to do that, because then it just adds another layer of repetition, whereas I'd rather watch numbers go up.

I don't know if anyone here has played DBZ FE, but it's a GMUD that has an altered combat system, so that you have to type in commands responding to specific kinds of attacks... And I hate it. I'd rather have had the normal mud turn based combat.

Although, I suppose one could argue there's a compromise to be had here, players could just watch their numbers go up, but they'd get bonuses for playing the game.
Page: 1 2 3 ... 345 346 347 348 349 350 351