diff --git a/addon.jpg b/addon.jpg new file mode 100644 index 0000000..35ccc95 Binary files /dev/null and b/addon.jpg differ diff --git a/addon.txt b/addon.txt new file mode 100644 index 0000000..8a825d8 --- /dev/null +++ b/addon.txt @@ -0,0 +1,23 @@ +Title: Custom Hostile NPCs to Citizen! + +This is my first mod ever! + +# About this Addon + +This mod makes custom hostile NPC models change their behavior from Combine to Citizen. + +If you spawn NPCs from custom model addons as enemies or hostiles you realize that their behavior and their voices are combine soldiers. That's because most hostile NPCs from custom model addons use Combine as their base NPC. + +Since the March 2025 update, gmod has added a new NPC called Enemy Rebel, which makes citizens hostile. This can be changed to custom NPCs that use Combine as their enemy. + +If you want your enemies to be more human, this mod will change all hostile NPC custom models to behave like citizens. + +# Features +- Change the behavior of custom models NPCs from combine to citizen +- Allows hostile to attack with melee weapons + +--- + +I'll make VJ version if i can + +Note: i couldn't find a mod similar to the one i made, so i don't know who made it first. \ No newline at end of file diff --git a/lua/autorun/reclass.lua b/lua/autorun/hostile_npcs_tocitizen.lua similarity index 100% rename from lua/autorun/reclass.lua rename to lua/autorun/hostile_npcs_tocitizen.lua