Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2

Author Topic: Need help!  (Read 900 times)

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Need help!
« on: July 18, 2009, 08:46:48 am »

I'v modified the orc mod to create the chosen chaos warriors mod, they are fearless and strong like orcs and have warhorses (modified horses) as mounts. The problem is that any enemy on a mount tries to run away from my soldiers. Here is the creature entry:
Spoiler (click to show/hide)

« Last Edit: July 18, 2009, 08:53:08 am by warlordzephyr »
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Need help!
« Reply #1 on: July 18, 2009, 10:18:51 am »

The running is due to an error in the pathfinding code that uses the horses pathfinding instead of the orc's. Try changing [LARGE_ROAMING] into [LARGE_PREDATOR] so that the horses will naturally seek out dwarves, and that should fix the problem I believe.
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Re: Need help!
« Reply #2 on: July 18, 2009, 10:48:52 am »

cheers.
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

blah28722

  • Bay Watcher
    • View Profile
Re: Need help!
« Reply #3 on: July 18, 2009, 10:52:10 am »

Why don't you just modify the existing mounts (wolves, spiders, elephants) instead of trying to mess with the original horses? It would probably eliminate a lot of potential problems.

Modded wolf mounts, renamed to horse:

Code: [Select]
[CREATURE:HORSE_CHAOS]
[NAME:chaos warhorse:chaos warhorses:chaos warhorse]
[TILE:'H'][COLOR:7:0:0]
[MODVALUE:5]
[LARGE_ROAMING][FREQUENCY:7]
[POPULATION_NUMBER:10:20]
[CLUSTER_NUMBER:3:5]
[LARGE_PREDATOR][MEANDERER][SAVAGE]
[PETVALUE:250]
[GRASSTRAMPLE:0][NATURAL][PET][TRAINABLE]
[PREFSTRING:chaotic horsiness]
        [NOPAIN][NOSTUN][NOEMOTION][NOFEAR][EXTRAVISION]
[BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN:MOUTH]
[SIZE:10]
[MAXAGE:10:20]   
        [ATTACK:MAIN:BYTYPE:STANCE:kick:kicks:3:4:BLUDGEON][ATTACKFLAG_WITH]
[CHILD:1][CHILDNAME:horse foal:horse foals]
[FAT:5]
[DIURNAL]
[BIOME:TUNDRA]
[BIOME:FOREST_TAIGA]
[BIOME:ANY_TEMPERATE_FOREST]
[BIOME:SHRUBLAND_TEMPERATE]
[STANDARD_FLESH]
[HOMEOTHERM:10070]
[LAYERING:200]
[SWIMS_INNATE][SWIM_SPEED:2500]
[MUNDANE]
Logged

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Re: Need help!
« Reply #4 on: July 18, 2009, 11:19:33 am »

Because then it would be just a modified orc mod, i plan to release it after playtesting.
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

blah28722

  • Bay Watcher
    • View Profile
Re: Need help!
« Reply #5 on: July 18, 2009, 12:08:11 pm »

I'v modified the orc mod to create the chosen chaos warriors mod,

Because then it would be just a modified orc mod

Wait, what?

Logged

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Re: Need help!
« Reply #6 on: July 18, 2009, 06:50:48 pm »

It was to stop people going "you've just copied the orc mod".
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

blah28722

  • Bay Watcher
    • View Profile
Re: Need help!
« Reply #7 on: July 18, 2009, 10:36:43 pm »

If you'd bother to look at the code, you'd be able to tell that I've already modified the horse entity far past being a copy of the original wolf. Its only copied parts would be their dwelling location (copied from vanilla wolves) and generic animal tags, which all animals possess.

I used the wolf mounts because they already possessed the behavior you would want, as opposed to the fairly docile horses.

Using a better template =/= copying
Logged

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Re: Need help!
« Reply #8 on: July 19, 2009, 03:53:15 am »

Let me do my mod.
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Need help!
« Reply #9 on: July 20, 2009, 06:17:43 am »

Hey, it's ok, you don't copy the Orcs mod. You copy a very popular mod "Chaos Reigns". It has chaos chosen warriors which do a lot of damage to other races :).
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

warlordzephyr

  • Bay Watcher
  • Keeping dwarves in booze since 2008 (40d)
    • View Profile
Re: Need help!
« Reply #10 on: July 20, 2009, 11:06:06 am »

not really, it is just the same name for soldiers. I got the idea of chosen from warhammer. I'v actually never used the chaos reigns mod as i am clueless about RAR files.

so please stop going on about copying, i am making a major mod that includes that stuff i posted.
Logged
I just made all my dorfs proficient Biters, liars, and went from there.
"Did you eat Urist?"
"Pshht, of course not!"shifty eyes

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Need help!
« Reply #11 on: July 21, 2009, 09:24:45 am »

Great, create a thread for it with currently implemented features, probably it will drag more attention and some good suggestions.

Is it a warhammer mod?

P.S. RAR files are your ZIP files, just better.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Rowanas

  • Bay Watcher
  • I must be going senile.
    • View Profile
Re: Need help!
« Reply #12 on: July 21, 2009, 10:11:36 am »

pfft. screw RaR. do everything zipped. Everyone can acces zipped files, while RaR files require a rar converter. Zipped files are also more plug in and play, while you have to fuck around with rars

(I use a mac and as far as I can tell we don't touch rar, please, feel free to link me to a freeware rar converter for macOSX. My views on rars comes from being forced to use a Windows OS a couple of months ago.)
Logged
I agree with Urist. Steampunk is like Darth Vader winning Holland's Next Top Model. It would be awesome but not something I'd like in this game.
Unfortunately dying involves the amputation of the entire body from the dwarf.

blah28722

  • Bay Watcher
    • View Profile
Re: Need help!
« Reply #13 on: July 21, 2009, 10:49:04 am »

pfft. screw RaR. do everything zipped. Everyone can acces zipped files, while RaR files require a rar converter. Zipped files are also more plug in and play, while you have to fuck around with rars

(I use a mac and as far as I can tell we don't touch rar, please, feel free to link me to a freeware rar converter for macOSX. My views on rars comes from being forced to use a Windows OS a couple of months ago.)

It doesn't really matter when the compressed files are .txt files that have virtually no size.

Trying to extract a .zip file with a decent size (>100mb I'd say) takes a stupidly long time compared to winRAR.
Logged

Rowanas

  • Bay Watcher
  • I must be going senile.
    • View Profile
Re: Need help!
« Reply #14 on: July 21, 2009, 11:58:34 am »

Unfortunately I rarely use anything but top-end macs, and when forced to use Windows it's usually on a pretty shite computer so I can't do any comparisons. I'll take your word for it, but still, zips can be used by all machines regardless of OS, and don't require buggering about.
Logged
I agree with Urist. Steampunk is like Darth Vader winning Holland's Next Top Model. It would be awesome but not something I'd like in this game.
Unfortunately dying involves the amputation of the entire body from the dwarf.
Pages: [1] 2