Garry's Mod

Garry's Mod

Background NPCs - Fill the world
Denne tråd er blevet låst
[FG] Shark_vil  [udvikler] 30. dec. 2020 kl. 19:33
Changelog (OUTDATED)
You can watch information about updates on the GitHub page or on my discord channel, the link to which is in the addon description.

The most significant changes in the system will be published here.
Sidst redigeret af [FG] Shark_vil; 4. apr. 2021 kl. 15:57
< >
Viser 1-15 af 22 kommentarer
[FG] Shark_vil  [udvikler] 1. jan. 2021 kl. 12:07 
A new version is under development. In future updates:
- Improved code structure
- Adding large parameters to the config for tuning
- Improving the interaction of existing states of the NPC
- Finding the route to the enemy based on arbitrary points
- Three tool modes: create, delete selected point, delete last point, delete all points.
Sidst redigeret af [FG] Shark_vil; 1. jan. 2021 kl. 12:14
[FG] Shark_vil  [udvikler] 1. jan. 2021 kl. 18:51 
UPDATE:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/changelog/2341497926

Update commits:
https://github.com/Shark-vil/background-citizens/pull/2
https://github.com/Shark-vil/background-citizens/pull/3
https://github.com/Shark-vil/background-citizens/pull/4

Description:
- Complete refactoring of the code
- Added new configuration options
- Improved NPC behavior
- Advanced customization options
- Bugs fixed
- Add multiple tool mode
- Optimization of program code
- Updating points on the map - rp_southside
[FG] Shark_vil  [udvikler] 2. jan. 2021 kl. 0:39 
Update pull:
https://github.com/Shark-vil/background-citizens/pull/6

Description:
- For some reason, the neutrality of the police and citizens is reset. Added a timer to check conditions and fix them. A bit of a bad decision.
- Improved optimization in some places
- The NPC spawn function has been moved to a separate global function for future updates. Allows you to ignore the NPC limit.
- Correcting square roots in distance comparison
- Minor fixes and improvements

Repository:
https://github.com/Shark-vil/background-citizens

See the new description for the addon on the main page. If you find new bugs or the presence of old ones, write to the topic "Bug report". / Смотрите новое описание для аддона на главной странице. В случае обнаружения новых багов или присутствия старых, пишите в тему "Баг репорт".

:missing::blissful_creep::missing:
[FG] Shark_vil  [udvikler] 2. jan. 2021 kl. 10:54 
Update pull:
https://github.com/Shark-vil/background-citizens/pull/7

Added new console commands and minor improvements:
- Optimizing multiple parts
- Added the ability to compile the mesh into a lua file for placement in the workshop
- Added a console command to completely delete the mesh file
- Improved way of loading points for client

Repository:
https://github.com/Shark-vil/background-citizens

Releases:
https://github.com/Shark-vil/background-citizens/releases

See the new description for the addon on the main page. If you find new bugs or the presence of old ones, write to the topic "Bug report". / Смотрите новое описание для аддона на главной странице. В случае обнаружения новых багов или присутствия старых, пишите в тему "Баг репорт".
[FG] Shark_vil  [udvikler] 2. jan. 2021 kl. 19:11 
If suddenly someone is interested. I am trying to create a service for playing animation.

Improved animation of fear:
https://youtu.be/W-LVl5iOMxQ

A respite after retreating from the enemy at a great distance.
https://i.imgur.com/dwR6oZh.jpg
https://i.imgur.com/nVY7UYm.jpg
https://i.imgur.com/mu1q1d8.jpg
https://i.imgur.com/d4D93X9.jpg

Random animations while walking.
https://i.imgur.com/gjuNgUZ.jpg
https://i.imgur.com/2D5PP1r.jpg
https://i.imgur.com/m4qHU1o.jpg
https://i.imgur.com/LEXpOdK.jpg

Open door animation:
https://i.imgur.com/yHYwy12.jpg
[FG] Shark_vil  [udvikler] 4. jan. 2021 kl. 4:13 
The next update won't be coming soon, but I plan on making it quite large:
https://www.youtube.com/watch?v=sae8FKIps7g
[FG] Shark_vil  [udvikler] 5. jan. 2021 kl. 21:15 
Sidst redigeret af [FG] Shark_vil; 5. jan. 2021 kl. 21:16
[FG] Shark_vil  [udvikler] 8. jan. 2021 kl. 1:46 
Update pull:
https://github.com/Shark-vil/background-citizens/pull/8

Update:
- Changed code structure
- Added new states for NPCs
- Added new modules
- Most of the settings have been moved to the toolgun
- Other improvements

-------------------------------------
All changes info:
https://itpony.ru/background-citizen/en.html

Все изменения:
https://itpony.ru/background-citizen/ru.html
-------------------------------------

Repository:
https://github.com/Shark-vil/background-citizens

Releases:
https://github.com/Shark-vil/background-citizens/releases

Download this version:
https://github.com/Shark-vil/background-citizens/releases/tag/1.3-experemental
[FG] Shark_vil  [udvikler] 8. jan. 2021 kl. 12:12 
Fixed a number of issues with today's update. Let me know if you find more errors. / Исправил ряд проблем сегодняшнего обновления. Сообщите если найдёте ещё ошибки.

-------------------------------------
All changes info:
https://itpony.ru/background-citizen/en.html

Все изменения:
https://itpony.ru/background-citizen/ru.html
-------------------------------------

Download source files / Скачать исходные файлы:
https://github.com/Shark-vil/background-citizens/releases/tag/1.3.1-experemental
[FG] Shark_vil  [udvikler] 15. jan. 2021 kl. 18:17 
Немного приятных новостей для русскоязычных пользователей. В обновлении будет добавлена автоматическая установка русского языка для меню опций и инструментов для упрощения ориентации:
https://i.imgur.com/fPpXU7O.jpg
[FG] Shark_vil  [udvikler] 17. jan. 2021 kl. 12:33 
Version 1.3.3
Merge request: https://github.com/Shark-vil/background-citizens/pull/15

- Fixed NPC animation stuck bug
- Improved NPC reaction to damage
- Improved performance. Expensive calculations before the spawn of the NPC are moved to a coroutine, which is performed between frames
- Implemented the synchronization of the actor's server parameters for clients
- Added a tool for debugging actors
- Support of the dialogue system is being implemented (Limited access)
- Removed a bug where NPCs could attack you even if they did not see an ally kill
- Added Russian language support
- Minor fixes and improvements

Download: https://github.com/Shark-vil/background-citizens/releases/tag/1.3.3
[FG] Shark_vil  [udvikler] 22. jan. 2021 kl. 19:03 
Wanted levels will appear in the next update:
https://i.imgur.com/A4aD8Jo.png
[FG] Shark_vil  [udvikler] 23. jan. 2021 kl. 4:22 
[In the next update]
Wanted level:
https://youtu.be/znngL44-nAE
< >
Viser 1-15 af 22 kommentarer
Per side: 1530 50