Jump to content

Xyth's A19 - A17 Modlet Collection


xyth

Recommended Posts

All Mods can be found on my A19, A18 and A17 Repos here: https://github.com/7D2D

A19 Mods are under the A19Mods folder, A18 Mods are under the A18Mods folder, etc.

 

  • Salvaged Bats Adds baseball bats and item modifiers
  • Better Books Animated Comic Books
  • Zombie Pinup Posters Pinup posters for the apocalypse
  • LightSabres  Adds 3 new lightsabres to the game
  • Fun with Flags Some new craftable flags, make your own fun flag today!
  • VideoPlayers : Adds Televisions, Theater Screens and Billboards to the game.
  • CCTVs Adds 8 CCTV cameras and 2 monitors to the game. NOT SDX, its vanilla.
  • Radios Adds 3 Radios
  • SteelBars Adds 2 levels of steel, wrought iron and wood bars you can loot though
  • HelmetCam: Adds a helmetcam item modifier, adjustable in xml
  • No Potty Mouth Addon modlet to remove the non-PG voiceclips from bandits
  • Locks :  Adds Skyrim style lockpicking (DMT Mod)

 

Salvaged Bats Modlet:

 

A modlet that demonstrates how to implement melee weapon modifiers, and adds new bats and modifiers in a compatible way with TFPs vanilla bat. New hi-def textures and mesh fixes provided by Dust2Death. Those textures for the modifiers were reduced to 1K for compatibility with most PCs. Schematic Icons by DukeW74. Hopefully some modders will want to make some more attachments for this mod and collaborate to make it a more finished modlet.

 

SalvagedBats.jpg.8f37797f74930639cc4db0a01f9f6432.jpg

 

See it in action:

 

Download the modlet: https://github.com/7D2D/

 

Want to make you own modifiable hand items or weapons? Learn how here:

 

Download the Base Bat Template used to align new attachments: (A17 version)

https://github.com/7D2D/Templates-and-Utilities/blob/master/BatTemplate.unitypackage

 

Better Books:

 

Another proof of concept. Adds 2 in game magazines to read on those long nights in base. Goal is to provide a method to allow for in game documentation that includes images. Starvation really needed something like this to explain how to make uranium and other complex processes.

 

Books.thumb.jpg.8b486cd1eb28ea190dfedf132de149f7.jpg

 

See it in action:

 

Download it here: https://github.com/7D2D/A19Mods

 

Zombie Pinup Posters:

 

ZombiePinups.thumb.jpg.dfc855b8336a1a6ddf6d100f985f5f04.jpg

 

Download it here: https://github.com/7D2D/A19Mods

 

 

LightSabres:

 

Adds 3 in light sabres (red,blue,green) because, well, folks asked for them. Adapted the particle from the lightsabre made by Starvation's own Pacco, may he rest in peace. Otherwise it all new.

 

Recharge them when "broken" using a gem made from a rough diamond and a battery. They are OP so they wear out sooner than you would hope, especially L1 devices.

 

See them in action:

 

Download it here: https://github.com/7D2D/A19Mods

 

SteelBars:

 

Adds steel, wrought iron and wood bars models that you can loot though. I love using ironbars in my base for Bloodmoons, but you can't loot through those so all the wasted loot bags! Upgrade/downgrade xml by our own DrConfused!

 

Download it here: https://github.com/7D2D/A19Mods

 

HelmetCam:

 

Adds a camera item modifier for helmets. Its pointed backwards now because my daughter hates vultures sneaking up on her, but you can rotate and aim the camera in xml as you would like. This needs more testing, and ideas how to improve it is welcomed.

 

See it in action:

 

Download it here: https://github.com/7D2D/

JunkItems.jpg

 

 

CCTVs

 

Adds closed circuit TVs for your security needs.  This modlet has its own thread.  

 

Locks

 

Locks.thumb.png.350be4410015c2cff6a4721dbc2fae1d.png

 

 

Edited by xyth (see edit history)
Link to comment
Share on other sites

Fun with Flags:

 

Adds in game flags.  The A19 version uses a custom shader to add cloth motion features. A18/A17 used cloth physics. Shader motion is lighter on the FPS than using cloth physics.  Some are using the looted flag to mark areas that are already looted.  Image only shows a few flags, more added as time allows.

 

Flags.thumb.jpg.9e86b4c435d7d2371fcd2f3dc1805a47.jpg

 

Watch it in action:

 

Download it here: https://github.com/7D2D/

 

And now even better with RallyPoint Flags!

 

RallyFlags.jpg.a4bf289183bb507ae3fa4aefbc610eaf.jpg

 

[video=youtube_share;dFyWdq-w7t4]

 

Latest edition to our flags collection. Embarrassed when your clan gathers around a cartoon bouncing exclamation point before braving a group quest? No more. Now you can make you own custom guild flag that marks the beginning of your end. Included are 5 rally flags, just edit the xpath blocks.xml file and pick the one you like best. If you want to make your own flags, here is a template package you can use.  https://drive.google.com/file/d/11KYsvJ4bcg_bFVWSqAGtdf7csSF5v8PW/view?usp=sharing

