• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Xyth's A19 - A17 Modlet Collection

Status
Not open for further replies.
Version 1.31 - Fixed: Localization, added wood bat schematic to common book loot, Lathe schematic to rare books loot.

Thanks for finding those.

 
Fun with Flags updated to version 1.3. Now with Rally Point Flags! See post #2 for more details.

 
Is salvaged bats missing a progression entry? Cannot craft lathe or mods.
Yup, my bad. Will fix shortly.

Fixed. I removed the check against the progression xml. If you have the schematic, you can make anything in this mod.

Regarding repairing bats, I don't see how anyone could repair a aluminum bat so you need to find new one. Wood bats are not as good but you can always make a new one once you have a lathe.

 
Last edited by a moderator:
...spent a bit trying to replicate your xythomatic in Unity, still couldn't figure out how you are adding the view to the new camera... I did end up hooking up a webcam to my scene and played around with Augmented Reality, although neither venture was particularly successful... =)

At this point, I'm certain it's an Xui thingie, which means I'll never do it 'cause I hate those xml's.

 
Just a FYI on the "Xythomatic" Xray device, it will appear to render very darkly in some biomes due to TFP adding a "fog" overlay onto the cameras to obscure distant terrain popping in. The device works very well is you use Dust2Death's HDHQ mod which removes much of that nasty effect. I won't make his mod a requirement for using the Xythomatic moddlet, but please be aware of its limited usefulness in some biomes like the burnt lands without his fixes.

 
Last edited by a moderator:
Can you do this with a TV with a camera attached, watching TV to see the zombies outside? your base

 
Last edited by a moderator:
Can you do this with a TV with a camera attached, watching TV to see the zombies outside? your base
Maybe, but there is already an SDX mod by Three08 for remote cameras.

 
I don't use SDX any more I have lots of problems with it I was using an elevator for my hotel in A16.4 I added a phone booth to the SDX and the program swapped the elevator and changed it to a phone booth it's hard to ride a phone booth in an elevator shaft lol

I know you have done a lot of work on the flags in unity I wonder if you can help me please to make 4 small items for my Castle The link below has my textures in order

1. Black Knight Reliable Bridge Security Poster "need this on a Block"

2. Black Knight Hanging Pub Sign "need this on a Block"

3. Black Knight Castle Coat of Arms "need this on a Block" so I can place it on my castle wall"

4. Black Knight Coat of Arms "need this on a Flag".

https://photos.google.com/album/AF1QipNF1G1Nlt67zj2kBqNJr8eXKOa_eCpgqGPN1mut

Do you think you can help with this

Best regards

Brian

 
Last edited by a moderator:
I don't use SDX any more I have lots of problems with it I was using an elevator for my hotel in A16.4 I added a phone booth to the SDX and the program swapped the elevator and changed it to a phone booth it's hard to ride a phone booth in an elevator shaft lol
I know you have done a lot of work on the flags in unity I wonder if you can help me please to make 4 small items for my Castle The link below has my textures in order

1. Black Knight Reliable Bridge Security Poster "need this on a Block"

2. Black Knight Hanging Pub Sign "need this on a Block"

3. Black Knight Castle Coat of Arms "need this on a Block" so I can place it on my castle wall"

4. Black Knight Coat of Arms "need this on a Flag".

https://photos.google.com/album/AF1QipNF1G1Nlt67zj2kBqNJr8eXKOa_eCpgqGPN1mut

Do you think you can help with this

Best regards

Brian
You don't need SDX to make the 4 things you want, and I made some video tutorials that will teach you how to easily do this. You can find those links in the tutorial section. Start here: https://7daystodie.com/forums/showthread.php?72130-Creating-and-Exporting-Models-from-Unity-for-use-in-7D2D

 
@xyth - First I want to thank you for the great work and the tutorials for beginners like me to get into modding this great game. This is really inspiring to get deeper into.

I played around and successfully managed to get some xpath modlet stuff working the last few weeks (added bauxite ores, modded the forge to melt bauxite to aluminium, added recipes for sulfur, aluminium alloy, aluminium bars, lightweight high-strength aluminium alloy bars, added Sledge Hammers 44er Susi, recipes for dumdum bullets, Hollywood magazine extender etc. etc.).

Currently I'm trying to get into Unity and watched your FunwithFlags video tutorials.

