Skip to content

Commit 6e51dfe

Browse files
committed
feat: add improvements from mods
1 parent cdb493e commit 6e51dfe

5 files changed

Lines changed: 26 additions & 1 deletion

File tree

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
* text=auto
22
*.blend filter=lfs diff=lfs merge=lfs -text
3+
*.locres filter=lfs diff=lfs merge=lfs -text
4+
*.locmeta filter=lfs diff=lfs merge=lfs -text
5+
*.png filter=lfs diff=lfs merge=lfs -text
36
*.spp filter=lfs diff=lfs merge=lfs -text
47
*.uasset filter=lfs diff=lfs merge=lfs -text
8+
*.xcf filter=lfs diff=lfs merge=lfs -text
9+
10+
# Correctly handle generated localization file encoding.
11+
*.archive diff working-tree-encoding=UTF-16LE-BOM eol=CRLF
12+
*.manifest diff working-tree-encoding=UTF-16LE-BOM eol=CRLF

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
# Intermediate assets
2+
/Assets/**/*.exr
3+
/Assets/**/*.fbx
4+
/Assets/**/*.glb
5+
/Assets/**/*.png
6+
17
# Blender files
28
*.blend1
39

410
# Substance files
511
.autosave/
612
*_autosave_*.spp
713
*.spp.painter_lock
14+
*.assbin
815

916
# Visual Studio 2015 user specific files
1017
.vs/

Config/AccessTransformers.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[AccessTransformers]
22

3+
; Custom FGIconLibrary
4+
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ID")
5+
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="IconType")
6+
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="ItemDescriptor")
7+
EditAnywhere=(Class="/Script/FactoryGame.IconData", Property="DisplayNameOverride")

Mod.uplugin

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
}
2525
],
2626
"Plugins": [
27+
{
28+
"Name": "KBFL",
29+
"Enabled": true,
30+
"SemVersion": "^2026.3.434"
31+
},
2732
{
2833
"Name": "SML",
2934
"Enabled": true,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Discord community](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/B3qJBE3M9W) [![Satisfactory mod portal](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.ficsit.app%2Fv1%2Fmod%2FMODID&query=data.downloads&suffix=%20downloads&style=for-the-badge&color=orange&label=ficsit.app&labelColor=rgb(111,148,173))](https://mods.factorio.com/mod/###NAME###) [![GitHub issues: bugs](https://img.shields.io/github/issues/QuingKhaos/sf-###NAME###/bug?label=Bug%20Reports&style=for-the-badge&logo=github)](https://github.com/QuingKhaos/sf-###NAME###/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) [![GitHub pull requests](https://img.shields.io/github/issues-pr/QuingKhaos/sf-###NAME###?label=Pull%20Requests&style=for-the-badge&logo=github)](https://github.com/QuingKhaos/sf-###NAME###/pulls)
1+
[![Discord community](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/B3qJBE3M9W) [![Satisfactory mod portal](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.ficsit.app%2Fv1%2Fmod%2FMODID&query=data.downloads&suffix=%20downloads&style=for-the-badge&color=orange&label=ficsit.app&labelColor=rgb(111,148,173))](https://ficsit.app/mod/###NAME###) [![GitHub issues: bugs](https://img.shields.io/github/issues/QuingKhaos/sf-###NAME###/bug?label=Bug%20Reports&style=for-the-badge&logo=github)](https://github.com/QuingKhaos/sf-###NAME###/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) [![GitHub pull requests](https://img.shields.io/github/issues-pr/QuingKhaos/sf-###NAME###?label=Pull%20Requests&style=for-the-badge&logo=github)](https://github.com/QuingKhaos/sf-###NAME###/pulls)
22

33
# ###TITLE###
44

0 commit comments

Comments
 (0)