Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sourcemod
empfun
Commits
b1dd1eb5
Commit
b1dd1eb5
authored
Apr 26, 2020
by
Mikleo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add params
parent
4ab53c92
Pipeline
#9521
passed with stages
in 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
2 deletions
+48
-2
dist/addons/sourcemod/plugins/empfun.smx
dist/addons/sourcemod/plugins/empfun.smx
+0
-0
dist/addons/sourcemod/scripting/empfun.sp
dist/addons/sourcemod/scripting/empfun.sp
+1
-1
dist/scenarios/entdata.txt
dist/scenarios/entdata.txt
+47
-1
No files found.
dist/addons/sourcemod/plugins/empfun.smx
View file @
b1dd1eb5
No preview for this file type
dist/addons/sourcemod/scripting/empfun.sp
View file @
b1dd1eb5
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <SteamWorks>
#include <SteamWorks>
#define PluginVersion "1.0
7
"
#define PluginVersion "1.0
8
"
float pVersion;
float pVersion;
// note linearmap field is unstable
// note linearmap field is unstable
...
...
dist/scenarios/entdata.txt
View file @
b1dd1eb5
...
@@ -1210,7 +1210,6 @@
...
@@ -1210,7 +1210,6 @@
"version" "1.04"
"version" "1.04"
"moveable" "0"
"moveable" "0"
}
}
// add fields in future.
"emp_eng_restrict"
"emp_eng_restrict"
{
{
"extend" "brush"
"extend" "brush"
...
@@ -1243,6 +1242,53 @@
...
@@ -1243,6 +1242,53 @@
}
}
}
}
"emp_info_params"
{
"extend" "entity"
"version" "1.08"
"moveable" "0"
"fields"
{
"skin"
{
"fgdName" "Skin"
"prop" "m_iDefaultSkin"
"type" "int"
"propType" "data"
}
"autoResearch"
{
"fgdName" "AutoResearch"
"prop" "m_iDefaultSkin"
"type" "int"
"propType" "data"
}
"eng_restrict_NF"
{
"fgdName" "eng_restrict_NF"
"prop" "m_iEngRestrict_NF"
"type" "int"
"propType" "data"
}
"eng_restrict_Imp"
{
"fgdName" "eng_restrict_Imp"
"prop" "m_iEngRestrict_Imp"
"type" "int"
"propType" "data"
}
"turretRestrict"
{
"fgdName" "turretRestrict"
"prop" "m_iTurretRestrict"
"type" "int"
"propType" "data"
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment