Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Need help fixing errors in my scorpius mod  (Read 1033 times)

Hellcommander

  • Bay Watcher
    • View Profile
Need help fixing errors in my scorpius mod
« on: June 21, 2012, 09:26:47 pm »

Can some help my fix 2 sets of errors in my mod
first is
Spoiler (click to show/hide)
b_detail_plan_scorpiusmod.txt
Spoiler (click to show/hide)

2nd
Spoiler (click to show/hide)
creature_scorpiusmod.txt
Spoiler (click to show/hide)
interaction_scorpius.txt
Spoiler (click to show/hide)
thanks in advance
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Need help fixing errors in my scorpius mod
« Reply #1 on: June 21, 2012, 10:34:18 pm »

*rubs eyes* argh lol

It's too late for me to fully grasp the errors, but I know your interactions a good deal of them are wrong lol since they are incomplete material emissions. Like there is no location, there is no material, and there is no target creature.
Logged

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Need help fixing errors in my scorpius mod
« Reply #2 on: June 21, 2012, 11:18:58 pm »

For the first grouping of errors it's because you are missing your second BY_TOKEN(category, etc.). For example you have:
[BP_RELATION:BY_TOKEN:L_EYELID1:AROUND:L_EYE1:50]
when you should have
[BP_RELATION:BY_TOKEN:L_EYELID1:AROUND:BY_TOKEN:L_EYE1:50]
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.

Hellcommander

  • Bay Watcher
    • View Profile
Re: Need help fixing errors in my scorpius mod
« Reply #3 on: June 21, 2012, 11:57:56 pm »

Thanks I'll post my full mod soon so maybe you can look at it btw the 2 minor mods that are required for my mod currently are Grim Grimoire v0.6 and wanderer adventure mod 0.97.
Fixed the error in body detail thanks.
Logged