I have a custom object with only .dff and .txd
i dont have any .col file, is it really required? without .col, i cant join server. i get kicked for invalid defintion in objects.xml
<?xml version="1.0" encoding="ASCII"?>
<objectlist>
<object id="0">
<flags value="0" />
<collision path="" />
<texture path="lombada.txd" />
<model path="lombada.dff" distance="350" />
</object>
</objectlist>
You cannot make the path "". You should try:
<collision type="autogenerate"/>
This will autogenerate the collisions, untested tho.
so what i can make the path? i tried removing the collision path line, still getting kicked
even "autogenerate" wont work
I use this:
<?xml version="1.0" encoding="ASCII"?>
<objectlist>
<object id="0">
<flags value="0" />
<texture path="lombada.txd" />
<collision type="autogenerate" />
<model path="lombada.dff" distance="1000" />
</object>
</objectlist>
And it works on my server.
Off: Congratulations for stealing this custom object ;D.
Use "none" instead of "autogenerate" to stop the server requiring the colision file.
Quote from: Diego^ on Aug 15, 2016, 10:37 AMI use this:
<?xml version="1.0" encoding="ASCII"?>
<objectlist>
<object id="0">
<flags value="0" />
<texture path="lombada.txd" />
<collision type="autogenerate" />
<model path="lombada.dff" distance="1000" />
</object>
</objectlist>
And it works on my server.
Off: Congratulations for stealing this custom object ;D.
I found strange, because it was I who created.
meh
still not working
and i didnt steal it, i simply took it. Learn the diffrence between stealing and taking something which is released.
@Diego^
Quote from: Kewun on Aug 15, 2016, 02:44 PMand i didnt steal it, i simply took it. Learn the diffrence between stealing and taking something which is released. @Diego^
I created and not posted anything released on forum, was created specifically for Diego server. ???
invalid definition .
fixed