Jump to content

fortune144

Member
  • Content Count

    63
  • Joined

  • Last visited

  • Medals

Everything posted by fortune144

  1. fortune144

    Arma 3 closes

    Hey there, since a few days my arma closes for example when i get in a car. The rpt: Fault time: 2019/03/31 10:37:33 Fault address: 8000A90E 00:8000A90E Unknown module file: tempMissionSP world: VR Prev. code bytes: 00 00 48 8B 17 EB 5D 4C 8B 42 58 4D 85 C0 74 0E Fault code bytes: 49 8B 00 48 89 42 58 66 44 01 6A 74 EB 2E 4C 8B I tried a lot. Reinstalled Nvidia drivers, reinstalled Arma 3 nothing helps me for solving this issue. So what could it be?
  2. Hey there, i'm scripting a multiplayer script. Therefore i have in the "Game Logic" the [this] execVM "someScript.sqf" command. Everything looks fine but not for the first player on the server. The second one who joins has everything what i scripted. I don't understand the problem. Has someone an idea?
  3. fortune144

    Community Texture Templates.

    Anybody has a Bergen psd/gimp file? That would be awesome.
  4. Hello, i'm making a new faction with my custom gear. Everything works fine with custom items in Uniform and Backpack. But i can't get it work that for each Unit different items in the vest. I tried via script but that resets my arsenal loadout conifg. The vest inheriets from a mod. i tried althought via containerClass. The vest is cfgWeapons so i cant use class TranportItem How is the proper way to fill unit vests with custom items? Thank you
  5. fortune144

    Unit config vest items

    Nevermind i found Drongo's Config Generator...edit the config a bit and it's working now. thank you
  6. fortune144

    Unit config vest items

    So my vest is empty everything is in the uniform.....but i want to define what magazines/items are in uniform and in vest....the eventhandler script what makes my loadout overwrites my loadout when i edit one of the units, after mission start...
  7. fortune144

    Unit config vest items

    Ok and Items[]={}; then for everything in the uniform? That's not working. With that method i can't add for example ACE CableTie to vest..only magazines. How can i add none magazine items to vest like ACE can do?
  8. Hey, i made a british patrol pack in blender. After i port it in the game the webbings are in the pack. What causes this behavior? Are the sections the problem? Maybe i don't understand whatspine 1, spine 2 and spine 3 is.
  9. In the first part i took the AK from the ground so the civillian can't take it.
  10. Hey, i need some help. I made this british patrol pack 3D model but i can't texture it right. I'm seachring for one who wants to be part of the party and can help me to texture the pack. Maybe it's neccessary to adjust the UV layout.
  11. Hey, i made this plce webbing with flashlight. I thought it would be cool when the flashlight can be used. My config for the vest looks like: My model has the memory lod with the sections "flashlight_pos" and "flashlight_dir". It's not working. What i'm doing wrong? Is this method only working with the pistol_base class? Is it better to illuminate the light via script?
  12. fortune144

    Model between legs

    Hey, i made a 3D model for Arma 3 in Blender 2.8. (Edit Arma 2 Ghillie Asset) I followed the instructions from this Video > From Blender to ArmA 3 - Complete process tutorial. But my model appears between the legs. I added autocenter=0 to the geometry lod and detected the components. I consider the case sensitive skeletoneBones strings for my sections. As you can see i would like to configure it for the glasses slot. I tried the vest config too but nothing seems to work. Object Builder screenshot: https://gyazo.com/4483c5a81ce39290850130f3bf5a5e27 Result screenshot: https://gyazo.com/23fc4bd4060bf235c446c007d66d5ef0 config.cpp model.cfg
  13. fortune144

    Model between legs

    Yeah, it works. I wrote my class wrong. Can be closed. Jesus.
  14. fortune144

    Model between legs

    Nope i tried the config of the samples model.cfg
  15. Hey, i made some cfgFunctions for my clan test server. They running quiet good, but i'm the only one who can start them. That means, i have to execute them before all others can activate them by them self. I'm stumped. There is nothing about my name id or what ever. So any ideas?
  16. Hey i know the thread ist old but..no no not gold ^^ i would like to know how ich can return a bool value from this example. So if i have a match true else false. i get alle the time "<null>" when i format the result. // init.sqf RemoveActionByName = { params ["_object", "_name"]; {if (_object actionParams _x select 0 == _name) exitWith {_object removeAction _x}} forEach actionIDs _object; }; Ich know the last result is the return value. So i tried. // init.sqf RemoveActionByName = { params ["_object", "_name"]; {if (_object actionParams _x select 0 == _name) exitWith {_result = true}} forEach actionIDs _object; result = false; };
  17. fortune144

    Model in ground

    Hey, i made my model with blender. I applied Location, Location & Scale but my model stuck in the ground. What i'm missing? It's a litte box it should be flat on the ground.
  18. I imported the ToolBox to 2.8 and run in the following error when i export to p3d:
  19. fortune144

    Arma 3 closes

    I found the problem. It's my headset
  20. fortune144

    Arma 3 closes

    The problem is still there....
  21. fortune144

    Arma 3 closes

    I switched the Malloc to System..it seems to work..
  22. fortune144

    Arma 3 closes

    yes i did. The 32Bit is not the solution. Crashes with DX11 out of memory. So the 64Bit must run but it doesen't
  23. fortune144

    Arma 3 closes

    After i posted here i switched to 32bit version and it seems to work..wtf but i would like to know what causes this issue
  24. I know this thread is dead but i would like to know where i can get this camo pattern. I like the contrast and brightness
  25. fortune144

    UV map resize

    Hello everybody, I ported a wool cap from Arma 2 to Arma 3. For that I used the original textures and therefore also the original UV maps. This texture is all in 2024x2024 before this is much too large for my use case. Now I wanted to create with blender a new UV based on the original for a size 512x512. original texture texture i use now result wool hat after using only the needed area i think the texture i use now is not the best solution. But there is something i don't understand with uv maps. In my opinion when i make a new uv map 512x512 from original and fit in the part i need from the big size texture it should work.. So what im doing wrong?
×