Skip to content

Commit f16db31

Browse files
committed
add and pack for UE 4.24
1 parent 58268d6 commit f16db31

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Collect Feedback In-Game | STOMT for Unreal Engine 4
22
#### Implementation Time: ~20 Minutes (incl. Triggers)
3-
#### Base Unreal Version: 4.18 (For specific versions visit: [4.16](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.16), [4.17](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.17), [4.18](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.18), [4.19](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.19), [4.20](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.20), [4.21](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.21), [4.22](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.22)), [4.23](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.23))
3+
#### Base Unreal Version: 4.18 (For specific versions visit: [4.16](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.16), [4.17](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.17), [4.18](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.18), [4.19](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.19), [4.20](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.20), [4.21](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.21), [4.22](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.22)), [4.23](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.23)), [4.24](https://github.com/stomt/stomt-unreal-plugin/tree/UE/4.24))
44

55
<p align="center">
66
<img alt="STOMT Unreal Engine feedback integration" src="https://i.imgur.com/1i1eCrb.jpg" />
@@ -124,10 +124,7 @@ Append labels, as for example your game-version or the player position/level. Yo
124124
125125
<img alt="Events" width="600" src="http://schukies.io/images/stomt/label.PNG" />
126126
127-
## Common Issues
128-
129-
* UE 4.18.2 Error/Info message text disappears when it's displayed for the second time.
130-
* UE 4.16.3 None
127+
## Issues
131128
132129
Don't hesitate to [contact](https://www.stomt.com/stomt-unreal-engine-plugin) us if you have any issues or need help.
133130

pack.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ rm ../stomt-unreal-plugin-4-23.zip
4040
zip -r -X ../stomt-unreal-plugin-4-23.zip . -x *.git* -x pack.sh -x *.DS_Store* -x LICENSE.md -x Binaries/ -x Intermediate/ -x Binaries/**\* -x Intermediate/**\*
4141

4242

43+
# next (4.24)
44+
git add .
45+
git stash
46+
git checkout UE/4.24
47+
48+
# move root files
49+
mv README.md Docs/README.md
50+
mv CONTRIBUTING.md Docs/CONTRIBUTING.md
51+
52+
# zip
53+
rm ../stomt-unreal-plugin-4-24.zip
54+
zip -r -X ../stomt-unreal-plugin-4-24.zip . -x *.git* -x pack.sh -x *.DS_Store* -x LICENSE.md -x Binaries/ -x Intermediate/ -x Binaries/**\* -x Intermediate/**\*
55+
56+
4357
# clean
4458
git add .
4559
git stash

0 commit comments

Comments
 (0)