Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 [4] 5 6 ... 81

Author Topic: My Little Fortress - 2016 (DF 0.43.04) yay!  (Read 179884 times)

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #45 on: October 08, 2012, 02:41:33 pm »

Ponies don't actually have cave adaption :P

Are you seriously going to trap the poor poor ponies underground?

Logged

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #46 on: October 08, 2012, 02:54:23 pm »

No need to thank me, I've made it my life goal to stamp out the infernal creatures known simply as, Bugs, in all their sneaky little hiding places. Unfortunately some of these fixes aren't working as a hotfix, so I'm going to generate a new world now and go to town on whatever I can find.
Logged
I have seen the future, it does not include you.

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #47 on: October 08, 2012, 03:43:39 pm »

Another name mismatch, this is the reason why the Magic Loom can be built with any tool, and it appears the Crystal Forge got broken the same way with that last patch. The Crystal Forge's building file is looking for one ITEM_TOOL_BLUEPRINT_PONY_CRYSTAL_FORGE instead of the ITEM_TOOL_BLUEPRINT_CRYSTAL_FORGE you have identified, and the Magic Loom is looking for ITEM_TOOL_BLUEPRINT_PONY_MAGIC_LOOM intead of ITEM_TOOL_BLUEPRINT_MAGIC_LOOM

Spoiler (click to show/hide)
Logged
I have seen the future, it does not include you.

Indigo_Surprise

  • Bay Watcher
  • Scruffy Gentleman.
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #48 on: October 08, 2012, 04:14:53 pm »

An outside meeting area/dining room/mead hall keeps them from developing cave adaptation from living and working underground. If ponies can't get cave adaptation at all, FANTASTIC! Who needs sunlight when you can look at your home's history on the walls and floor in life like detail? The mayor ate a lot of potatoes in 66.
Logged

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #49 on: October 08, 2012, 04:20:15 pm »

Ah! neat! another good catch, Death!
Logged

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #50 on: October 08, 2012, 04:22:51 pm »

Dropbox version and Hotfix Patch has been updated to reflect recent bugfixes!
Logged

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #51 on: October 08, 2012, 04:38:02 pm »

Well, I was still getting the crystal horseshoes error, but I think I just nailed down the cause.
Code: [Select]
[REACTION:MAKE_CRYSTAL_BOOTS]
[NAME:Forge Crystal Horseshoes]
[BUILDING:PONY_CRYSTAL_FORGE:NONE]
[REAGENT:crystal forging tome:1:TOOL:ITEM_TOOL_SCHEMATIC_CRYSTAL_FORGING:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:crystal:4:TOOL:ITEM_TOOL_CRYSTAL_SHARD:NONE:NONE]
[PRODUCT:100:4:ARMOR:ITEM_SHOES_CRYSTAL_BOOTS:INORGANIC:CRYSTAL]
[SKILL:ENCRUSTGEM]
[FUEL]
You partially fixed it, by changing the name in the reaction to ITEM_SHOES_CRYSTAL_BOOTS but it's still looking for it in the ITEM_ARMOR section of the items, instead of the ITEM_SHOES that it is coded into
I believe changing it to this:
Code: [Select]
[REACTION:MAKE_CRYSTAL_BOOTS]
[NAME:Forge Crystal Horseshoes]
[BUILDING:PONY_CRYSTAL_FORGE:NONE]
[REAGENT:crystal forging tome:1:TOOL:ITEM_TOOL_SCHEMATIC_CRYSTAL_FORGING:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:crystal:4:TOOL:ITEM_TOOL_CRYSTAL_SHARD:NONE:NONE]
[PRODUCT:100:4:SHOES:ITEM_SHOES_CRYSTAL_BOOTS:INORGANIC:CRYSTAL]
[SKILL:ENCRUSTGEM]
[FUEL]
Might do the trick

I'm testing it now, I'll let you know how it goes

*Edit*
Well, that gave me 4 crystal greaves, which is closer at least.  Will continue to experiment in the name of SCIENCE!

