-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit.ps1
More file actions
20 lines (16 loc) · 784 Bytes
/
Copy pathcommit.ps1
File metadata and controls
20 lines (16 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cd C:\IcarusTV
git config user.email "racerx708@gmail.com"
git config user.name "RacerX"
# Remove temp scripts
Remove-Item 'C:\IcarusTV\do_commit.ps1' -Force -ErrorAction SilentlyContinue
Remove-Item 'C:\IcarusTV\gitinit.ps1' -Force -ErrorAction SilentlyContinue
git add -A
git commit -m "Icarus TV Mod - deployable flat-screen TV with IPTV streaming
Full UE4 4.27.2 mod project with:
- Wall-mounted 55in TV blueprint with MediaPlayer streaming
- C++ stubs for proper FName preservation and parent class overrides
- BytecodeMod post-cook Super reference fixer (UAssetAPI)
- Icarus Relay Server (Python/FFmpeg) for IPTV and local media
- Complete data table entries for crafting, tech tree, and deployment
- Automated build pipeline (cook -> fix -> pak -> deploy)
Built by RacerX"