Project Zomboid

Project Zomboid

35 ratings
Gun's Poster Factory
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
3.510 MB
21 Feb @ 9:23pm
2 Mar @ 10:02pm
9 Change Notes ( view )

Subscribe to download
Gun's Poster Factory

Description
This mod is a Base mod for poster Addons

It is required for poster addons to work


Inside The mods files are tools to make your own poster addon

There is a python script that requires gimp to work

THIS SCRIPT WAS WRITTEN FOR GIMP 2.0 any version 3.0 and up will not work with it atm. eventually i will update it


note- the script has a single poster placement version, this only works by itself so is recommended to replace posters already generated



How to Use it

Navigate to steamlibrary/steamapps/workshop/content/108600/3431926792

inside the mod folder you'll find a template mod, a readme, and a python script.

The Readme contains instructions on how to add your own posters



Basic Steps

Add python script to gimp plugin directory

Open desired images in gimp and run script

Save image as png

Open Project zomboid modding tools provided on steam

Pack png into .pack file and add to modtemplate

Add names for posters and some other info to a lua file

Edit modinfo and workshop.txt to what you desire



How it Works in the game

This mod adds A blank poster item to the game, currently all there is is a craft recipe for it that requires 4 paper.

When placed the blank poster will give a context option that allows you to pick which poster you want to appear on it. This poster will then turn into the new sprite then having the option to reset it to a blank poster



Future plans to make your posters their own items and spawn into the world



Official Addon

Spiffo posters


Workshop ID: 3431926792
Mod ID: GPosterMaker
Popular Discussions View All (1)
2
23 Sep @ 3:44pm
Help/Feedback
gunslinger
23 Comments
mycatisdolly 18 Sep @ 7:06pm 
i got this to work without doing any of the install stuff
[SHADE] KatFox0326.TTV 8 Sep @ 3:36pm 
Just an FYI, I don't think the script can handle the "_" character. I had posters disappearing and failing to transform, and when I renamed them without punctuation suddenly the script worked.
loot 23 Aug @ 1:52am 
ty very much!!!!!i've done my work :steamthumbsup:
gunslinger  [author] 23 Aug @ 12:25am 
most likely there is an error somewhere. if you were in the game when doing this it needs to restart to load in the textures. there could still be an issue with my mod but disappearing texture means there is no texture that is being referenced so it is invisible
loot 22 Aug @ 11:07pm 
when i press "set posters" button,the poster disappered when it done the movement,i've check my mod and no error.So....
thegreaterhan 18 Aug @ 9:49am 
the whole process with gimp
gunslinger  [author] 18 Aug @ 1:53am 
im sorry. where did you get stuck? I need to revise this but i am one person and am doing many things at once
thegreaterhan 17 Aug @ 11:06pm 
it's 2 am and i've spent the last 3 hours trying to make this plugin work. can you please make it an executable like in truemusic next time </3 i just want my posters
novato_aprendiz 23 May @ 11:25pm 
I appreciate the response. Honestly, I was already going a little crazy. Well, all I have to do is look for version 2.0.
gunslinger  [author] 23 May @ 11:12pm 
@novato_aprendiz The script was only made for the 2.0 versions of gimp so it will not work with 3.0 and up. For now i would recommend getting the last 2.0 version of gimp if you want to use this. I'm working on an update for it now but it wont be done for a while. it looks like they've changed a lot of things and my python is pretty bad