LemmeKissDaNPC
ATLYSS mod to allow you to not get pushed back by the foul NPC forcefields.
| Date uploaded | 2 years ago |
| Version | 1.1.0 |
| Download link | zcraftelite-LemmeKissDaNPC-1.1.0.zip |
| Downloads | 832 |
| Dependency string | zcraftelite-LemmeKissDaNPC-1.1.0 |
This mod requires the following mods to function
Nessie-EasySettings
A mod API for easily adding options to the settings menu.
Preferred version: 1.1.3README
Lemme Kiss Da NPC
A Mod for ATLYSS
What is this beautiful batch of code?
LemmeKissDaNPC is a mod designed for the ATLYSS game. This mod removes the hitbox from all NPCs (when possible) to allow you to get as close as possible to your favorite ATLYSS NPCs—because who wouldn’t want to share a sweet moment without collision getting in the way?
Prequisites
1. EasySettings
In order to use this mod, you will have to put the EasySettings.dll from here in your plugins folder. This allows me to introduce compatibility with the settings menu and is used to manage the new easter egg feature at the moment, more uses for it will come later :3
Installation Instructions
1. Install BepInEx / Melon Loader (COMING SOON)
To use this mod, you'll first need to install BepInEx, a popular modding framework for Unity games.
IMPORTANT NOTE: Support for Melon Loader is coming soon!!! This will ensure support with other mods, like the ones from Lilly, and other popular mods.
-
Step 1: Download the BepInExPack for your platform from Thunderstore.
- Go to the BepInExPack page.
- Download the latest version of the BepInExPack.
-
Step 2: Extract the downloaded files and place the contents from inside of the
BepInExPackfolder in your ATLYSS game folder. This is usually the folder whereATLYSS.exeis located.
2. Download and Install the LemmeKissDaNPC Mod
-
Step 1: Download the latest
.DLLrelease for LemmeKissDaNPC from the GitHub Releases page. -
Step 2: After downloading the
.DLLfile, navigate to theBepInExfolder within your game directory.- Inside the
BepInExfolder, find thepluginsdirectory (if it doesn't exist, you can create it). - Place the
.DLLfile inside thepluginsfolder.
- Inside the
-
Step 3: Launch the game! The mod should now be active and remove NPC hitboxes as you approach them.
3. Building the Project from Source
If you'd like to build the mod from source, here’s how:
-
Step 1: Clone this repository to your local machine using Git:
git clone https://github.com/zcraftelite9495/lemmekissdanpc.git -
Step 2: Open the project in Visual Studio or any C# compatible IDE.
-
Step 3: Make sure you have the BepInEx & C-Sharp Assemblies reference set up in your project:
- Download the latest BepInEx assemblies and reference them in your project.
- You can find BepInEx assemblies in the
BepInExfolder inside your game directory.
-
Step 4: Build the project.
- In Visual Studio, simply press
Ctrl+Shift+Bto build the solution.
- In Visual Studio, simply press
-
Step 5: After building, you will find the
.DLLfile somewhere in thebinfolder.- Follow the same installation instructions above to place the
.DLLfile in thepluginsfolder of your ATLYSS game directory.
- Follow the same installation instructions above to place the
Troubleshooting
- The mod isn’t working: Ensure that the BepInExPack is properly installed, and the
.DLLfile is placed in theBepInEx/plugins/LemmeKissDaNPCfolder. Double-check the game directory structure. - Warnings or errors in the log: Check the
BepInEx/LogOutput.logfile for any error messages that might point to missing references or other issues.
CHANGELOG
Changelog: 1.2.0
- ➕ MAJOR BREAKTHROUGH: Gained access to the
_jumpOffColliderobject and disabled it, keeping the entity from turning on collision. - 🔄 Updated the code to be compatible with ATLYSS Beta 1.5.8a.
Changelog: 1.1.1
- 🔄 Updated the code to be compatible with EasySettings 1.1.3.
Changelog: 1.1.0
- ➕ Added an easter egg to the game to make things more interesting.
- 🔄 Re-laid out the code to make it more readable.
Changelog: 1.2.0
- ➕ Added feature to remove the jump-off collider, fixing the bug where you could sometimes still bounce off of NPCs
Changelog: 1.3.0
- ➕ Compatibility Update: Updated compatibility for ATLYSS v1.6.2b