Skip to content

filiposin/AngryNeighbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Angry Neighbor Recode

This repository contains a complete, from-scratch rewrite of the game Angry Neighbor, built specifically for modding. This project is not a decompilation of the original code, it is an optimized, self-coded implementation designed to preserve the original vibe of the game while providing a better development environment.

Key Features

  • Clean Codebase: Written entirely from scratch without relying on decompiled source code. The project structure is organized to make reading, understanding, and extending the game's logic straightforward.
  • Optimization and Cleanup: Unused assets, redundant resources, and obsolete scripts have been removed, resulting in improved performance and a reduced build size.
  • Simplified Item System: The inventory and item interaction mechanics have been redesigned to allow for easier integration of custom items and modded content.
  • Smarter Neighbor AI: Neighbor's pathfinding and decision-making logic have been rewritten to make his behavior better.
  • Working Light Baking: Scenes are properly configured for lightmapping, ensuring high-quality baked lighting and stable performance across both PC and mobile devices.
  • Atmosphere: All modifications and enhancements were implemented with a focus on retaining the original game's visual style, sound design, and overall feel.

Requirements

  • Development Environment: Unity (Recommended version: 2021.3.45f2)
  • At least 2 brain cells

Getting Started

  1. Clone the repository:
    git clone https://github.com/filiposin/AngryNeighbor.git
  2. Open Unity Hub and install Unity 2021.3.45f2 or higher
  3. Add project folder to the project list and open it
  4. Watch tutorials on YouTube or read the manual (soon)

About

Angry Neighbor Recode Sourse (Almost like original)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors