Skip to content

Commit 36e6e97

Browse files
update preview image
1 parent 843b972 commit 36e6e97

File tree

7 files changed

+58
-54
lines changed

7 files changed

+58
-54
lines changed

About/Preview.png

-57.9 KB
Loading

Assemblies/BetterKeybinding.dll

0 Bytes
Binary file not shown.

Assemblies/FollowMe.dll

0 Bytes
Binary file not shown.

Readme.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ Press the 'Home' key (default, can be changed with in-game keybinding settings)
66
**Does not require a new save game**
77
Can safely be enabled/disabled in ongoing saves.
88
![Contributors](https://banners.karel-kroeze.nl/title/Contributors.png)
9-
Proxyer: [Update Japanese Translation for 4.8.94 (#34)](https://github.com/fluffy-mods/FollowMe/commit/3a95353), [Pull request: Update Japanese Translation for v4.5.90 (#29)](https://github.com/fluffy-mods/FollowMe/commit/65c0025), [Update Japanese Translation for v3.4.71 (#24)](https://github.com/fluffy-mods/FollowMe/commit/17d5289), [Update Japanese translation](https://github.com/fluffy-mods/FollowMe/commit/bda44d8), [Japanese Translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
10-
xProtosx: [Add Russian Language (#27)](https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1)
11-
Jorge Martínez: [Added Spanish and Latin Spanish translations (#25)](https://github.com/fluffy-mods/FollowMe/commit/4e32b03)
12-
Oleksii Bespalov: [save settings](https://github.com/fluffy-mods/FollowMe/commit/eef73a6)
13-
Kroeze: ['Release v0.18.2.2 [nolog]'](https://github.com/fluffy-mods/FollowMe/commit/722c71a)
14-
duduluu: [Add Chinese translations (#9)](https://github.com/fluffy-mods/FollowMe/commit/75a5a6f)
9+
xProtosx: [Russian translation](https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1)
10+
Jorge Martínez: [Spanish translations](https://github.com/fluffy-mods/FollowMe/commit/4e32b03)
11+
Oleksii Bespalov: [Fix settings saving](https://github.com/fluffy-mods/FollowMe/commit/eef73a6)
12+
Proxyer: [Japanese Translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f)
13+
duduluu: [Chinese translation](https://github.com/fluffy-mods/FollowMe/commit/75a5a6f)
1514

1615

1716
![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png)
@@ -30,6 +29,9 @@ All original content (e.g. text, imagery, sounds) in this mod is licensed under
3029

3130
Parts of the code in this mod, and some of the content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/fluffy-mods/FollowMe/), so license information in the source code is preserved.
3231

32+
Parts of this mod were created by, or derived from works created by;
33+
- Freepik: preview video camera icon ([BY-NC](https://www.freepik.com/))
34+
- Freepik: preview flat pin icon ([BY-NC](https://freepik.com/))
3335

3436

3537
![Are you enjoying my mods?](https://banners.karel-kroeze.nl/title/Are%20you%20enjoying%20my%20mods%3F.png)

Source/Cinematics/InterestWorker.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class InterestWorker_AmbulanceChaser: InterestWorker {
2121
public override ThingRequestGroup PotentiallyInteresting => ThingRequestGroup.Pawn;
2222

2323
public override float InterestFor(Thing thing) {
24-
if (!(thing is Pawn pawn)) {
24+
if (thing is not Pawn pawn) {
2525
return 0;
2626
}
2727

@@ -48,7 +48,7 @@ public class InterestWorker_Attenborough: InterestWorker {
4848
public override ThingRequestGroup PotentiallyInteresting => ThingRequestGroup.Pawn;
4949

5050
public override float InterestFor(Thing thing) {
51-
if (!(thing is Pawn pawn)) {
51+
if (thing is not Pawn pawn) {
5252
return 0f;
5353
}
5454

Source/preview.svg

+1
Loading

modinfo.json

+47-46
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": {
77
"major": 5,
88
"minor": 0,
9-
"build": 102
9+
"build": 103
1010
},
1111
"author": {
1212
"name": "Fluffy",
@@ -28,6 +28,15 @@
2828
}
2929
],
3030
"changelog": [
31+
{
32+
"date": "2021-08-10T20:36:05.000Z",
33+
"message": "add 'Royalty Watch' camera",
34+
"author": {
35+
"name": "Fluffy",
36+
"email": "[email protected]"
37+
},
38+
"hash": "843b972ebf9e3f47907b1215918ab2261ebab6da"
39+
},
3140
{
3241
"date": "2021-08-10T20:01:29.000Z",
3342
"message": "initial 1.3 update",
@@ -42,42 +51,47 @@
4251
{
4352
"hash": "3a95353696bbf0f8871dae25236dce73b56dab17",
4453
"author": "Proxyer",
45-
"description": "Update Japanese Translation for 4.8.94 (#34)"
54+
"description": "Update Japanese Translation for 4.8.94 (#34)",
55+
"suppressed": true
4656
},
4757
{
4858
"hash": "65c00256d5ca21cb24332ddc034caed474d61cdd",
4959
"author": "Proxyer",
50-
"description": "Pull request: Update Japanese Translation for v4.5.90 (#29)"
60+
"description": "Russian translation",
61+
"suppressed": true
5162
},
5263
{
5364
"hash": "0f8f7b14acc0fcf908f06663203c624b48015b56",
5465
"author": "xProtosx",
55-
"description": "Add Russian Language (#27)"
66+
"description": "Russian translation"
5667
},
5768
{
5869
"hash": "17d5289f3ddc9f176bf5bb3aed9ff216655d54f7",
5970
"author": "Proxyer",
60-
"description": "Update Japanese Translation for v3.4.71 (#24)"
71+
"description": "Update Japanese Translation for v3.4.71 (#24)",
72+
"suppressed": true
6173
},
6274
{
6375
"hash": "4e32b0339be6a6cd3d5b9a61d5b2c163f9b0b640",
6476
"author": "Jorge Martínez",
65-
"description": "Added Spanish and Latin Spanish translations (#25)"
77+
"description": "Spanish translations"
6678
},
6779
{
6880
"hash": "eef73a68aba956d4d219dd060b50a2bf4c8c8871",
6981
"author": "Oleksii Bespalov",
70-
"description": "save settings"
82+
"description": "Fix settings saving"
7183
},
7284
{
7385
"hash": "722c71a7f1d30606cd66e44d9600b3af5ac8b446",
7486
"author": "Kroeze",
75-
"description": "'Release v0.18.2.2 [nolog]'"
87+
"description": "'Release v0.18.2.2 [nolog]'",
88+
"suppressed": true
7689
},
7790
{
7891
"hash": "bda44d8b034d76ae0eb1efc7a1c16401ee75c0ed",
7992
"author": "Proxyer",
80-
"description": "Update Japanese translation"
93+
"description": "Update Japanese translation",
94+
"suppressed": true
8195
},
8296
{
8397
"hash": "6e9507f262b6e37d9b070fa1ce8e35f79eb3bbd2",
@@ -87,71 +101,58 @@
87101
{
88102
"hash": "75a5a6f01ef5bcde0da2f93574f1897fcfa064ba",
89103
"author": "duduluu",
90-
"description": "Add Chinese translations (#9)"
104+
"description": "Chinese translation"
91105
}
92106
],
93107
"contributors": {
94-
"Proxyer": [
95-
{
96-
"hash": "3a95353",
97-
"author": "Proxyer",
98-
"description": "Update Japanese Translation for 4.8.94 (#34)"
99-
},
100-
{
101-
"hash": "65c0025",
102-
"author": "Proxyer",
103-
"description": "Pull request: Update Japanese Translation for v4.5.90 (#29)"
104-
},
105-
{
106-
"hash": "17d5289",
107-
"author": "Proxyer",
108-
"description": "Update Japanese Translation for v3.4.71 (#24)"
109-
},
110-
{
111-
"hash": "bda44d8",
112-
"author": "Proxyer",
113-
"description": "Update Japanese translation"
114-
},
115-
{
116-
"hash": "6e9507f",
117-
"author": "Proxyer",
118-
"description": "Japanese Translation"
119-
}
120-
],
121108
"xProtosx": [
122109
{
123110
"hash": "0f8f7b1",
124111
"author": "xProtosx",
125-
"description": "Add Russian Language (#27)"
112+
"description": "Russian translation"
126113
}
127114
],
128115
"Jorge Martínez": [
129116
{
130117
"hash": "4e32b03",
131118
"author": "Jorge Martínez",
132-
"description": "Added Spanish and Latin Spanish translations (#25)"
119+
"description": "Spanish translations"
133120
}
134121
],
135122
"Oleksii Bespalov": [
136123
{
137124
"hash": "eef73a6",
138125
"author": "Oleksii Bespalov",
139-
"description": "save settings"
126+
"description": "Fix settings saving"
140127
}
141128
],
142-
"Kroeze": [
129+
"Proxyer": [
143130
{
144-
"hash": "722c71a",
145-
"author": "Kroeze",
146-
"description": "'Release v0.18.2.2 [nolog]'"
131+
"hash": "6e9507f",
132+
"author": "Proxyer",
133+
"description": "Japanese Translation"
147134
}
148135
],
149136
"duduluu": [
150137
{
151138
"hash": "75a5a6f",
152139
"author": "duduluu",
153-
"description": "Add Chinese translations (#9)"
140+
"description": "Chinese translation"
154141
}
155142
]
156-
}
143+
},
144+
"attributions": [
145+
{
146+
"description": "preview video camera icon",
147+
"author": "Freepik",
148+
"license": "BY-NC",
149+
"url": "https://www.freepik.com/"
150+
},
151+
{
152+
"description": "preview flat pin icon",
153+
"author": "Freepik",
154+
"license": "BY-NC",
155+
"url": "https://freepik.com/"
156+
}
157+
]
157158
}

0 commit comments

Comments
 (0)