Jump to content

gokitty1199

Members
  • Content Count

    24
  • Joined

  • Last visited

Community Reputation

19 Neutral

1 Follower

About gokitty1199

  • Rank
    Scavenger

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. gokitty1199

    Dayz standalone Scripting tutorial series

    can you send me a link to the github of the weapon your talking about? when i looked i couldnt find it which is why i thought you were referring to a custom/modded in weapon.
  2. gokitty1199

    Dayz standalone Scripting tutorial series

    thats really strange then, i have no clue
  3. gokitty1199

    question about threading

    thank you sir, i had someone explain it some to me in the discord but this is also helpful, seems theres multiple ways to set yourself up to do it. thank you!
  4. gokitty1199

    question about threading

    with the new scripting language, for example lets say i wanted to have a while loop run. would that while loop interfere/hold up anything else from running, or do you have to make a new thread for it? i saw something regarding createThread and i was curious.
  5. gokitty1199

    Dayz standalone Scripting tutorial series

    sorry i overlooked it. it looks correct, have you made sure the class names are correct? im assuming your using a custom weapon correct?
  6. gokitty1199

    Dayz standalone Scripting tutorial series

    made a new
  7. gokitty1199

    Dayz standalone Scripting tutorial series

    yes, sorry i have been busy with school the past few weeks and its getting very close to finals
  8. gokitty1199

    Dayz standalone Scripting tutorial series

    i only used offline for testing because its quicker as i can(could) just press restart and it would reload itself instead of restarting the server and rejoining each time. its all essentially the same though. it should be the same as this for example yourVehicle.Fill(CarFluid.FUEL, 1000); yourVehicle.Fill(CarFluid.OIL, 1000);
  9. gokitty1199

    Dayz standalone Scripting tutorial series

    are you attaching the rear sight/carrying handle such as in the video or a separate optic? and please post the script
  10. gokitty1199

    Can no longer bring up the menu in offline dayz

    the thing is though, i never changed any keybinds. this literally happened after i shutdown the game and loaded it the next day. ill try resetting the config and see if anything changes Edit: just deleted profiles and still have the issue.
  11. gokitty1199

    Can no longer bring up the menu in offline dayz

    its an annoying issue lol.
  12. i can no longer press esc in offline variation of dayz to bring up the restart/exit options? esc works when i have the inventory open but i cannot get my game to restart. this randomly happened yesterday on both experimental and stable. this is making it take very long to test scripts as I have to restart the game each time.
  13. gokitty1199

    Dayz standalone Scripting tutorial series

    with alot of the stuff i do outside of video games, ive used a forEach loop literally once and that was when i was learning c# and reading through the processes running on the users machine. your right though, a foreach like you posted would be better and a little easier to read for someone starting
  14. gokitty1199

    Dayz standalone Scripting tutorial series

    we could create a random container, add a random category of items to it, then add a random assortment of those items? something like that?
  15. gokitty1199

    Dayz standalone Scripting tutorial series

    very very similar yes, but so far i prefer it over sqf. i did feel arma 3 scripting was more beginner friendly but very limited where as this feels like you have complete freedom. next tutorial is being uploaded now btw. I did try to do some more pre planning and removed some unessasary parts of the video, left in 2 mistakes that i thought made a decent point. Do you think this is an improvement over the first video?
×