Spoiler (click to show/hide)
Greaves is correct, that's what the crystal boots are named. So yeah, above fix worked.
« Last Edit: October 08, 2012, 04:49:01 pm by Deathseer »
Logged
I have seen the future, it does not include you.

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #52 on: October 08, 2012, 04:58:11 pm »

Argh, I was looking at that particular one and thinking, hmmm.. shouldn't this be something besides armor... nnnnaaaah, it's probably armor XD
Logged

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #53 on: October 08, 2012, 05:06:13 pm »

There was also a problem with the Helms, even though you can make them correctly, the ponies refuse to wear them because they aren't actually coded as helms, you have them coded as armor.
The fix is quite simple, replace the current helm in item_armor_pony.txt with this:

Code: [Select]
[ITEM_HELM:ITEM_HELM_CRYSTAL_HELM]
[NAME:helm:helms]
[ARMORLEVEL:2]
[METAL_ARMOR_LEVELS]
[SHAPED]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:30]
[LAYER_PERMIT:20]
[MATERIAL_SIZE:4]

then correct the crystal forge's reaction to point at the new item.

Code: [Select]
[REACTION:MAKE_CRYSTAL_HELM]
[NAME:Forge Crystal Carapace Helm]
[BUILDING:PONY_CRYSTAL_FORGE:NONE]
[REAGENT:crystal forging tome:1:TOOL:ITEM_TOOL_SCHEMATIC_CRYSTAL_FORGING:NONE:NONE][PRESERVE_REAGENT]
[REAGENT:crystal:2:TOOL:ITEM_TOOL_CRYSTAL_SHARD:NONE:NONE]
[PRODUCT:100:1:HELM:ITEM_HELM_CRYSTAL_HELM:INORGANIC:CRYSTAL]
[SKILL:ENCRUSTGEM]
[FUEL]

Unfortunately, this will require a new worldgen to take affect.
Logged
I have seen the future, it does not include you.

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #54 on: October 08, 2012, 05:10:01 pm »

Haha, I think that's pretty much every single new thing I added with a bug then?
Good to have a solid report of my failures so I can fix them :P

Hotfix updated yet again.
Logged

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #55 on: October 08, 2012, 05:15:56 pm »

Don't sell yourself short, what you've accomplished so far is amazing. And the sawmill works perfectly.  :P
Logged
I have seen the future, it does not include you.

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #56 on: October 08, 2012, 05:56:25 pm »

Was just moving off from the crystal industry, when I noticed that none of the research for the crystal blueprints and schematics requires skills like the others do. ie. the sawmill blueprints requires architect, and just about all the schematics require student.
Also, you still have two identical '-- Research Crystal Forging Process(1t +)' in the Library reactions menu, one of which leads to the Crystal forging schematic, and the other leads to the Crystal smithing schematic.
After that I believe the crystal industry should be good, I'll be moving on to the weather factory in depth now.

*EDIT*
Just found one of those awesome bugs which looks a lot worse that it is.
Spoiler (click to show/hide)

*Nother EDIT*
Another one, this one was a bit tougher to track down.
You forgot to include MAKE_CLOUD_CLOTH and MAKE_GOLDEN_SILK in the entities permitted reaction list for the magic loom.
« Last Edit: October 08, 2012, 07:18:23 pm by Deathseer »
Logged
I have seen the future, it does not include you.

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #57 on: October 08, 2012, 07:21:41 pm »

Cheers again, Heading off to bed now as I'll be spending most of tomorrow packing and cleaning. If you just make a compilation of any remaining bugs I'll fix em whenever I have time :P
Logged

Deathseer

  • Bay Watcher
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #58 on: October 08, 2012, 07:25:12 pm »

I am actually just heading off to do the same, got work tomorrow.
Logged
I have seen the future, it does not include you.

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: My Little Fortress: Losing is !!MAGIC!! (Formerly known as Fanon is Magic)
« Reply #59 on: October 08, 2012, 07:26:01 pm »

In that case, good night to you, sir, and thank you for your assistance thus far!
Logged
Pages: 1 2 3 [4] 5 6 ... 81