Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TurnTimer

Work in progress. I'm trying to make a Wingspan mod that will display a timer for the current turn and a turn summary after the game (Total time per player, average time per turn / in-between turn actions).

Installation

BepInEx

Steam on Linux:

Dev Setup

Resources

Generate dummy dlls:

il2cpp-dumper ~/.local/share/Steam/steamapps/common/Wingspan/GameAssembly.dll ~/.local/share/Steam/steamapps/common/Wingspan/Wingspan_Data/il2cpp_data/Metadata/global-metadata.dat .
my il2cpp startup script ```bash #!/bin/bash basedir="/home/owl/opt/il2cpp-dumper/" timestamp=$(date +%s) targetdir="${@: -1}" dotnet "$basedir/Il2CppDumper.dll" "$@" mkdir -p "$targetdir" find "$basedir" -mindepth 1 -maxdepth 1 -newermt "$(date -d @$timestamp '+%Y-%m-%d %H:%M:%S')" -exec mv {} "$targetdir" \; ```

Jetbrains Rider

In Jetbrains Rider, you can add references to the generated dlls by right-clicking the project node and selecting Add -> Reference -> Add from..., then selecting all the dlls.

After building, the binary is in bin/Debug/net6.0/TurnTimer.dll.

About

Turn Timer for Wingspan

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages