Vice City: Multiplayer

Server Development => Custom Content Releases => Object Showroom => Topic started by: PunkNoodle on Dec 07, 2017, 08:47 AM

Title: [Custom Object] Billboard
Post by: PunkNoodle on Dec 07, 2017, 08:47 AM
Content type: Object
Original author: R*
Modifications: Extracted from VC files and replaced a texture.
Modified by: me (PunkNoodle)

(http://files.thijn.ovh/img/83dd2ecdbfe83cc4505b4be3c5656fd0/billboard_unp.7z) (http://files.thijn.ovh/download/83dd2ecdbfe83cc4505b4be3c5656fd0/billboard_unp.7z)

A simple billboard that can be used as a base for any image to be added in game, the ratio is roughly 3:1 make sure your image matches that ratio, else stretching can occur.
If you want to use your own image, replace the one inside the TXD file and save. To view the TXD file you can use any of these programs below:

Magic TXD (http://www.gtagarage.com/mods/show.php?id=27862) (recommended)
TXD Workshop 5.0 (http://www.gtagarage.com/mods/show.php?id=8320)

Content screenshots:

(https://i.imgur.com/uC1uuka.png)

If anyone needs it I attach a transparent image below which can be used as a template.

(https://i.imgur.com/d8293FL.png)

For any question, issues about installation, or anything, feel free to reply in this thread. Maybe not, don't.
Title: Re: [Custom Object] Billboard
Post by: PunkNoodle on Dec 07, 2017, 08:49 AM
objects.xml
<?xml version="1.0" encoding="ASCII"?>
<objectlist>
<object id="0">
<model path="billboard.dff" distance="300" />
<texture path="billboard.txd" />
<collision type="none" />
<flags value="0" />
</object>
</objectlist>
Title: Re: [Custom Object] Billboard
Post by: =RK=MarineForce on Dec 08, 2017, 07:39 AM
Good OF Luck

Can we add this in ScriptLoad()
Title: Re: [Custom Object] Billboard
Post by: PunkNoodle on Dec 08, 2017, 06:24 PM
(https://i.imgur.com/68VlmGA.gif)

...

You need to paste that code in a file and name that file objects.xml, then place that file inside store/objects/ subfolder of your server.