Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Mocha

Pages: [1]
1
Add-Ons / Event_SetBotName
« on: May 19, 2018, 01:23:20 PM »
Proper shapename event for bots.





Download:
https://leopard.hosting/dl/gdvpv/Event_setBotName.zip

2
Modification Help / [BL SOURCE CODE/REFERENCE] Building related functions
« on: November 18, 2017, 04:12:51 PM »
Included:
fxDTSBrick::onAdd (calls parent)
fxDTSBrick::onPlant (calls parent)
fxDTSBrick::onLoadPlant (calls parent)
fxDTSBrick::onDeath
fxDTSBrick::onRemove
fxDTSBrickData::onAdd (empty)
fxDTSBrickData::onPlant (empty)
fxDTSBrickData::onLoadPlant (empty)
fxDTSBrickData::onDeath (empty)
fxDTSBrickData::onRemove (empty)

serverCmdShiftBrick
serverCmdRotateBrick
serverCmdPlantBrick

3
All code here is BL source code, decompiled from the various DSO's in base/. I am posting these for reference for modders, one at a time to make sure I don't expose anything too sensitive.



ServerLoadSaveFile_Start, _Tick, _End, _ProcessColorData

https://puu.sh/voLGP/62d10ad1af.txt

Pages: [1]