Entity Remover 3.0
393
18
-
2024년 04월 17일 (수)
Features
1. You can modify the place and the object name from the objectRemoverMod.cs file.
2. This mod can be edited easily using any text editor.
3. You can duplicate the file to remove multiple objects. (OLD REMOVED VERSION)
4. You can remove multiple objects by duplicating the object remove function.
5. Now, you can remove vehicles and peds. (3.0 FEATURE)
Installation
1. Install SHVDN3
2. Copy (or cut) the objectRemoverMod.cs inside the folder into the scripts (If its name is Scripts, change it)
INFO
- This mod is not compiled like the disable special ability mod, so you can edit it easily without compiling. You can also compile, but I don't see that it's useful except for the size.
Changelog
-1.0: First version
-2.0: Now, you can duplicate the object without duplicating the file by duplicating the object remove function.
-3.0: Changed logo, added four features, two are used to remove peds, and two are used to remove vehicles, and improved FPS.
최초 업로드: 2024년 04월 14일 (일)
마지막 업로드: 2024년 04월 30일 (화)
마지막 다운로드: 1시간 전
댓글 24
More mods by GTA-Tuner:

- 미션
- 게임플레이

- 게임플레이
- 차량
- .Net
Features
1. You can modify the place and the object name from the objectRemoverMod.cs file.
2. This mod can be edited easily using any text editor.
3. You can duplicate the file to remove multiple objects. (OLD REMOVED VERSION)
4. You can remove multiple objects by duplicating the object remove function.
5. Now, you can remove vehicles and peds. (3.0 FEATURE)
Installation
1. Install SHVDN3
2. Copy (or cut) the objectRemoverMod.cs inside the folder into the scripts (If its name is Scripts, change it)
INFO
- This mod is not compiled like the disable special ability mod, so you can edit it easily without compiling. You can also compile, but I don't see that it's useful except for the size.
Changelog
-1.0: First version
-2.0: Now, you can duplicate the object without duplicating the file by duplicating the object remove function.
-3.0: Changed logo, added four features, two are used to remove peds, and two are used to remove vehicles, and improved FPS.
최초 업로드: 2024년 04월 14일 (일)
마지막 업로드: 2024년 04월 30일 (화)
마지막 다운로드: 1시간 전
-
@sahilmnavy or you can use an AI to edit the code like Copilot or Gemini.
2024년 04월 17일 (수) -
-
Hi! A want to remove some static "freightgrain" models. It not worked. These are not props or what?
2024년 04월 18일 (목) -
@Ilikeeditingpolice01 I'll make more non-compiled scripts. Thanks for your comment.
2024년 04월 19일 (금) -
@GTA-Tuner : new Vector3(881.262f, -1117.476f, 23.652f) At this position there are 3 Freight Wagon (Hash: 0x264D9262) I would like to remove them because I want to put working train on this track. Thanks for the help!
2024년 04월 19일 (금) -
@djukel Try the following lines:
removeObjects("prop_rail_tankcar", new Vector3(881.262f, -1117.476f, 23.652f), 300.0f);
removeObjects("prop_rail_boxcar", new Vector3(881.262f, -1117.476f, 23.652f), 300.0f);
removeObjects("prop_rail_wellcar", new Vector3(881.262f, -1117.476f, 23.652f), 300.0f);
removeObjects("prop_rail_boxcar2", new Vector3(881.262f, -1117.476f, 23.652f), 300.0f);2024년 04월 20일 (토) -
-
-
-
-
-
@TroopahGaming No, just if you made changes to the script file while the game's running.
2024년 05월 07일 (화) -
-
Nice, very thanks for the tool! I was looking for a tool to remove original objects from gta 5, but I could not find it. But, I have a question, entity remover works for story mode, right?
2025년 03월 12일 (수) -
It works in story mode, it is the only one mod for removing objects that works I found. Well, I have an important question, does anyone knows if objects that can't be clicked in menyoo at spooner mode can also be removed? because I tried to find the name of objects that can't be clicked in menyoo, and many of them are also props like trees and other things, for example: prop_palm_fan_03_a, prop_tree_lficus_03, prop_rub_trukwreck_1, prop_bollard_01a... and, well, I placed the name of those objects to be removed in the mod but it didn't work, I would like to remove many trees, for example, but it seems it don't work for those props, or is there a way for removing those props?
2025년 03월 20일 (목) -
-
@retfromdablock Yes, it deletes it once it spawns and it isn't noticeable to see the change. Thanks for your comment.
2025년 05월 07일 (수)
To use the mod, you should edit the .cs file (You can read the comments (WHICH ARE AFTER //) and give the code your own parameters.