|
Dev - Sort these by name
|
lanarts RPG video
Posted on June 30, 2012 at 02:33
So I finally got around to making a video for all yall lazy bums
The video demonstrates one spell pretty much. There is another spell that bounces off multiple enemies. Note that the game balance is subject to change, it starts a tad hard right now. If you're wondering, I die twice in the video. When you die currently you spawn in the previous level (no penalty). Also, I accidentally type some stuff into the text box at the top at the start. This will be used for online chat (LAN works fairly well currently but does not send the chat messages as of yet). Download: http://code.google.com/p/lanarts/downloads/detail?name=lanarts_23_06_2012.zip
+0
Dev - Er, any ideas how to make this work?
Related Posts Dev - Warning Dev - After editing rating, make rating display change Dev - When editing, update "edited" column Dev - Restore deleted comments Dev - Display deleted comments if mod (hidden, then with dropdown) Dev - After deletion or during edit, make rating dropdown appear again Dev - Stricter rating rules. Prevent user from rating again Dev - Pages Dev - Reporting
Ya, my intent is to reconcile the rogue-like genre with casual (and co-op multiplayer) gaming, in a sense.
Making the video gave me a little perspective, too. It seems that if I want the enemies to be slower than you generally (which I do, I want a lot of running away), they should randomize their actions so kiting them isn't quite so easy. However kiting is still a large part of the (ranged) gameplay.
Wow. Can't believe I missed this...
Thanks for the first actual code contributions! <3 Anywhere you can chat about such ? Please don't rely on boost like that. It ruins the header only-ness. I would prefer to depend on ASIO and not have to compile boost. I will add your 'simplified controls' as an alternate set of rules. Also, I want to keep the current behaviour that dropped items are not auto-picked up, which you nuked. I will sadly flat out deny any changes that make a monster's speed more than 5 :) I've gotten enough heck about monsters with speed=4. Just a note: - amnt = mt.rand(ec.groupsize); + amnt = mt.rand(ec.groupsize.min == ec.groupsize.max?1:ec.groupsize.min, ec.groupsize.max); You replaced a line of code that does what you wanted it to do, with a line that generates from [min,max-1] :) |




