Bay 12 Games Forum

Please login or register.

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

Author Topic: my modding questions  (Read 1156 times)

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
my modding questions
« on: February 03, 2016, 11:55:38 am »

Ummm... how do I get masterwork mod? when I try to download it, it has .7z at the end of it's name and won't open like an .exe. did I do something wrong?
« Last Edit: February 09, 2016, 10:38:54 am by pikachu17 »
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

Rydel

  • Bay Watcher
    • View Profile
Re: how do i download masterwork mod?
« Reply #1 on: February 03, 2016, 12:01:34 pm »

.7z is an archive, like .zip or .rar
Try downloading and using 7zip to unpack it.

There's a link to 7zip in the Masterkwork forum, right under the Masterwork download link

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: how do i download masterwork mod?
« Reply #2 on: February 03, 2016, 12:02:01 pm »

7z is a filetype like .zip or .rar, which means it is a compressed archive. As the download thread says, you can find it for free here: http://www.7-zip.org/download.html

edit: sniped by Rydel, thank you :)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: how do i download masterwork mod?
« Reply #3 on: February 05, 2016, 02:11:33 pm »

thanks, by the way what tags cause goblins to be ruled by demons?
and since one can't make an entity with multiple creatures (can I?) how do I make it so castes of a creature can only mate with one other one of the multiple male and female castes?
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: how do i download masterwork mod?
« Reply #4 on: February 05, 2016, 02:48:15 pm »

I was playing with one of those mods with magic, when i discovered that one of the magic slabs was made by a bronze colossus!?!
was the colossus a weirdly artistic colossus or is something wrong?
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: how do i download masterwork mod?
« Reply #5 on: February 05, 2016, 02:57:45 pm »

I am going to mod in orcs so that they can compete with goblins.
for them to fight with goblins, they need different ethics.
what should their ethics be?
« Last Edit: February 09, 2016, 11:50:15 am by pikachu17 »
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

Rydel

  • Bay Watcher
    • View Profile
Re: how do i download masterwork mod?
« Reply #6 on: February 05, 2016, 05:39:35 pm »

There isn't a way to restrict mating by caste, but by the [MALE] and [FEMALE] tags.

I think getting ruled by demons and megabeasts has to do with SPHERE_ALIGNMENT matching up with the megabeast's SPHEREs.  The entity may also need at least one VARIABLE_POSITIONS

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: how do i download masterwork mod?
« Reply #7 on: February 09, 2016, 10:13:18 am »

I'm coding a creature that is similar to humans but are actually body snatcher types who convert regular humans into their kin. now since the idea  is that it's hard to tell them and regular humans apart, probably means it's hard to test can more experienced modders tell me if this'll work as intended. their entity is changed from humans only that they do not have any banditry. this is all that is changed for their creature raw list

[CREATURE:HUMAN2]
   [DESCRIPTION:A medium-sized creature prone  to great ambition.]
   [NAME:human:humans:human]
   [CASTE_NAME:human:humans:human]
   [CREATURE_TILE:'U'][COLOR:3:0:0]
   [CREATURE_SOLDIER_TILE:154]
   [INTELLIGENT][NO_BLOOD]
   [GENERAL_MATERIAL_FORCE_MULTIPLIER:1:10]
   [SPOUSE_CONVERTER][SPOUSE_CONVERSION_TARGET:HUMAN] these are actualy night trolls pretending to be human       
   [CANOPENDOORS] [AMPHIBIAN][NO_BREATHE][WEB_IMMUNE][NO_FEAR][PRONE_TO_RAGE
   [BENIGN]
   [PREFSTRING:ability to pretend to be be human]
   [PERSONALITY:LUST_PROPENSITY:25:75:100]
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

Reverie

  • Bay Watcher
    • View Profile
Re: how do i download masterwork mod?
« Reply #8 on: February 09, 2016, 10:31:05 am »

You can actually change the name of your thread in the same way you can edit your posts, pikachu17.
Logged

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: how do i download masterwork mod?
« Reply #9 on: February 09, 2016, 10:38:10 am »

You can actually change the name of your thread in the same way you can edit your posts, pikachu17.
I CAN MODIFY MY POSTS!?!  :) ;D :) ;D :) :) :) :) :)
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

Reverie

  • Bay Watcher
    • View Profile
Re: how do i download masterwork mod?
« Reply #10 on: February 09, 2016, 10:38:47 am »

You can! Check the top right of your post, there is a 'Modify' button :-)
Logged

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: my modding questions
« Reply #11 on: February 09, 2016, 10:41:07 am »

how do I change the name of my thread to 'my modding questions'?
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: my modding questions
« Reply #12 on: February 09, 2016, 10:42:10 am »

how do I change the name of my thread to 'my modding questions'?
never mind but thank you reverie
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

pikachu17

  • Bay Watcher
  • PADORU PADORU
    • View Profile
Re: my modding questions
« Reply #13 on: February 09, 2016, 10:51:03 am »

is there any way to specifically designate creatures to be used by a specific entity?
Logged
Sigtext!
dwarf 4tress from scratch
The Pikachu revolution!
Thank you NatureGirl19999 for the avatar switcher at http://signavatar.com

A warforged bard named Gender appears and says"Hello. I am a social construct."

scamtank

  • Bay Watcher
    • View Profile
Re: my modding questions
« Reply #14 on: February 09, 2016, 10:59:22 am »

You mean like pets and livestock? No, not directly. Wrangling the rough limiters we have like USE_ANY_PET_RACE and USE_GOOD_ANIMALS is the best we can do.
Logged
Pages: [1] 2