Garry's Mod

Garry's Mod

Fortification Tool for SWRP
TheJoe  [开发者] 2021 年 1 月 14 日 上午 6:36
Bugs
Report Problems
< >
正在显示第 1 - 15 条,共 18 条留言
averyweasel 2021 年 1 月 16 日 下午 6:37 
it doesnt pull up the build menu when i press R
TheJoe  [开发者] 2021 年 1 月 17 日 上午 3:50 
You playing in singleplayer? If so thats probably the source of your Problem
averyweasel 2021 年 1 月 17 日 下午 1:53 
ok thank you it works now
Nighthawk 2021 年 7 月 27 日 下午 7:07 
when i try to add a custom thing to build, it just comes up with this.

fortification-config] addons/fortification-config/lua/sh_fort_config.lua:8: attempt to perform arithmetic on global '“models' (a nil value)
1. unknown - addons/fortification-config/lua/sh_fort_config.lua:8
TheJoe  [开发者] 2021 年 7 月 28 日 上午 2:28 
probably a typing mistake, try putting it in glua lint
最后由 TheJoe 编辑于; 2021 年 7 月 28 日 上午 2:29
The Hussar General 2022 年 6 月 27 日 上午 8:49 
Good day, sir!
I was trying to add a new fortification, but nothing happens. The Bridges don't show up, and then I changed "JoeFort.configoverride = false" to "JoeFort.configoverride = true" that had to disable original structures, but it hadn't helped


Here's my file

D:\Steam\steamapps\common\GarrysMod\garrysmod\addons\engineers\lua\sh_fort_config.lua

And here is my file

-- Change to true to disable the default structures
JoeFort.configoverride = true
-- Determines the standard size of the Ressource Pool
JoeFort.Ressources = 250

to do so paste this function and fill in the values for every structure you want to add

JoeFort:AddEnt("Bridge","Fence",{
classname = “”, -- in case its an entity fill in, for props just leave “”
model = “models/karkar/bridge.mdl”, -- enter the model name here, this is never the same as the classname
health = 1000, -- determines the health, 0 means invincible
buildtime = 10, -- determines how long it takes to build
neededresources = 10, -- determines how many ressources will be taken away
})

JoeFort:AddEnt("Bridge part","Fence",{
classname = “”, -- in case its an entity fill in, for props just leave “”
model = “models/askari/bridge01_stlve.mdl”, -- enter the model name here, this is never the same as the classname
health = 1000, -- determines the health, 0 means invincible
buildtime = 10, -- determines how long it takes to build
neededresources = 10, -- determines how many ressources will be taken away
})
Durian 2022 年 8 月 10 日 下午 7:21 
I tried putting custom barricades in but when I open up the menu there is nothing. Im in multiplayer
TheJoe  [开发者] 2022 年 9 月 9 日 上午 9:06 
Check if your file/path has spaces or uppercase letters, that can sometimes cause issues.
Alan 2022 年 11 月 12 日 上午 6:00 
hey uh i dosent work i pressed all buttons and it dosent work
TheJoe  [开发者] 2022 年 11 月 13 日 上午 4:05 
maybe in singleplayer?
Alan 2022 年 11 月 13 日 上午 4:26 
i am in single player i dont have any friends lol i could try multi player see if it works for me
Alan 2022 年 11 月 13 日 上午 11:39 
hello? i still want to use this mod anymore advice?????
TheJoe  [开发者] 2022 年 11 月 15 日 下午 5:56 
pretty sure it doesnt work in singleplayer, when going into singleplayer you can click a checkbox to make it a local 2 player game, should work then
Alan 2022 年 11 月 16 日 上午 8:58 
alr
Nighthawk 2024 年 9 月 2 日 下午 8:45 
for some reason, when i add a model and it builds it, it builds it sideways and in the direction the holo is showing
< >
正在显示第 1 - 15 条,共 18 条留言
每页显示数: 1530 50