I successfully created a pirate flag with your TutorialProjectTemplate. I can place the flag in game, it's there and looks great.

View attachment 27427

Now I'm struggling with the problem that I can't pick up the flag or destroy it.

The tag on the "Assembly" is T_Mesh_B but I don't know how to go on or debug this kind of stuff.

I'm totally new to Unity and it's kind of overwhelming.

I guess it's not implemented in this first flag example in the TutorialProjectTemplate and this "feature" was added to later versions ?

thx & greets - sledge

 
Glad the video helped. I learned the little I know about Unity just playing around and making lots of mistakes but it gets easier.

I assume your using the tutorial project that had the flag example in it?

Try moving the T__Mesh_B tag to the Polest object. In general, that tag should be on an object that has a collider component. I guess when I did that example I never tested picking it up. I will fix that.

If its not that, then you might not have your xml correct. Do you have a these lines in your xml? <property name="MultiBlockDim" value="1,5,1"/> and <property name="CanPickup" value="true" /> ?

I uploaded a version 2 of the tutorial template with the fix. It has the new export script as well.

 
Last edited by a moderator:
Hey Xyth! Is there a way to increase the probability of the Junk Items? I added a recipe to craft Scrap Polymers using Acid, Oil, Glue, Cotton and Scrap Rubber. Only problem is I can NOT find scrap rubber anywhere. I think since I installed the mod a week ago, I have found like one rubber item. :( Even with loot cranked up to 500%, and the Dev Loot Glasses.

 
Hey Xyth! Is there a way to increase the probability of the Junk Items? I added a recipe to craft Scrap Polymers using Acid, Oil, Glue, Cotton and Scrap Rubber. Only problem is I can NOT find scrap rubber anywhere. I think since I installed the mod a week ago, I have found like one rubber item. :( Even with loot cranked up to 500%, and the Dev Loot Glasses.
You can edit the loot.xml file. Easiest way would be to increase the number of times the rubber lootgroup is listed in the JunkItems lootgroup. So this would triple the chance of rubber items over other types:

<lootgroup name="itemJunk">

<item group="paperJunk" />

<item group="steelJunk" />

<item group="rubberJunk" />

<item group="rubberJunk" />

<item group="rubberJunk" />

<item group="mechanicalJunk" />

<item group="electricJunk" />

<item group="clothJunk" />

<item group="plasticJunk" />

<item group="woodJunk" />

<item group="stoneJunk" />

<item group="brassJunk" />

<item group="ironJunk" />

<item group="electronicJunk" />

<item group="glassJunk" />

<item group="leadJunk" />

</lootgroup>

Alternatively, you could just add the scraprubber item directly into the vanilla <item group="itemJunk" /> group list with it dropping multiple counts

 
Last edited by a moderator:
Yes, thx, problem solved:

I moved the tag to the polest object.

For possible future tutorial improvements:

I had not played around with it because the tutorial explains this relatively clearly (however, the tag is set to Assembly there): in the first video (Unity2018Tutorial01) at 06:55 explaining T_Mesh_B.

Thank you - sledge

I see version 2 is online, I'll check it...

 
Last edited by a moderator:
You can edit the loot.xml file. Easiest way would be to increase the number of times the rubber lootgroup is listed in the JunkItems lootgroup. So this would triple the chance of rubber items over other types:
<lootgroup name="itemJunk">

<item group="paperJunk" />

<item group="steelJunk" />

<item group="rubberJunk" />

<item group="rubberJunk" />

<item group="rubberJunk" />

<item group="mechanicalJunk" />

<item group="electricJunk" />

<item group="clothJunk" />

<item group="plasticJunk" />

<item group="woodJunk" />

<item group="stoneJunk" />

<item group="brassJunk" />

<item group="ironJunk" />

<item group="electronicJunk" />

<item group="glassJunk" />

<item group="leadJunk" />

</lootgroup>

Alternatively, you could just add the scraprubber item directly into the vanilla <item group="itemJunk" /> group list with it dropping multiple counts
Awesome! THX!

I was just looking at the Loot.xml... and was think if I add in this...

<insertAfter xpath="/lootcontainers/lootgroup[@name=empty]">

<lootgroup name="junkPersonal" count="1">

Or maybe next to rubberJunk add (count="1,3" prob="1")

It would tweak the chance and amount too.

Gonna give it a try right now. :)

 
Status
Not open for further replies.
Back
Top