Garry's Mod

Garry's Mod

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

Subscribe to download
Christian Paintings Mod

In 1 collection by Freef
Freef's Christian Mods
13 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!
125 Comments
Nicea 1 Oct @ 2:56am 
I know he's also catholic, I just can't prove it
Arrachtan 25 Sep @ 7:09pm 
Although, as a Presbyterian I would enjoy having some pictures from mine, I still take immense joy from this.

I see it as that all parts of Christianity aren’t arguments to what to do and what not, but different cultured cultures all working in their unique ways towards a common Heaven (except obvious falsehoods like Mormons and cults)
Revolt 31 May @ 6:16am 
-2,996
KatsuBanana 16 Mar @ 6:41pm 
as an atheis i love this
DELTA_HELLJUMPER 9 Oct, 2024 @ 11:30pm 
epic
judas 2 Aug, 2024 @ 11:31am 
nice mod:demoticon:
Dani 15 May, 2024 @ 7:04am 
Amen.
fredmakilingreborn 26 Jan, 2024 @ 8:13am 
As an Catholic Christian, I love this mod! God bless you!
SpyroWarner 26 Dec, 2023 @ 6:04pm 
This is Beautiful. God Bless
Freef  [author] 28 Nov, 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