From a82af2ab194caea6922981e99a8f65028a4697a4 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Wed, 6 Jan 2021 22:11:43 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 71 +------------------------------------------------------ 1 file changed, 1 insertion(+), 70 deletions(-) diff --git a/README.md b/README.md index ed97420..c39e376 100644 --- a/README.md +++ b/README.md @@ -2,80 +2,11 @@ This fork modifies the sysmodule to make use of dmnt:cht services instead of rep Launching of app that force load dmnt:cht will still crash the switch if noexs is attached to the game process. No solution for this one yet. -# Noexes -A multi-platform graphical remote debugger for the Nintendo Switch. - -## Quick Start Guide - -### Pre-Requisites - -* [Hekate](https://github.com/CTCaer/hekate) on your switch -* [Java 10](https://www.oracle.com/technetwork/java/javase/downloads/jre10-downloads-4417026.html) installed on your PC - -### Downloading - -Visit out [releases](/releases) page, and download the [latest](/releases/latest) version, and extract the whole zip file to a directory on your machine. - -### Copying Files - -Copy ```noexs.kip1``` to the root of your switch sd card. - -### Editing ```hekate_ipl.ini``` - -Using a text editor open ```hekate_ipl.ini``` (located within the bootloader directory on your switch's sd card) and add the following: - -``` -[Noexes] -debugmode=1 -kip1=noexs.kip1 -``` - -And that's it switch sided! Now just select "Noexes" when booting using hekate to launch HOS with noexes running. - -### Running the Client - -On most operating systems all you need to do is run the jar file from the release as you would any other programs. If you're having trouble try running the following command (within the directory where you extracted Noexes): - -``` -java -jar JNoexsClient.jar -``` - -If you still have problems please double check that you're running at least Java 10 (you can verify this by using the command ``java -version``). If you are feel free to open an issue and I'll try to get back to you ASAP! - -### Using the Client - -**TODO** - - -## Building from Source - - -### Building the Client - -**TODO** - -### Building the Server - -**TODO** - - -## Client Dependencies - -If you're using IntelliJ for building it should automatically download all the dependencies from maven, otherwise - -* [Usb4Java](http://usb4java.org/) - Used for USB communication -* [Gson](https://github.com/google/gson) - Used for serializing various objects to/from JSON -* [ASM](https://asm.ow2.io/) - For optimized pattern searching - -## Server Dependencies -* [Libnx](https://github.com/switchbrew/libnx) - Without libnx there would be no homebrew on the switch, especially with what we're trying to do ## License This project is licensed under GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details -## Acknowledgments -* L0nk, dcx2 and a bunch of others from the old WiiRd fourms -* roblabla for their near endless help, and for putting up with my inane questions + From 781515a5079151d0c5897840d166d2c56c78bd5a Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Wed, 6 Jan 2021 22:18:33 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c39e376..c338109 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This fork modifies the sysmodule to make use of dmnt:cht services instead of rep Launching of app that force load dmnt:cht will still crash the switch if noexs is attached to the game process. No solution for this one yet. - +To install the sysmodule copy the content of 054e4f4558454000.zip to contents directory of atmosphere +If you have 0100000000000038 from older version you must remove it for the new version to work. ## License From 5bcc7fecace422063f7938cff44853af4b859add Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Wed, 6 Jan 2021 22:19:04 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c338109..306011e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This fork modifies the sysmodule to make use of dmnt:cht services instead of rep Launching of app that force load dmnt:cht will still crash the switch if noexs is attached to the game process. No solution for this one yet. -To install the sysmodule copy the content of 054e4f4558454000.zip to contents directory of atmosphere +To install the sysmodule copy the content of 054e4f4558454000.zip to contents directory of atmosphere. If you have 0100000000000038 from older version you must remove it for the new version to work. ## License From 215e518b04aa8ab454dcad6f330ee9a5a3a66584 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Wed, 6 Jan 2021 22:28:11 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 306011e..b9678b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This fork modifies the sysmodule to make use of dmnt:cht services instead of rep Launching of app that force load dmnt:cht will still crash the switch if noexs is attached to the game process. No solution for this one yet. +If you do not use any app that make use of dmnt this fork does not enhance the functionality of Jnoexs. You can use either the original or this version and the functionality should be the same. + +This fork is required for some features of pointersearcher SE. + To install the sysmodule copy the content of 054e4f4558454000.zip to contents directory of atmosphere. If you have 0100000000000038 from older version you must remove it for the new version to work.