Problem
It takes a long time to write the three RemoveModule fields which is required for new objects in map.ini.
Proposal
The server already warns about this issues when the object hasn't removed them. It would be nice if it did one or both of the following:
- Add a quickfix which adds the three fields in the object.
- If the user uses the snippet provided by the server it could auto fill the remove fields if the name for the object is not a known object.
Examples
Object NewObject
RemoveModule ModuleTag_DefaultDestroyDie
RemoveModule ModuleTag_DefaultInactiveBody
RemoveModule ModuleTag_DefaultW3DDefaultDraw
End
Problem
It takes a long time to write the three
RemoveModulefields which is required for new objects inmap.ini.Proposal
The server already warns about this issues when the object hasn't removed them. It would be nice if it did one or both of the following:
Examples
Object NewObject RemoveModule ModuleTag_DefaultDestroyDie RemoveModule ModuleTag_DefaultInactiveBody RemoveModule ModuleTag_DefaultW3DDefaultDraw End