Skip to content

Commit

Permalink
W10M experimental multi-touch mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Nov 3, 2023
1 parent a7b6e55 commit a49a80e
Show file tree
Hide file tree
Showing 499 changed files with 663 additions and 43,428 deletions.
Binary file added Design/wavebank/0.wav
Binary file not shown.
Binary file added Design/wavebank/1.wav
Binary file not shown.
Binary file added Design/wavebank/2.wav
Binary file not shown.
Binary file added Design/wavebank/3.wav
Binary file not shown.
Binary file added Design/wavebank/4.wav
Binary file not shown.
2 changes: 2 additions & 0 deletions Design/wavebank/Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to create custom "Terraria-themed" wave bank :
xwbtool -o "Wave Bank.xwb" 0.wav 1.wav 2.wav 3.wav 4.wav
Binary file added Design/wavebank/XWBTool.exe
Binary file not shown.
Binary file modified Images/shot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/shot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/shot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/shot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# mt (Modding Terraria codename; 1.0-beta-uwp branch)

My attempt(s) to "reconsruct" some smallest and simplest game mechanics aka Terraria project :)

## Tech. details

:: Terraria 1.0 experimental UWP edition with special "modded" MonoGame ::
# mt-1.0-beta1 (Project [M]icro[T]erraria codename; 1.0-beta-uwp branch)
This is MINIMAL UWP Terraria app. It's my own attempt to RnD of Terraria XNA game mechanics.

:: Min. Win. os build (SDK): 10240 (Astoria compatibility added)

Expand All @@ -16,7 +11,9 @@ My attempt(s) to "reconsruct" some smallest and simplest game mechanics aka Terr

## Progress of porting to uwp

:: Sound effects fixed :)
:: Touch control seems to be ok... but buggy =) After long play "finger touch" counting autoincrementing occccccccurs.... =))))

:: Background music recovered (but wavebank after xbox->pc convert. is HUGE at now!))

:: DB storage ok

Expand All @@ -28,7 +25,9 @@ My attempt(s) to "reconsruct" some smallest and simplest game mechanics aka Terr

:: The app do its work only at "start mode" (minimum WASD + UpDownLeftRight keyboard control, not touchscreen event yet, sadly...)

:: No sound (wavebank WMA support not recovered, sadly), but save / restore settings (player/genworld data storage) fixed :)
:: Sounds ok, and Music ok (wavebank consists of 5 Terraria-themed WAV)

:: Game save / restore settings (player/genworld data storage) seem to be fixed (?) too

### Content
This repo contains the decompiled source of the Terraria client binaries, from version 1.0-beta founded at [Terraria-pc-version-archive site](https://archive.org/details/terraria-pc-version-archive). Decompiled with [JetBrains dotPeek](https://www.jetbrains.com/decompiler/).
Expand All @@ -44,7 +43,8 @@ I am just providing the decompiled code as a reference and making it easily acce
- Research game mechanics : :
- Add your own game mech
- Fix music : :
- Add touchscreen event handlers : :
- Upprove touchscreen event handlers : :
- Mouse handling (for desktop mode) also needed : :
- Do something else (deploy to old swwet Lumia phones... why not?) : :

## Add. info / References
Expand Down
13 changes: 0 additions & 13 deletions Src/IonicZipFiles/AssemblyInfo.cs

This file was deleted.

33 changes: 0 additions & 33 deletions Src/IonicZipFiles/BZip2/BZip2.cs

This file was deleted.

Loading

0 comments on commit a49a80e

Please sign in to comment.