You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller from entvars_t has been changed from FIELD_INTEGER to the array of FIELD_CHARACTER in 89610a2
Now it's not handled in EntvarsKeyvalue thus the error message.
Setting the controller directly in the entity parameters had its uses, even though only the first value was read. The first controller sets the head turn for some monster models. E.g. in Opposing Force you could set controller to 127 on item_generic in order to create a non-solid corpse with head directing forward.
The text was updated successfully, but these errors were encountered:
The
controller
from entvars_t has been changed fromFIELD_INTEGER
to the array ofFIELD_CHARACTER
in 89610a2Now it's not handled in
EntvarsKeyvalue
thus the error message.Setting the
controller
directly in the entity parameters had its uses, even though only the first value was read. The first controller sets the head turn for some monster models. E.g. in Opposing Force you could setcontroller
to 127 onitem_generic
in order to create a non-solid corpse with head directing forward.The text was updated successfully, but these errors were encountered: