Add a complete readme with documentation

This commit is contained in:
Jim Shield
2025-04-22 19:17:34 +01:00
parent ac58fe4bb7
commit 1d588c4f41
2 changed files with 1806 additions and 5 deletions

1804
README.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -49,9 +49,6 @@ if Config and Config.System then
if GetConvar("jim_dontUseTarget", "false") == "true" then
Config.System.DontUseTarget = true
end
--Config.System.DontUseTarget = GetConvar("jim_dontUseTarget", "false")
--print(Config.System.DontUseTarget)
end
QBInvNew = true
@@ -117,7 +114,7 @@ for _, v in pairs({ -- This is a specific load order
'effects.lua',
-- Do version check last
'_versioncheck.lua'
'_scriptversioncheck.lua'
}) do
if debugMode then
--print("^5Loading^7: 'jim_bridge/shared/"..v.."' ^2into ^7'"..GetCurrentResourceName().."' ...")