Jump to content

BigheadRR

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by BigheadRR

  1. spacer.pngWhen the scope is mounted and zoomed in, the sight is significantly off as shown in the picture.
    This happens with most weapons.
    Has this been around since alpha 19 and have you been able to figure it out?

  2. On 7/3/2023 at 1:10 PM, Izayo said:

    BigheadRR

    update solved : it's the new ammo type . I forgot the change the new path of dropmesh

    A20 uses but A21 uses @:

     

    <item name="ammoShotgunShellFlechette">
        <property name="Tags" value="ammo,shotgun"/>
        <property name="DisplayType" value="ammoShotgun"/>
        <property name="CustomIcon" value="ammo12gFlechette"/>
        <property name="HoldType" value="45"/>
        <property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
        <property name="DropMeshfile" value="
    #Other/Items?Misc/sack_droppedPrefab.prefab"/>

    they must be (for a21)

        <property name="Meshfile" value="@:Other/Items/Misc/sackPrefab.prefab"/>
        <property name="DropMeshfile" value="
    @:Other/Items/Misc/sack_droppedPrefab.prefab"/>

     

    kXDu7E8.jpg

     

    thanks for the report I'll fix this in v2  ,this saturday or sunday . 

    Thanks for taking the time to respond.
    I look forward to your updates!

×
×
  • Create New...