Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Shadow on Aug 23, 2016, 07:05 AM

Title: Some objects only have collision when draw distance is below 350
Post by: Shadow on Aug 23, 2016, 07:05 AM
Does it happen to you aswell?
This is the object.xml format of the objects

<object id="0">
<flags value="0"/>
<texture path="newtrack.txd"/>
<collision path="nw.col" name="advertisements"/>
<model path="advertisements.dff" distance="1000"/>
</object>
<object id="1">
<flags value="0"/>
<texture path="newtrack.txd"/>
<collision path="nw.col" name="biggrandstand"/>
<model path="biggrandstand.dff" distance="1000"/>
</object>
<object id="2">
<flags value="0"/>
<texture path="newtrack.txd"/>
<collision path="nw.col" name="garage"/>
<model path="garage.dff" distance="3000"/>
</object>

..and the 7z

[spoiler]
(https://i.gyazo.com/ac81548bbf5eb410b5623ce6ace59c59.png)
(https://i.gyazo.com/19db250e67c129f647ccdb5910be7062.png)
[/spoiler]

Also, running the game with config 'game_showdebug' set to 1 prints no error. The game doesn't disconnect me either.
Ideas?
Title: Re: Some objects only have collision when draw distance is below 350
Post by: Kewun on Aug 23, 2016, 07:12 AM
didnt happen in me.. but i will test
Title: Re: Some objects only have collision when draw distance is below 350
Post by: Shadow on Aug 23, 2016, 07:16 AM
Map used: https://www.thegtaplace.com/downloads/f1657-vice-city-racetrack
Title: Re: Some objects only have collision when draw distance is below 350
Post by: Shadow on Aug 23, 2016, 07:28 AM
I tried to manually extract each collision file from the archive and specify it in the objects.xml aswell, didn't work.
Title: Re: Some objects only have collision when draw distance is below 350
Post by: Kewun on Aug 23, 2016, 10:10 AM
happend in me the bug.
Title: Re: Some objects only have collision when draw distance is below 350
Post by: Shadow on Aug 23, 2016, 01:38 PM
http://forum.vc-mp.org/?topic=811.new#new

With that map, all objects have a draw distance of 3000 and maintain collision. I tried using the same object.xml syntax, but no luck. Anyone good on collision archives or VC modding can enlighten us?
Title: Re: Some objects only have collision when draw distance is below 350
Post by: aXXo on Aug 23, 2016, 03:25 PM
Might be related to this (http://forum.vc-mp.org/?topic=1201.0)?