Bay 12 Games Forum

Please login or register.

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

Author Topic: Taking Modding Requests  (Read 10047 times)

Werehuman

  • Bay Watcher
  • Talented Modder
    • View Profile
Taking Modding Requests
« on: March 09, 2013, 10:46:23 pm »

  Well, here just ask for anything you desire in modding that is not totally obscene or impossible, and I will try to get around to it. Blah blah blah copy bleh right blah blah blah give blah credit blah bleh. I can also help on a large modding project, etc. I generally take my sweet time testing stuff and just being lazy, so it might take a while unless it is tiny or simple. When you make a request, if you want it private for any reason, do it in a pm. Otherwise I would like to make a portfolio of sorts of the requests to allow other modders to use it. If you just want help modding stuff in general, I can also help, since I may not be an expert, but I know my stuff.
Logged
+Signature+
This signature menaces with spikes of boringness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #1 on: March 09, 2013, 10:53:04 pm »

ptw

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #2 on: March 09, 2013, 10:56:02 pm »

There's a creature I've been trying to make that I'd like some help on. It would be a tiger with a long neck, scales on its neck and tail, and multiple connected grasping tongues--I've created a tongue-hand for that:
Code: [Select]
[BODY:RCP_HAND_TONGUE]
[BP:TONGUE:tonguehand:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
I imagine the creature as having black fur and green scales, and being made of crazy-strong materials.

My work so far:
Code: [Select]
[CREATURE: SNATTACAKE]
[DESCRIPTION: A strange being with a cat's head and torso but

a snakelike neck and tail. It uses its tree-branching tongue as a hand.]
[NAME: snattacake:snattacakes:snattacake]
[CASTE_NAME:snattacake:snattacakes:snattacake]
[CHILD:1][GENERAL_CHILD_NAME: hatchcubling]
[CREATURE_TILE:'S'][COLOR:0:130:130]
[INTELLIGENT] [CANOPENDOORS]
[NO_EAT][NO_DRINK][NO_SLEEP][NOBREATHE][NOTHOUGHT][NOSTUN]

[NO_DIZZY][NO_THOUGHT_CENTER_FOR_MOVEMENT][NO_EXERT]
[WEBIMMUNE][TRAPAVOID]


[BODY:QUADRUPED:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN:SKULL:5TOES_FQ_REG:5TOES_RQ_REG:MOUTH:TONGUE:GENERIC_TEETH_WITH_LARGE_EYE_TEETH:RIBCAGE]
[RELSIZE:BY_CATEGORY:NECK:1000]

[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]

[CASTE:FEMALE]
[CASTE_NAME:cake:cakes:cake]
[FEMALE]
[CASTE:MALE]
[CASTE NAME:snat:snats:snat]
« Last Edit: March 09, 2013, 11:02:23 pm by GuesssWho »
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

NRDL

  • Bay Watcher
  • I Actually Like Elves
    • View Profile
Re: Taking Modding Requests
« Reply #3 on: March 09, 2013, 10:58:51 pm »

PTW
Logged
GOD DAMN IT NRDL.
NRDL will roll a die and decide how sadistic and insane he's feeling well you do.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #4 on: March 09, 2013, 11:00:13 pm »

put your stuff in code tags!

Also, why is it RCP? I guess that'd be cool--RCP refers to the procedurally generated creatures.

Anyway, what's the issue, exactly? Replace TONGUE with RCP_HAND_TONGUE.

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #5 on: March 09, 2013, 11:03:25 pm »

Sorry.

I should have a non-RPC version too, shouldn't I?
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #6 on: March 09, 2013, 11:06:17 pm »

No, not at all. RPC is fine.

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #7 on: March 09, 2013, 11:10:34 pm »

I added the other just in case.

Now then. Can I put scales on one part of the creature and fur on another? And where do I add more tongues?
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #8 on: March 09, 2013, 11:12:58 pm »

Code: [Select]
[BODY:RCP_HAND_TONGUE]
[BP:TONGUE:tonguehand:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
[BP:SECOND_TONGUE:second tongue:STP][CON_CAT:TONGUE][CATEGORY:TONGUE][SMALL]
[DEFAULT_RELSIZE:20]
« Last Edit: March 09, 2013, 11:20:56 pm by Putnam »
Logged

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #9 on: March 09, 2013, 11:18:23 pm »

Would that give me a tongue that branched like a tree? And would I have to add a second tongue bodypart to the files?
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #10 on: March 09, 2013, 11:19:59 pm »

I hope not and no.

To turn that "I hope not" into a definite "no", use this:

Code: [Select]
[BODY:RCP_HAND_TONGUE]
   [BP:TONGUE:tonguehand:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL][GRASP]
      [DEFAULT_RELSIZE:20]
   [BP:SECOND_TONGUE:second tongue:STP][CON:TONGUE][CATEGORY:TONGUE][SMALL]
      [DEFAULT_RELSIZE:20]

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #11 on: March 09, 2013, 11:28:57 pm »

But that's what I want. A forked tongue that splits into two more forked tongues that split into graspers.

Oh, by the way--If I want an invulnerable critter, what materials should I use?
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #12 on: March 09, 2013, 11:32:13 pm »

Make an entirely new body system for them is what I do :V see Lord English, Cell (kinda) and SCP-682 in my mods :V

And as for the body part... well, I think you can figure it out from my examples >_>

GuesssWho

  • Bay Watcher
  • A scaly cat. Beware its acidic webs!
    • View Profile
Re: Taking Modding Requests
« Reply #13 on: March 09, 2013, 11:44:39 pm »

Here's an insanely OTT tongue:
Code: [Select]
[BODY:ARM_TONGUE]
[BP:TONGUE:tonguearm:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL]
[DEFAULT_RELSIZE:20]
[BODY:WRIST_TONGUE]
[BP:TONGUE:tongue split:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL]
[DEFAULT_RELSIZE:20]
[BP:HAND_TONGUE:tonguehand:STP][CON_CAT:TONGUE][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
[BP:HAND_TONGUE:tonguehand:STP][CON_CAT:TONGUE][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
[BODY:WRIST_TONGUE]
[BP:TONGUE:tongue split:STP][CONTYPE:HEAD][CATEGORY:TONGUE][SMALL]
[DEFAULT_RELSIZE:20]
[BP:HAND_TONGUE:tonguehand:STP][CON_CAT:TONGUE][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
[BP:HAND_TONGUE:tonguehand:STP][CON_CAT:TONGUE][CATEGORY:TONGUE][SMALL][GRASP]
[DEFAULT_RELSIZE:20]
Does it work?
Logged
I have no clue what I am doing here.


I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Taking Modding Requests
« Reply #14 on: March 09, 2013, 11:46:44 pm »

That will cause some issues.

Use CON:TOKEN instead of CON_CAT:TONGUE.

Also, you don't need the extra BODY. That'll cause duped raws.
Pages: [1] 2 3 ... 11