Skip to content

Commit

Permalink
Add support to FEBuilderGBA work support feature
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 23, 2024
1 parent 2d0ccd4 commit 22fd9f1
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: nightly-build
name: ${{ github.repository }}-${{ github.event.repository.pushed_at }}-${{ github.run_id }}-${{ github.sha }}
path: |
FEHRR*.ups
FEHRR.ups
FEHRR.map
FEHRR.png
FEHRR.updateinfo.txt
README.md
Binary file added FEHRR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions FEHRR.updateinfo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
//
//This file is an automatic update file used to FEBuilderGBA work support.
//It is used to automatically update to the latest version from the following menu.
//MENU->Run->Work support
//
//Document: https://dw.ngmansion.xyz/doku.php?id=en:guid:febuildergba:work_support
// View Results
//https://docs.google.com/spreadsheets/d/1nG4OhYUs5uL3irGzxXsoroOh5JY71VmyCZI8l63HEMs/edit?usp=drive_web&ouid=104706871484152984133
//
//このファイルはFEBuilderGBAの作品支援で利用する自動アップデートファイルです。
//以下のメニューから自動で最新版に更新するために利用されます。
//MENU->実行->作品支援
//
//仕様書: https://dw.ngmansion.xyz/doku.php?id=guide:febuildergba:%E4%BD%9C%E5%93%81%E6%94%AF%E6%8F%B4
//

NAME=FEHRR
AUTHOR=laqieer
COMMUNITY_URL=https://github.com/laqieer/FEHRR
LOGO_FILENAME=FEHRR.png

//If you use auto-update, please provide details of the site where it will be distributed.
CHECK_URL=https://nightly.link/laqieer/FEHRR/workflows/build/main/nightly-build
CHECK_REGEX=

UPDATE_URL=https://nightly.link/laqieer/FEHRR/workflows/build/main/nightly-build
UPDATE_REGEX=

AUTOFEEDBACK_URL=https://docs.google.com/forms/d/e/1FAIpQLScahQbQza0jLnj99BzLOIfmmLNeMruYfjcRlbeJT1WOHQL8Yw/formResponse
AUTOFEEDBACK_POST_USERHASH=entry.472844841
AUTOFEEDBACK_POST_VERSION=entry.1932423044
AUTOFEEDBACK_POST_CHAPTER=entry.1798786849
AUTOFEEDBACK_POST_DEADUNIT=entry.370946816
AUTOFEEDBACK_POST_BASE64=entry.926226156

//Enable AUTOFEEDBACK if you want to give benefits to players who have it enabled.
//MapID:0x0 will enable Flag: 0x25
//AUTOFEEDBACK_ENABLE_FLAG=0x25
//AUTOFEEDBACK_ENABLE_FLAG_MAPID=0x0
DISABLE_CHEAT=1
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Remake [FEHR](https://github.com/laqieer/FEHR) on [Fire Emblem 6 (J) (GBA)](http

<img src="https://raw.githubusercontent.com/oprypin/nightly.link/master/logo.svg" alt="Nightly Build" height="16" style="height: 16px; vertical-align: sub"> [Nightly Build](https://nightly.link/laqieer/FEHRR/workflows/build/main/nightly-build)

*FEBuillderGBA WorkSupport
This work supports the FEBuilderGBA work support feature, which allows for automatic updates by playing with FEBuilderGBA.
It also supports the automatic feedback function.
Feedback can be given completely anonymously, using only the information in the game.
Your feedback will help us improve the game, so please help us.
You can change this setting at any time from "FEBuilderGBA Menu->Run->Work Support".

### Patcher

[ROM Patcher JS](https://www.marcrobledo.com/RomPatcher.js/)
Expand Down
2 changes: 1 addition & 1 deletion create_ups_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Define the file paths
baserom="baserom.gba"
fehrr="FEHRR.gba"
patch="FEHRR_$(date +'%Y-%m-%d_%H')_$(git rev-parse --short HEAD).ups"
patch="FEHRR.ups"

# Check if the baserom file exists
if [ ! -f "$baserom" ]; then
Expand Down

0 comments on commit 22fd9f1

Please sign in to comment.