Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 162 163 [164] 165 166 ... 777

Author Topic: Cataclysm: A Zombie-Survival Roguelike  (Read 1263068 times)

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2445 on: July 21, 2011, 05:22:16 pm »

The13thRonin and others, I think it's necessary to move our modding discussion elsewhere, otherwise many questions will stay unanswered, and many people will feel lost if they come for the first time.

http://cataclysmff.zxq.net/SMF/index.php?topic=19.0
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

iceball3

  • Bay Watcher
  • Miaou~
    • View Profile
    • My DA
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2446 on: July 21, 2011, 05:25:09 pm »

Any way to increase zombies speed while climbing through windows and jumping on stuff? I can't seem to find it. I'm trawling through the map file.
I think it's that you'd need to turn down the movement cost for moving through windows, but that would make it apply through everything.
Logged

Whales

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2447 on: July 21, 2011, 05:32:54 pm »

I've started to modify the code for bear traps ADDING MOVES to get -600 moves when zombies step into a window (negating the 600 moves it adds)... I am failing miserably... Here's what I got so far:

void monster::receive_moves()
{
 if (has_effect(ME_BEARTRAP))
  return;
 moves += speed;
 else if {window frame
  return;
 moves -= 600

I realize that else if {window frame does not work but I don't know what to put there.

EDIT: I wonder if I use if (has_flag(sharp, x, y)) if it'd work... Totally shitty code I know (I'm not a coder, the little [and I do mean little] I do know is self-taught).

Try changing line 451 of monmove.cpp to
Code: [Select]
if (g->m.move_cost(x, y) > 8)
 moves -= 300;
else
 moves -= (g->m.move_cost(x, y) - 2) * 50;
Logged
Cataclysm Source Code:  https://github.com/Whales/Cataclysm
Official Cataclysm Forums:  http://whalesdev.com/forums/index.php
My Twitter - mostly Cataclysm related:  http://twitter.com/#!/whalesdev

Join me in #cataclysmrl on irc.quakenet.org!

The13thRonin

  • Bay Watcher
  • Profession: Handsome Rogue
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2448 on: July 21, 2011, 05:33:58 pm »

I don't think you should totally remove the penalty.
It's still climbing through a window frame and that's bound to take some extra time.

Person trying to climb through a window frame with jagged glass still in it = slow.

Zombie diving headfirst through said window and not caring about glass due to not having pain sensors = fast.
Logged
I'm Digging Deeper... AGAIN... You Should Too!

Dig Deeper DIAMOND - 750+ items of new content including; new plants, new creatures, new metals, new woods, new gems, new stones, new crafts and much, much more.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2449 on: July 21, 2011, 05:35:10 pm »

Still they need to climb through... It is slower than normal running. But it's your mod :).
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

The Merchant Of Menace

  • Bay Watcher
  • Work work.
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2450 on: July 21, 2011, 05:36:13 pm »

I don't think you should totally remove the penalty.
It's still climbing through a window frame and that's bound to take some extra time.

Person trying to climb through a window frame with jagged glass still in it = slow.

Zombie diving headfirst through said window and not caring about glass due to not having pain sensors = fast.
Zombie diving headfirst through the window = Zombie smashing it's skull on the floor and dying

E: Just making suggestions and observations of course, it's your mod as Deon said.
Logged
*Hugs*

Angle

  • Bay Watcher
  • 39 Indigo Spear Questions the Poor
    • View Profile
    • Agora Forum Demo!
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2451 on: July 21, 2011, 05:49:02 pm »

I'm considering modding in a wounds system instead of HP, any thoughts?
Logged

Agora: open-source platform to facilitate complicated discussions between large numbers of people. Now with test site!

The Temple of the Elements: Quirky Dungeon Crawler

Whales

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2452 on: July 21, 2011, 05:50:57 pm »

I'm considering modding in a wounds system instead of HP, any thoughts?

This was my original plan for the game, before I decided that simplicity was better (K.I.S.S. has become a tenant of my design), and that making players manage and read individual lists of wounds didn't present better gameplay than simple HP counts.  That said, if you can create a working one that's not a bear to manage, I'll merge it in!
Logged
Cataclysm Source Code:  https://github.com/Whales/Cataclysm
Official Cataclysm Forums:  http://whalesdev.com/forums/index.php
My Twitter - mostly Cataclysm related:  http://twitter.com/#!/whalesdev

Join me in #cataclysmrl on irc.quakenet.org!

Ehndras

  • Bay Watcher
  • Voidwalker
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2453 on: July 21, 2011, 05:52:37 pm »

I'm considering modding in a wounds system instead of HP, any thoughts?


YES.


HP numerics blow, having damage values and levels/types is WAY better, a-la-DF. I can't wait until battle is more detailed...

I'd prefer if hurting legs slowed you down, arms make melee weaker or aim worse, head made a little bit of everything suck, torso lowers your overall damage threshold, etc, on both you and your enemies, add in a damage reading system that'll properly show this (like DF) and we've got platinum-encrusted masterwork adamantine longsword with the inscription of demons cowering in fear.
Logged
Quote from: Yoink
You're never too old to enjoy flying body parts.  
Quote from: Vector
Ehndras, you are the prettiest man I have ever seen
Quote from: Dorsidwarf
"I am a member of Earth. I enjoy to drink the water. In Earth we have an internal skeleton."

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2454 on: July 21, 2011, 05:53:12 pm »

-
« Last Edit: July 21, 2011, 07:54:54 pm by Deon »
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

The13thRonin

  • Bay Watcher
  • Profession: Handsome Rogue
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2455 on: July 21, 2011, 05:54:26 pm »

Thanks for the help whales, that worked.

Thanks for the advice Deon and merchant... I decided to reduce the value to 1/3 of its original. So if it takes a human maybe 30 seconds to climb in while carefully avoiding the glass it would take a zombie 10 seconds to barrel through it.
Logged
I'm Digging Deeper... AGAIN... You Should Too!

Dig Deeper DIAMOND - 750+ items of new content including; new plants, new creatures, new metals, new woods, new gems, new stones, new crafts and much, much more.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2456 on: July 21, 2011, 05:55:12 pm »

Thanks for the help whales, that worked.

Thanks for the advice Deon and merchant... I decided to reduce the value to 1/3 of its original. So if it takes a human maybe 30 seconds to climb in while carefully avoiding the glass it would take a zombie 10 seconds to barrel through it.
This looks like a good balancing choice :).
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Ehndras

  • Bay Watcher
  • Voidwalker
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2457 on: July 21, 2011, 05:56:08 pm »

Thanks for the help whales, that worked.

Thanks for the advice Deon and merchant... I decided to reduce the value to 1/3 of its original. So if it takes a human maybe 30 seconds to climb in while carefully avoiding the glass it would take a zombie 10 seconds to barrel through it.

As much as it sucks to admit ,this makes the game better as it eliminates a exploit-y way to get melee skill way up by hacking at zeds in windows, plus make the game actually make realistic sense. I'd expect windows in an apocalypse to be the worst thing imaginable, not a boon to your survival!
Logged
Quote from: Yoink
You're never too old to enjoy flying body parts.  
Quote from: Vector
Ehndras, you are the prettiest man I have ever seen
Quote from: Dorsidwarf
"I am a member of Earth. I enjoy to drink the water. In Earth we have an internal skeleton."

FunctionZero

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2458 on: July 21, 2011, 05:56:40 pm »

Editing Wikis is slow! Took me awhile to just fill in Handguns section.
I think I'll take a shork break now. Code-delving is exhausting.
Logged

Bdthemag

  • Bay Watcher
  • Die Wacht am Rhein
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #2459 on: July 21, 2011, 05:57:10 pm »

To comment on the zombie windows thing, sure they won't feel pain going through. But you assume the window isn't close to the ground, its still reachable but for a zombie that doesn't have most of its brain functioning it would take some time to get up there.
Logged
Well, you do have a busy life, what with keeping tabs on wild, rough-and-tumble forum members while sorting out the drama between your twenty two inner lesbians.
Your drunk posts continue to baffle me.
Welcome to Reality.
Pages: 1 ... 162 163 [164] 165 166 ... 777