Garry's Mod

Garry's Mod

Realistic and Painful Damage
 此主题已被置顶,因此可能具有重要性
⇜ Tina ⇝  [开发者] 2024 年 7 月 18 日 下午 1:23
Technical Issues
You can write about any bugs here.

ALERT:
I don't want to have a bunch of uninformative bug reports. At least i need to be able to reproduce your problem, so I highly recommend that you include a short story about how this error has appeared along with the error logs.

If you found any incompatibility with another addon - I can fix that, as long as the incompatible addon didn't break something too badly. You can report incompatibilities by attaching error along with the addon.

"Incompatibility" means that some addon is breaking my addon, or vice versa. Not means that i can just add complex functionality for interacting with any other addons. However, I may look into some of addons that can be linked with my addon functionality, and make it as compatibility module in future. I've already seen some of your ideas in comments, but this will take some time.

Currently known problems:
- Vanilla Medkits are too universal.
- Genetics damage (from radiation) can not be cured at all for now. It's realistic, but i will add something "futuristic" to cure it later.
最后由 ⇜ Tina ⇝ 编辑于; 2024 年 8 月 30 日 上午 5:11
< >
正在显示第 1 - 15 条,共 49 条留言
Statsun 2024 年 7 月 19 日 上午 3:08 
[Realistic and Painful Damage] lua/autorun/kira_stuns.lua:113: attempt to call method 'EC_GetArmor' (a nil value)
1. unknown - lua/autorun/kira_stuns.lua:113
2. unknown - lua/dlib/modules/hook.lua:904
3. FireBullets - [C]:-1
4. PrimaryAttack - lua/weapons/weapon_vj_base/shared.lua:631
5. unknown - lua/weapons/weapon_vj_base/shared.lua:495
⇜ Tina ⇝  [开发者] 2024 年 7 月 19 日 上午 3:28 
引用自 Statsun
[Realistic and Painful Damage] lua/autorun/kira_stuns.lua:113: attempt to call method 'EC_GetArmor' (a nil value)
1. unknown - lua/autorun/kira_stuns.lua:113
2. unknown - lua/dlib/modules/hook.lua:904
3. FireBullets - [C]:-1
4. PrimaryAttack - lua/weapons/weapon_vj_base/shared.lua:631
5. unknown - lua/weapons/weapon_vj_base/shared.lua:495
Should be fixed now, thanks for report.
Statsun 2024 年 7 月 19 日 上午 10:04 
[Realistic and Painful Damage] lua/autorun/kira_stuns.lua:114: attempt to call method 'EC_GetArmor' (a nil value)
1. unknown - lua/autorun/kira_stuns.lua:114
2. unknown - lua/dlib/modules/hook.lua:904
3. FireBullets - [C]:-1
4. ShootWeapon - lua/zeta/weapon_handling.lua:351
5. FireWeapon - lua/zeta/weapon_handling.lua:367
6. unknown - lua/zeta/state_functions.lua:853
7. unknown - lua/entities/npc_zetaplayer.lua:1558
This is unfortunately the case with every NPC
⇜ Tina ⇝  [开发者] 2024 年 7 月 19 日 上午 10:55 
引用自 Statsun
[Realistic and Painful Damage] lua/autorun/kira_stuns.lua:114: attempt to call method 'EC_GetArmor' (a nil value)
1. unknown - lua/autorun/kira_stuns.lua:114
2. unknown - lua/dlib/modules/hook.lua:904
3. FireBullets - [C]:-1
4. ShootWeapon - lua/zeta/weapon_handling.lua:351
5. FireWeapon - lua/zeta/weapon_handling.lua:367
6. unknown - lua/zeta/state_functions.lua:853
7. unknown - lua/entities/npc_zetaplayer.lua:1558
This is unfortunately the case with every NPC
Oops,I forgot to change other armor checks... Fixed.
Soldier 2024 年 7 月 19 日 下午 1:14 
[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99

^ caused by attempting to spawn RaPD items without using the spawnmenu, using the console, happens with all items

a similar bug happens when attempting to spawn RaPD through NPCDaemon

[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99
2. Spawn - [C]:-1
3. SpawnNPC - lua/sv_npcd_spawn.lua:637
4. TargetSpawnPreset - lua/sv_npcd_spawn.lua:2504
5. func - lua/sv_npcd.lua:632
6. unknown - lua/includes/extensions/net.lua:38
最后由 Soldier 编辑于; 2024 年 7 月 19 日 下午 1:14
stone 2024 年 7 月 19 日 下午 7:42 
im just completely unkillable with the mod enabled, no script error message or anything pops up
最后由 stone 编辑于; 2024 年 7 月 19 日 下午 7:42
⇜ Tina ⇝  [开发者] 2024 年 7 月 20 日 上午 2:42 
引用自 John Soldier
[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99

^ caused by attempting to spawn RaPD items without using the spawnmenu, using the console, happens with all items

a similar bug happens when attempting to spawn RaPD through NPCDaemon

[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99
2. Spawn - [C]:-1
3. SpawnNPC - lua/sv_npcd_spawn.lua:637
4. TargetSpawnPreset - lua/sv_npcd_spawn.lua:2504
5. func - lua/sv_npcd.lua:632
6. unknown - lua/includes/extensions/net.lua:38
Probably fixed. Check this with your addons please. I made all items automatically generate their data when initialized. They should now be more compatible with all spawn sources.
⇜ Tina ⇝  [开发者] 2024 年 7 月 20 日 上午 2:48 
引用自 i love girls
im just completely unkillable with the mod enabled, no script error message or anything pops up
I really need more information. I don't have this problem. Most likely this is a conflict with another addon. You can try to disable addons one by one and find out what is causing it if you have time to do so.
Dan 2024 年 7 月 20 日 上午 6:48 
I have noticed the despite being fully healed the players health remains low say like 30% until damage is caused again resetting the players health to 100%.
Kiralex 2024 年 7 月 20 日 上午 7:02 
Убивая игрока, трясет камеру какое-то время
А также во время кровотечения спавнится.. желтая декаль инопланетной крови
最后由 Kiralex 编辑于; 2024 年 7 月 20 日 上午 7:04
stone 2024 年 7 月 20 日 上午 7:04 
引用自 ⇜ Tina ⇝
引用自 i love girls
im just completely unkillable with the mod enabled, no script error message or anything pops up
I really need more information. I don't have this problem. Most likely this is a conflict with another addon. You can try to disable addons one by one and find out what is causing it if you have time to do so.
was planning to do that, just wanted to make sure it wasnt already a known issue or anything before i go through all that
Soldier 2024 年 7 月 20 日 上午 7:54 
引用自 ⇜ Tina ⇝
引用自 John Soldier
[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99

^ caused by attempting to spawn RaPD items without using the spawnmenu, using the console, happens with all items

a similar bug happens when attempting to spawn RaPD through NPCDaemon

[Realistic and Painful Damage] lua/entities/rapd_inventory_item.lua:99: attempt to index local 'data' (a nil value)
1. unknown - lua/entities/rapd_inventory_item.lua:99
2. Spawn - [C]:-1
3. SpawnNPC - lua/sv_npcd_spawn.lua:637
4. TargetSpawnPreset - lua/sv_npcd_spawn.lua:2504
5. func - lua/sv_npcd.lua:632
6. unknown - lua/includes/extensions/net.lua:38
Probably fixed. Check this with your addons please. I made all items automatically generate their data when initialized. They should now be more compatible with all spawn sources.
Fixed. However, two items (syringe and the bloodbag), when spawned without using spawnmenu, are spawned completely empty.
最后由 Soldier 编辑于; 2024 年 7 月 20 日 上午 8:00
⇜ Tina ⇝  [开发者] 2024 年 7 月 20 日 下午 12:09 
引用自 Kiralex
Убивая игрока, трясет камеру какое-то время
А также во время кровотечения спавнится.. желтая декаль инопланетной крови
Это рвота, появляется при слишком большом количестве жидкости в желудке, либо если желудок повреждён. Планирую потом какие-нибудь более адекватные звуки под это добавить, а то сейчас не очень понятно выглядит.

Насчёт камеры... Подробнее ? Есть аддоны на камеру ? Любая подмена позиции камеры в гмоде всегда работает крайне конфликтно, но мой аддон не имеет подобного кода, который должен как-либо взаимодействовать с камерой.
最后由 ⇜ Tina ⇝ 编辑于; 2024 年 7 月 20 日 下午 12:12
Damian 2024 年 7 月 20 日 下午 12:39 
from what i can tell, "toxins" damage cannot be healed, you might want to add an item for that such as anti biotics or something of that sort
Damian 2024 年 7 月 20 日 下午 1:54 
issue with blood bag in the inventory, it only shows while being used, it almost looks like the animation for it being used up it actually doing the opposite, instead slowly appearing as its used, but totally invisible when first picked up
< >
正在显示第 1 - 15 条,共 49 条留言
每页显示数: 1530 50