Custom Content Help
Custom Content Help
This thread is to provide help with creating custom content.
Basically, here you go:
-exporting buildings: http://millenaire.org/library/view.php?cid=136
-coding buildings: http://millenaire.org/wiki/Guide_on_mak ... _Buildings
-custom townhall: http://millenaire.org/wiki/Guide_on_making_a_Town_Hall
-custom culture: http://millenaire.org/wiki/Guide_on_mak ... om_Culture
If you have any question or experience issues while making your custom content, we are happy to provide help!
Basically, here you go:
-exporting buildings: http://millenaire.org/library/view.php?cid=136
-coding buildings: http://millenaire.org/wiki/Guide_on_mak ... _Buildings
-custom townhall: http://millenaire.org/wiki/Guide_on_making_a_Town_Hall
-custom culture: http://millenaire.org/wiki/Guide_on_mak ... om_Culture
If you have any question or experience issues while making your custom content, we are happy to provide help!
Re: Custom Content Help
Thank you for the links!
The question I have is: If we add a custom building, how do we get the paths built to the front door? Is there a special block we have to put into the design so that the villagers know where to connect the path?
Edit: Figured it out - sleepingPos 0/128/255
The question I have is: If we add a custom building, how do we get the paths built to the front door? Is there a special block we have to put into the design so that the villagers know where to connect the path?
Edit: Figured it out - sleepingPos 0/128/255

-
- Posts: 4
- Joined: Sun Jul 21, 2013 11:31 pm
Re: Custom Content Help
Is there anything that list all the available options for the buildings?
The sleepingpos I can't find anywhere for example.
The sleepingpos I can't find anywhere for example.
Re: Custom Content Help
Do you mean the different Pos etc? Here you go:
Every building that isn't just decorative:
main chest
Building that has inhabitants:
main chest
sleepingPos
sign
Pos for special purposes:
craftingPos - all crafting stuff of the inhabitant will be done here, when not added it uses the sleepingPos
shelterPos - When added, weak villagers will seek a shelter át this Position during a raid
defendingPos - The villages defenders will go here during a raid
sellingPos - Needed when a shop is added to the building. If the player moves here, a villager with the tag=seller will come and trade with the player.
Regards,
Ticlon
Every building that isn't just decorative:
main chest
Building that has inhabitants:
main chest
sleepingPos
sign
Pos for special purposes:
craftingPos - all crafting stuff of the inhabitant will be done here, when not added it uses the sleepingPos
shelterPos - When added, weak villagers will seek a shelter át this Position during a raid
defendingPos - The villages defenders will go here during a raid
sellingPos - Needed when a shop is added to the building. If the player moves here, a villager with the tag=seller will come and trade with the player.
Regards,
Ticlon
Re: Custom Content Help
We need more info for the different kinds of tags...Ticlon wrote:sellingPos - Needed when a shop is added to the building. If the player moves here, a villager with the tag=seller will come and trade with the player.
Regards,
Ticlon
My Millenaire addon mods:
The Norse Culture? (future WIP maybe)
Re: Custom Content Help
I tried to make a custom culture, and managed to get working village with a town hall, but it never spawned any villagers... anbody hava a clue why? I have made villagechief, wife, boy and girl villagers but none spawn.
Re: Custom Content Help
Could you paste the contents of your town hall building file here?zander623 wrote:I tried to make a custom culture, and managed to get working village with a town hall, but it never spawned any villagers... anbody hava a clue why? I have made villagechief, wife, boy and girl villagers but none spawn.
Re: Custom Content Help
max:0;priority:2000;native:garór;english:Hall;around:3;male:Herra;female:Drótinn;shop:townhall;startLevel:-1;druha wrote:Could you paste the contents of your town hall building file here?zander623 wrote:I tried to make a custom culture, and managed to get working village with a town hall, but it never spawned any villagers... anbody hava a clue why? I have made villagechief, wife, boy and girl villagers but none spawn.
orientation:2;width:13;length:37;signs:2,1,3,4,6,5,7,8,0
edit: the town map appears to be blank as well.
Re: Custom Content Help
Ok, I'm going to guess that's just the formatting of this forum but just in case, that line should never be split over 2 lines, it should always be on a single line.zander623 wrote: max:0;priority:2000;native:garór;english:Hall;around:3;male:Herra;female:Drótinn;shop:townhall;startLevel:-1;
orientation:2;width:13;length:37;signs:2,1,3,4,6,5,7,8,0
edit: the town map appears to be blank as well.
And what are the file names of the villager files that you created for them?
Also your millenaire.log file might provide some clues.
Re: Custom Content Help
got it to work by renamning the villagers. Having some other issuses though, i get a looooooooong line og error messages like this for every thing that can be sold to millenare villages
i also get an error messeage saying "Unable to save building" in-game and this message is repeated in the log file5.1.7 02-08-2013 10:45:22 ERROR: Culture: Vikings: Unknown good when loading shop townhall.txt: wood
EDIT: Both errors have been fixed, just copyed Traded_Goods.txt from the norman culture and added to mine.5.1.7 02-08-2013 11:44:06 ERROR: (Viking hall_0 at 375/64/71/1/0/TESTING Skogrborg/[email protected]): Exception in Villager.onUpdate():
5.1.7 02-08-2013 11:44:06 Exception, printing stack:
5.1.7 02-08-2013 11:44:06 java.lang.IllegalArgumentException: Empty string not allowed
at net.minecraft.nbt.NBTTagString.<init>(SourceFile:15)
at net.minecraft.nbt.NBTTagCompound.func_74778_a(SourceFile:81)
at org.millenaire.common.VillagerRecord.write(VillagerRecord.java:446)
at org.millenaire.common.Building.writeToNBT(Building.java:8123)
at org.millenaire.common.Building$SaveWorker.run(Building.java:295)
Custom Content Help
Hey Guys i need Help with my Custom Content, i make a Townhall but all signs are blanc, and i cant understand the tutorial, can anybody make a Video (2 Minutes) how to make the townhall panels ? ^_^ please
(*best if in German or Russian)
(*best if in German or Russian)
-
- Posts: 39
- Joined: Wed Aug 14, 2013 2:14 pm
Re: Custom Content Help
I think you should put 'signs 0' to 'signs 8' in your signs? The guide isn't making this clear.KingWulf wrote:Hey Guys i need Help with my Custom Content, i make a Townhall but all signs are blanc, and i cant understand the tutorial, can anybody make a Video (2 Minutes) how to make the townhall panels ? ^_^ please
(*best if in German or Russian)
Hmm
THANKS, Thanks Thanks!
Re: Custom Content Help
I'd like to change the forge and it would be great to add an anvil but this block is unknown for millenaire. Does someone know how to add it please ?
I've tried to add lines in blocklist.txt like anvil;145;0;true;88;88;2 but the block is unknown for Millenaire, help !
I've tried to add lines in blocklist.txt like anvil;145;0;true;88;88;2 but the block is unknown for Millenaire, help !
-
- Posts: 15
- Joined: Sat Dec 14, 2013 8:25 pm
Re: Custom Content Help
Hey just saying the creating a custom culture guide is out of date and when I get back into the swing of things I will try to update it. Anyone (with proper understanding) can update the guide if they want to.
Seljuk Turks culture creator
Message me on here or at the minecraftforum.net at Gavinator25
Message me on here or at the minecraftforum.net at Gavinator25