Vice City: Multiplayer

Server Development => Custom Content Releases => Object Showroom => Topic started by: Luis_Labarca on Nov 27, 2024, 10:34 PM

Title: [Custom Object]Interior Cafe-Under,Open Building
Post by: Luis_Labarca on Nov 27, 2024, 10:34 PM
Hello friends, greetings, here I bring you the interior of cafe under open with interior.

Add on server
function onScriptLoad()
{
SetBackfaceCullingDisabled( true );//to load the textures of the objects inside
///--Object id for cafeunder
RawHideMapObject(448,-9231,621,91)  //veg_palwee01
RawHideMapObject(1719,-9564,460,267)  //sjmbigsign01
RawHideMapObject(392,-9564,459,205)  //BillBd3
RawHideMapObject(1712,-8991,203,143)  //lhaitcut
RawHideMapObject(1644,-8991,203,143)  //LODitcut
RawHideMapObject(474,-9200,428,91)  //veg_palmbig14
//---

}

add in store > maps.xml

<?xml version="1.0" encoding="ASCII" ?>
<itemlist>
        <item model="6000" name="cafeunder">
            <position x="-899.193" y="20.3173" z="14.3973" />
            <rotation format="axisangle" x="0" y="0" z="0" angle="1" />
        </item>

    <item model="6001" name="LODcafeunder">
            <position x="-899.193" y="20.3173" z="14.3973" />
            <rotation format="axisangle" x="0" y="0" z="0" angle="1" />
        </item>
</itemlist>


[
color=black]add in store > objects.xml[/color]

<?xml version="1.0" encoding="ASCII"?>
<objectlist>
  <object id="0">
      <flags value="0" />
      <texture path="cafeunder.txd" />
      <collision path="cafeunder.col" />
      <model path="cafeunder.dff" distance="299" />
  </object>
  <object id="1">
      <flags value="0" />
      <texture path="cafeunder.txd" />
      <collision type="none" />
      <model path="LODcafeunder.dff" distance="20000" />
  </object>
</objectlist>


Link1 : CafeUnder_unp (https://drive.google.com/file/d/1OkE-HR91qQIajX4Mv09RqI9ZAj0Ck8XF/view?usp=sharing)

link2: FolderStore (https://drive.google.com/file/d/18Nfwvji70qteUUSrB9uHP80rcQEBZVEU/view?usp=sharing)




photos
1 (https://drive.google.com/file/d/1GtRctFBhml79I6Fp5BR7UBpIdVFdOfcP/view)

2 (https://drive.google.com/file/d/1jVmOrawnE3Zr9pxNNXERlNpgjTqXhjsQ/view)

3 (https://drive.google.com/file/d/1Bo-a5iKmIhyjxUZNYSENTUyTTpFuOHgF/view)

4 (https://drive.google.com/file/d/1Dd0DvXblWcfnEN1CCcn5rVRH6VGdSztD/view)

5 (https://drive.google.com/file/d/1aDF3yuJBiGGZlHUIK2eyMbpgoGl_XMqf/view)

6 (https://drive.google.com/file/d/1Z0111bcbKylq1yRaJPhVe6nLgVNTQroV/view)

7 (https://drive.google.com/file/d/1Zg6DMNmKksHi2QuZfHf759H0-gzQSRry/view)

8 (https://drive.google.com/file/d/15o4GXIugyP96SfegRccs5B_1gTn596xY/view)

9 (https://drive.google.com/file/d/1JKCdVHX_Svn9WGASdczgvFcwSIdEusN3/view)

10 (https://drive.google.com/file/d/1MyL4vBNp_mt8h3oEOYPnzSq09nu3tgSU/view)

11 (https://drive.google.com/file/d/1Dr0qVs4EzRjKCStTAN3wgoJqTk1ZiEHS/view)