Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ee20c0

Browse filesBrowse files
committed
Add allowed weapons option into bot customization.
- Update writing directories for the mod. - Add mod screenshot into README.
1 parent 88c7494 commit 3ee20c0
Copy full SHA for 3ee20c0

4 files changed

+31-1Lines changed: 31 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Data/*.pri
6666
Data/*.bin
6767
Scripts/PersistentSymbols.ini
6868
SaveGame/*
69+
ScreenShots/*
6970

7071
# Files generated by ECC
7172
Sources/EntitiesMP/*.h
Collapse file

‎BaseWriteExclude.lst‎

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Cecil
2+
Demos
3+
Screenshots
24
Scripts
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Based on [Serious Sam SDK v1.07 for Visual Studio 2013](https://github.com/Dream
55
- [Bot integration help file](https://github.com/DreamyCecil/CecilBotMod/blob/master/BotIntegration.md#bot-integration)
66
- [Mod commands help file](https://github.com/DreamyCecil/CecilBotMod/blob/master/ModCommandsHelp.md#bot-mod)
77

8+
<img src="https://i.imgur.com/7ZzR1gM.jpg">
9+
810
Building
911
--------
1012

Collapse file

‎Scripts/CustomOptions/BotOptions.cfg‎

Copy file name to clipboardExpand all lines: Scripts/CustomOptions/BotOptions.cfg
+26-1Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Value: 6
5555
Gadget:
5656
Type: Separator
5757
//
58-
Gadget: TTRS Aiming options
58+
Gadget: TTRS Weapon options
5959
Type: Separator
6060
//
6161
Gadget:
@@ -157,6 +157,31 @@ Value: 20
157157
String: 50
158158
Value: 50
159159
160+
//
161+
Gadget: TTRS Allowed weapons
162+
Tip: TTRS which weapons should bots use (weapon mask)
163+
Type: Toggle
164+
Var: BOT_iAllowedWeapons
165+
166+
String: TTRS All (default)
167+
Value: -1
168+
String: TTRS Only Knife
169+
Value: 1
170+
String: TTRS Bullets & Melee
171+
Value: 4735
172+
String: TTRS Projectiles & Melee
173+
Value: 3969
174+
String: TTRS No Colts
175+
Value: 16377
176+
String: TTRS No Sniper
177+
Value: 12287
178+
String: TTRS No Cannon
179+
Value: 8191
180+
String: TTRS No Colts & Sniper & Cannon
181+
Value: 4089
182+
String: TTRS None
183+
Value: 0
184+
160185
//
161186
Gadget:
162187
Type: Separator

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.