Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "ec280171-c67b-4cf8-923f-dc27fea91ee1",
"authors": ["CubeCoders Limited", "AMP Community"],
"origin": "https://github.com/CubeCoders/AMPTemplates.git",
"url": "https://github.com/CubeCoders/AMPTemplates",
"imagefile": "",
"prefix": "",
"repotype": "AppTemplates"
"id": "36707f14-3910-4048-9f8e-767da55d79d5",
"authors": ["Marijan", "AMP Community"],
"origin": "https://github.com/Baldne55/AMPTemplates.git",
"url": "https://github.com/Baldne55/AMPTemplates",
"imagefile": "",
"prefix": "LMP",
"repotype": "AppTemplates"
}
102 changes: 102 additions & 0 deletions sa-mp-dl.kvp
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
Meta.DisplayName=San Andreas Multiplayer 0.3.DL-R1
Meta.Description=San Andreas Multiplayer 0.3.DL (Download/Artwork) Mod for Grand Theft Auto: San Andreas
Meta.OS=Windows, Linux
Meta.AarchSupport=Unknown
Meta.Arch=x86_64
Meta.Author=Greelan (0.3.DL adaptation)
Meta.URL=https://sampforum.blast.hk/
Meta.DisplayImageSource=steam:12120
Meta.EndpointURIFormat=
Meta.ConfigManifest=sa-mp-dlconfig.json
Meta.MetaConfigManifest=sa-mp-dlmetaconfig.json
Meta.ConfigRoot=sa-mp-dl.kvp
Meta.MinAMPVersion=2.4.6.4
Meta.SpecificDockerImage=cubecoders/ampbase:debian
Meta.DockerRequired=False
Meta.DockerBaseReadOnly=False
Meta.ContainerPolicy=Supported
Meta.ContainerPolicyReason=
Meta.ExtraSetupStepsURI=
Meta.Prerequisites=[]
Meta.ExtraContainerPackages=[]
Meta.ConfigReleaseState=NotSpecified
Meta.NoCommercialUsage=False
Meta.ConfigVersion=3
Meta.ReleaseNotes=
Meta.BreakingReleaseNotes=
Meta.AppConfigId=b7da228f-6659-42df-a90e-386de0156b52
Meta.AppIsMultiIPAware=True
App.DisplayName=San Andreas Multiplayer 0.3.DL-R1
App.RootDir=./sa-mp/
App.BaseDirectory=./sa-mp/
App.SteamWorkshopDownloadLocation=
App.ExecutableWin=samp-server.exe
App.ExecutableLinux=samp03svr
App.WorkingDir=
App.LinuxCommandLineArgs=
App.WindowsCommandLineArgs=
App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}}
App.UseLinuxIOREDIR=False
App.AppSettings={}
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}:%LD_LIBRARY_PATH%","SteamAppId":"12120"}
App.CommandLineParameterFormat=+{0} {1}
App.CommandLineParameterDelimiter=
App.ExitMethod=OS_CLOSE
App.ExitTimeout=30
App.ExitString=quit
App.ExitFile=app_exit.lck
App.HasWriteableConsole=True
App.HasReadableConsole=True
App.SupportsLiveSettingsChanges=False
App.LiveSettingChangeCommandFormat=set {0} "{1}"
App.ApplicationIPBinding=0.0.0.0
App.Ports=@IncludeJson[sa-mp-dlports.json]
App.AdminPortRef=0
App.PrimaryApplicationPortRef=ServerPort
App.UniversalSleepApplicationUDPPortRef=0
App.UniversalSleepSteamQueryPortRef=0
App.MaxUsers=50
App.UseRandomAdminPassword=False
App.PersistRandomPassword=True
App.RemoteAdminPassword=
App.AdminMethod=STDIO
App.AdminLoginTransform=None
App.LoginTransformPrefix=
App.RCONConnectDelaySeconds=5
App.RCONConnectRetrySeconds=5
App.RCONHeartbeatMinutes=0
App.RCONHeartbeatCommand=ping
App.TelnetLoginFormat={0}
App.UpdateSources=@IncludeJson[sa-mp-dlupdates.json]
App.PreStartStages=[]
App.ForceUpdate=False
App.ForceUpdateReason=
App.Compatibility=LinuxBufferedConsole
App.SteamUpdateAnonymousLogin=True
App.SteamForceLoginPrompt=False
App.RapidStartup=False
App.MonitorChildProcess=False
App.DumpFullChildProcessTree=False
App.MonitorChildProcessWaitMs=100
App.MonitorChildProcessName=
App.SupportsUniversalSleep=False
App.WakeupMode=Any
App.ApplicationReadyMode=RegexMatch
Console.FilterMatchRegex=
Console.FilterMatchReplacement=
Console.ThrowawayMessageRegex=
Console.AppReadyRegex=^Number of vehicle models: \d+$
Console.UserJoinRegex=^$
Console.UserLeaveRegex=^$
Console.UserChatRegex=^$
Console.UpdateAvailableRegex=
Console.MetricsRegex=
Console.SuppressLogAtStart=False
Console.ActivateLogRegex=
Console.UserActions={}
Limits.SleepMode=True
Limits.SleepOnStart=False
Limits.SleepDelayMinutes=5
Limits.DozeDelay=2
Limits.AutoRetryCount=2
Limits.SleepStartThresholdSeconds=25
Loading