Garry's Mod

Garry's Mod

276 ratings
Christian Paintings Mod
6
3
5
5
4
2
3
3
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Model
Addon Tags: Realism
File Size
Posted
Updated
375.116 MB
Feb 19, 2023 @ 9:44am
Mar 12, 2023 @ 10:07am
3 Change Notes ( view )

Subscribe to download
Christian Paintings Mod

In 1 collection by Freef
Freef's Christian Mods
11 items
Description
The fear of the Lord is the beginning of wisdom: and the knowledge of the holy is understanding.
Proverbs 9:10


A Christian (Catholic / Orthodox) image pack that includes 1x1, 16x9 and 9x16 frames, each having 31 unique pictures sorted by their biblical order (except the first). Can be selected via holding C and changing the bodygroup material.

All images are in the Public Domain and can be re-packed for other projects. A link back would be appreciated, however is not required.

Works well with Easy Bodygroup Tool, No Collide Everything Tool and Resizer Tool.

You can make your own images mod that allows to override the frames via the spawnmenu, you'll just have to make it dependent on this one. Example code (put under lua/entities):
AddCSLuaFile() ENT.PaintingImage = "custom_paints/Sophus Jacobsen Moonlit Bay" -- Texture of the image! ENT.PaintingFrame = "paints/frame" -- Texture of the frame! ENT.Model = "models/paints/16x9.mdl" -- 1x1 (square), 16x9 (widescreen) or 9x16 (phonescreen) ENT.ClassName = "EXAMPLE_moonlitbay" -- Classname, has to be unique! I recommend a prefix to make sure noone else uses the same name ENT.SpawnMenuName = "Moonlit Bay" -- Spawnmenu name ENT.Category = "Fun + Games" ENT.Type = "anim" ENT.Base = "base_gmodentity" ENT.PrintName = ENT.SpawnMenuName ENT.Spawnable = true function ENT:SpawnFunction(Player, tr, ClassName ) local prop = ents.Create("prop_physics") prop:SetModel(self.Model) prop:Spawn() prop:SetPos(tr.HitPos) prop:SetSubMaterial(0, self.PaintingImage) prop:SetSubMaterial(1, self.PaintingFrame) print(PaintingImage) prop:Spawn() undo.Create(self.SpawnMenuName) undo.AddEntity(prop) undo.SetPlayer(Player) undo.Finish() end

Maps from the screenshots are gm_church_town, RP_SkyHigh and cs_italy.

Before you look up NSFW addons, remember Ecclesiastes 11:9-10:
You who are young, be happy while you are young,
and let your heart give you joy in the days of your youth.
Follow the ways of your heart
and whatever your eyes see,
but know that for all these things
God will bring you into judgment.
So then, banish anxiety from your heart
and cast off the troubles of your body,
for youth and vigor are meaningless.

Links to the images are in the pinned discussion.

God bless you!


SFM version
Tags: Jesus, Mary, Holy Trinity, Moses, Covenant, Saint, Picture, God, Christianity

Want more? Check my Christian collection!
122 Comments
KatsuBanana Mar 16 @ 6:41pm 
as an atheis i love this
Oct 9, 2024 @ 11:30pm 
epic
judas Aug 2, 2024 @ 11:31am 
nice mod:demoticon:
Dani May 15, 2024 @ 7:04am 
Amen.
fredmakilingreborn Jan 26, 2024 @ 8:13am 
As an Catholic Christian, I love this mod! God bless you!
SpyroWarner Dec 26, 2023 @ 6:04pm 
This is Beautiful. God Bless
Freef  [author] Nov 28, 2023 @ 8:07am 
No problem!
Regarding the DLC, what exactly do you mean with Could not be found? Is there a console error message? If so, it'd be great if you could paste that in here, because I really don't know of any bugs or conflicts in these addons
George ☦ Nov 28, 2023 @ 8:04am 
Okay thanks for clarifying that :steamhappy:

Although, I found the second section under Entities, it said Could Not Be Found or something like that. Do you think there is something that would conflict with the mod?
Freef  [author] Nov 28, 2023 @ 7:59am 
@George The images are actually "skins" for the painting models. Hold C, right click them and change the bodygroup material there. Sorry, I should've clarified that!
Also, the Orthodox DLC should have it's own section under the Entites category
George ☦ Nov 26, 2023 @ 3:38pm 
Is there anything I need for this to work? I can only find four of the paintings, and the part 2 mod doesn't work for me at all