How to spawn your custom objects via their own files! | DayZ Server Management

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 34

  • @Zenarchist
    @Zenarchist Год назад +1

    the GOAT of DayZ server config, cheers man!

  • @4kbossk408
    @4kbossk408 2 года назад +4

    So how do you make it so loot spawns in custom buildings?

  • @di-.-ib
    @di-.-ib Год назад

    Well done tutorial and explanation of WHY WE COPY PASTE (no typos) and WHY WE MAKE FUNCTIONS (debug/troubleshooting)! Kudos

  • @LividCreature
    @LividCreature Год назад

    Your tutorial is KEY to getting people away from having to use Editor-Loader and using the proper way to place custom objects for less server strain. Thanks again!!

  • @0xidial
    @0xidial 3 года назад +1

    Your amazing bro, keep up the good work!

  • @AKgamer907
    @AKgamer907 2 года назад +1

    how do you get them to spawn loot after you do this?

  • @milowpawlow
    @milowpawlow 2 года назад

    Thanks for that great tutorial! Very helpful!

  • @ReddoggArmA1
    @ReddoggArmA1 3 года назад

    your videos are a great help and are very appreciated.
    Thank you

  • @expdrdre
    @expdrdre Год назад +1

    hey chief did the spawnhelper function code change since 1.18? i followed your instructions 100% and i keep getting message it cant find my SpawnObjects.c file when it boots up any idea how to resolve ?

  • @MastaHiggins
    @MastaHiggins 8 месяцев назад

    OK, and how can you DELETE an object spawned with this method in other mod?

  • @xTHExJACKALx
    @xTHExJACKALx 3 года назад

    TheGamingChief could you help me everytime I run my server it sets all my init.c files and types and respawnitems to base files

  • @mistejoe2483
    @mistejoe2483 2 года назад

    what do you do if multiple different mods have the same SpawnObject() function with different functionality in each one? Should I change the name and then include the file?

  • @SergioHacks3
    @SergioHacks3 3 года назад

    hello Do you know how to create a loading screen with music?

    • @TheGamingChief
      @TheGamingChief  3 года назад

      I'm working on a loading screen video. Just been really busy. I don't plan to include music since I dislike the idea of blasting music with no audio level adjuster into players ears.

    • @SergioHacks3
      @SergioHacks3 3 года назад

      @@TheGamingChief I also wanted to ask you if you have scripting and how to make mods? I'm creating a mod to change weapon names from custom mods and I can't get it if you could help me

  • @pantchoe
    @pantchoe 3 года назад

    friend posts a video as we set up cfcloud for static server restart .. because the relative restart sucks

  • @talessimon
    @talessimon Год назад

    Great! that clean code method is working pretty good. Thanks. So, I have 2 questions:
    1. Do you know why zombies are walking through walls and buildings added in custom areas? It´s like are invisible for them.
    2. How many line codes #include (in this case, custom areas files) I can put on this method? There´s some limit of code lines or called files?
    I´m ask about that because I tryed a similar method and I couldn´t call 63 .c files mod, my server doesn´t startup.
    More than 23 lines (+/-) doesn´t work and I don´t know why.
    If you know some solution for this 2 bugs, I´ll appreciate.

  • @akren86
    @akren86 2 года назад

    Easy video to follow. Thanks for that! However, I'm having some issues. I've checked over and over and my files and file locations look totally fine, but when I start the server, I get a dump file and it just throws it into a boot loop. When I comment out the "Place_" lines in my init.c, the server doesn't dump and starts up fine. Anyone have an idea what might be causing that?

    • @TheGamingChief
      @TheGamingChief  2 года назад

      My guess is you are trying to spawn an invalid object that does not exist, or that the server does not think exists. Your crash log might have more details.

    • @akren86
      @akren86 2 года назад

      @@TheGamingChief Thanks for the reply. I'll check that out and see what could be missing. Crash logs aren't showing much unfortunately :(
      Keep up the good vids! Subscribe worthy to be sure.

  • @STUDD_MUFFIN
    @STUDD_MUFFIN 3 года назад

    have a new vid for you to do. on the new cftools for dayz we need explenation for all the settings and what they do and how to set up filters for ban list and all that.

  • @tsunamiau
    @tsunamiau 2 года назад

    Is there a way I can chat with you live? Do you have a discord help channel?

    • @TheGamingChief
      @TheGamingChief  2 года назад

      I have my Discord server linked in the video description with a support channel.

  • @St4v0
    @St4v0 2 года назад

    Question please, could I use the include line in a types file to point to other custom types files, thanks for the great video

    • @TheGamingChief
      @TheGamingChief  2 года назад +1

      I actually have a video on that subject here! ruclips.net/video/PAAEhdiQ_vE/видео.html

  • @St4v0
    @St4v0 2 года назад

    thankyou,you are a gem,could I do a similer thing and sideload trader lists?,thanks again

  • @pantchoe
    @pantchoe 3 года назад +1

    friend add the caption of your video because i'm brazilian and your subscriber and with the caption for us to understand .. thank you very much ..ate i thought the problem was my browser but the other videos of yours are with caption. thanks

    • @TheGamingChief
      @TheGamingChief  3 года назад

      Hmmm, normally RUclips automatically generates the English subtitles. I'll try and manually add them to this video when I get some time tomorrow.

    • @edsonsilva-zu6jb
      @edsonsilva-zu6jb Год назад

      @@TheGamingChief to this day there are still no subtitles lol

    • @TheGamingChief
      @TheGamingChief  Год назад

      RUclips refused to automatically generate the subtitles for this video for some weird reason. I manually generated subtitles and uploaded it for this video, so it's good now (only took two years).

  • @tsunamiau
    @tsunamiau 2 года назад

    Hi Mate, thanks again for these.
    I keep getting this error
    $CurrentDir:mpmissions\empty.deerisle\init.c(56): Undefined function 'Place_MixedWW'
    Am I missing something?
    I am using this in my SpawnObjects.c
    // Spawner helper function
    void SpawnObject( string type, vector position, vector orientation )
    {
    auto obj = GetGame().CreateObject( type, position );
    obj.SetPosition( position );
    obj.SetOrientation( orientation );
    obj.SetOrientation( obj.GetOrientation() ); //Collision fix
    obj.SetAffectPathgraph( true, false, );
    if( obj.CanAffectPathgraph() ) GetGame().GetCallQueue( CALL_CATEGORY_SYSTEM ).CallLater( GetGame().UpdatePathgraphRegionByObject, 100, false, obj );
    }

    • @TheGamingChief
      @TheGamingChief  2 года назад

      I’d really need to see all your related files, but that errors indicates that it is trying to call the “Place_MixedWW” function which doesn’t exist.