Global actors: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Look what I found while experimenting with the Model Manipulator on the Citizens and turning them into pony models! I took the global_actors.txt and edited it to make the actor names for the models.)
 
m (→‎top: clean up, added orphan, uncategorised, underlinked tags)
 
Line 1: Line 1:
{{stub}}In some of Valve's games where the Source Engine is used, they do not use entity names for playermodels as it would cause problems having to specify every name of the actors from map editors. Valve solved this problem up by using global actors that is capable of "detecting" models for the specific actor.
{{Multiple issues|
{{Underlinked|date=January 2024}}
{{Orphan|date=January 2024}}
}}
 
In some of Valve's games where the Source Engine is used, they do not use entity names for playermodels as it would cause problems having to specify every name of the actors from map editors. Valve solved this problem up by using global actors that is capable of "detecting" models for the specific actor.


This is used in features like Response Rules, for example, the Citizens have their genders specified in the global_actors.txt to make them play their responses specific to the gender ($gender is used here for the soundscripts, it can detect the models if they are marked as either "male" or "female", restricting the specified model to ''only'' play the sounds and responses specific to that gender). When done, it prevents having to make seperate soundscripts for both genders.
This is used in features like Response Rules, for example, the Citizens have their genders specified in the global_actors.txt to make them play their responses specific to the gender ($gender is used here for the soundscripts, it can detect the models if they are marked as either "male" or "female", restricting the specified model to ''only'' play the sounds and responses specific to that gender). When done, it prevents having to make seperate soundscripts for both genders.


However, if, for example, a model that has ''no'' name specified (no "female" or male"), when used as the entity [[npc_citizen]], they will randomly play the responses of the two genders because they lack it.
However, if, for example, a model that has ''no'' name specified (no "female" or male"), when used as the entity [[npc_citizen]], they will randomly play the responses of the two genders because they lack it.
{{stub}}
{{Uncategorized stub|date=January 2024}}

Latest revision as of 22:43, 21 January 2024

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

In some of Valve's games where the Source Engine is used, they do not use entity names for playermodels as it would cause problems having to specify every name of the actors from map editors. Valve solved this problem up by using global actors that is capable of "detecting" models for the specific actor.

This is used in features like Response Rules, for example, the Citizens have their genders specified in the global_actors.txt to make them play their responses specific to the gender ($gender is used here for the soundscripts, it can detect the models if they are marked as either "male" or "female", restricting the specified model to only play the sounds and responses specific to that gender). When done, it prevents having to make seperate soundscripts for both genders.

However, if, for example, a model that has no name specified (no "female" or male"), when used as the entity npc_citizen, they will randomly play the responses of the two genders because they lack it.


Stub

This article or section is a stub. You can help by expanding it.

Wikipedia - Letter.png
This article has not been added to any content Wikipedia icon categories. Please help out by Wikipedia icon adding categories.
January 2024