Edited by xyth (see edit history)
Link to comment
Share on other sites

 

 

VideoPlayers Modlet

 

This A19 modlet now combines several A18/A19 modlets (Video Players, Billboards, and Theater Screens)

 

YouTube Video:

 

Introduces mass media into the game. Initial release is in the form of Billboards, but really any flat surface can render the images. Some known issues exist, see known issues for details.

 

This mod adds 2 new billboards to the game:

 

Billboard01 is a mechanical billboard that shows 3 unique images on each side of the billboard. This is a single texture sheet which you can edit in a graphics program then import into unity and the reexport.

 

BillboardVideoMP4 is a electronic version, that will play 3 video clips (or entire movies) in rotation. Like 3 TV channels. Best part is you can replace the 3 video files in the mods/resources folder with your own.

 

If you put down a land claim block you can pick these up by holding the E key.

 

Installing

 

This is a modlet. Normal modlet install. If you swap out any of the videos, they must have the exact same name and file extension as the one you're replacing. Those names are hard coded. It won't like strange .mp4 encoding so keep it simple.

 

This is tested to work on dedi as well.

 

The Modlet can be found here: https://github.com/7D2D/A19Mods or in the ModLauncher.

 

Known Issues

 

Sometimes the sound plays for a few seconds if you enter the game next to a billboard that has sound. This is because I need to active them on start as I can't use code to do that. Minor annoyance, but I will look for a workaround.

 

You need to activate a newly placed billboard by attaching a wire to it, but you can immediately remove that wire. That is because I'm using the switch class and it expects a wire to the switch. No way to fix that without code.

 

Videos need to be in .mp4 format. I added a version that supports .ogv, but the game won't play it even though Unity2019 supports it.

 

VideoPlayers 

 

YouTube Video:

 

Description

 

Introduces working televisions into the game. Same issues exist as on the Billboards

 

This mod adds 2 new televisions to the game: VideoTV is a large tabletop television that will play 3 video clips (or entire movies) in rotation. Like 3 TV channels. Best part is you can replace the 3 video files in the mods/resources folder with your own.

 

TVWall is a wall mounted version setup to replace the existing small wall mounted televisions. Its currently set to replace 90% of them but that can be adjusted in xml.

 

If you put down a land claim block you can pick these up by holding the E key.

 

Installing

 

This is a modlet. Normal modlet install. If you swap out any of the videos, they must have the exact same name and file extension as the one you're replacing. Those names are hard coded. It won't like strange .mp4 encoding so keep it simple.

 

This is tested to work on dedi as well.

 

The Modlet can be found here: https://github.com/7D2D/A19Mods  or in the ModLauncher.

 

Known Issues

 

Sometimes the sound plays for a few seconds if you enter the game next to a TV. This is because I need to active them on start as I can't use code to do that. Minor annoyance, but I will look for a workaround.

 

You need to activate a newly placed TV by attaching a wire to it, but you can immediately remove that wire. That is because I'm using the switch class and it expects a wire to the switch. No way to fix that without code.

 

Videos need to be in .mp4 format.

 

 

Theater Screens 

 

YouTube Video:

 

Description

 

Adds a flat theater screen into the game. Designed with POI makers in mind, this screen is 16:9 format and 8x5 blocks in size. Same issues exist as on the Billboards

 

Installing

 

Same as the video Players - this is tested to work on dedi as well.

 

The Modlet can be found here: https://github.com/7D2D/A19Mods  or in the ModLauncher.

 

Known Issues

 

Same as video players

 

Radios Modlet

 

Radios.thumb.jpg.2ad999594c6af1b618114f2c1ba91db2.jpg

 

 

A modlet that adds a 3 new radios into the game. The jukebox and RA801 show video from the .mp4 files, the old radio hides the video inside. These use .mp4 files just like the video players. It's just new models per user requests.

 

Installing

 

Same as the video Players - this is tested to work on dedi as well.

 

The Modlet can be found here: https://github.com/7D2D/A19Mods or in the ModLauncher.

 

 

Edited by xyth (see edit history)
Link to comment
Share on other sites

Either...both. If someone wanted to improve the textures on a few of these attachments that would be cool. Otherwise, if a blender person wants to add attachments that would be great as well. If folks like this concept then I might start on a second melee base weapon, maybe a length of pipe, and make attachments for that.

Link to comment
Share on other sites

Version 1.11: Bats are no longer repairable and break when worn out. Wear rate slowed and scaled by bat tier.

 

This method can be used on any weapon for those who don't like the fact that once you get a L6 weapon it lasts forever. That would make a nice modlet but I don't feel like doing the xpath :-)

Link to comment
Share on other sites

Hi,im trying to install Salvaged Bats Modlet to 7 days to die / data folder.All 3 files,but getting lots of errors and cant play.What im doing wrong?

 

This is a modlet it isn't a mod.

 

This you need to make a mod folder in your 7 days to die game directory then place this modlet inside the newly created mod folder

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...