Jump to content

captncaps

Member
  • Content Count

    164
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by captncaps

  1. Create a SCR_MapEntity (not MapEntity !!!) open the "Map Export" Tool Go to the Map Tool Export Tab Export "Geometry 2D" -> creates a .topo file (Warning: can take very long and a lot of RAM, don't try to export Everon) Export "Rasterization" for a "Satellite image" of your map -> creates a .tga Image File Right click the .tga file in Workbench and select "Register and Import" -> .edds Texture File created Go to the SCR_MapEntity and set the Map Geometry Data to the .topo file and set the Satellite Background Image to the .edds Texture Please let me know if this worked for you, or if any problems arose 🙂
  2. captncaps

    Reforger Task System

    My Tutorial on Tasks is here now, in notes form: https://dascapschen.github.io/ArmaReforgerNotes/#/page/scenarios%2Ftasks%2Ftutorial Video will be available here, as soon as youtube is done processing 😛
  3. There aren't any more steps involved in this. Open your world in World Editor, click the Export Map Tool, and export the data... it should work. It works on Everon for me, and I tested it with someone on Discord yesterday, it worked for their custom map too. The Errors from SCR_MapEntity are to be expected, because you haven't yet assigned the .topo file to it. Unfortunately, I cannot tell you why the Map Exporter fails to export the 2D map data, since the error message isn't helpful.
  4. If the files don't get created, the export probably failed. Can you check your Log Console for errors?
  5. No this generates a proper Arma map, with roads and everything 🙂
  6. captncaps

    Reforger Task System

    I'm working on a tutorial for tasks right now, in the mean time, here are sample projects with (somewhat) working tasks: https://github.com/exocs/Reforger-Sample-Coop https://github.com/Zealous666/AR_NightOps1985 Some notes: apparently, TaskManager should be above tasks in the hierarchy (not parent, just higher up) replication happens in the TaskManager. Neither GameMode nor Tasks need to do anything special, it seems. don't give Tasks the RplComponent, the TaskManager does Replication don't give the TaskManger a script, if you want to change it, override its class. (at least I get VM exceptions with scripts) TaskManager needs to have Supported Tasks setup properly. do not give your Tasks a script, it will change their class and then they cannot be find in the SupportedTasks in the TaskManager you need to set a faction for a task in order for it to show up in the UI SetTaskFaction(task, targetFaction); // within TaskManager
  7. Hi! Me and a friend were playing around with helicopters a few day ago and we were like: "it sucks that helis explode on impact! You should be able to survive a heli crash!" So I just wrote a script for this :) How to use it: Place "helicrash.sqf", "planecrash.sqf" and "check.sqf" in your mission folder. Paste following into your init.sqf: 0 = execVM "check.sqf"; That's it :cool: Known Issues: Fire might stack (causing fps drop) due to Hit Eventhandler. Little Showcase: https://www.youtube.com/watch?v=tv-R8eO_YHo Download link: http://www.armaholic.com/page.php?id=26467 Update V1.1: -added: plane compatibility Update V1.2: -now supports dynamically spawned vehicles! -fixed: script would not execute when Hull wasn't damaged Update V1.3: -actually fixed never ending effects -removed exploding in mid air -increased chance for pilot to survive impact Update V1.4: -bugfixes (parachute was affected) -changed reaction to crash on Water surface Update V1.5: -fixed not working with mods (caused by 1.4) -maybe actually fixed never ending effects Update V1.6: (only planned!) -last update -making it an addon
  8. captncaps

    Public Beta

    These appear randomly every now and then, they seem to be mostly translation updates. https://forums.bistudio.com/topic/184459-public-beta/?p=2919562 I hope we'll get Nexus soon :D
  9. captncaps

    Public Beta

    On Linux Mint I use EXT4. on openSUSE / is BTRFS and /home is XFS. (I'm not so informed about the Filesystems, openSuse picked those automatically so I thought I'd roll with it)
  10. captncaps

    Public Beta

    Because I have nothing better to do, I have installed OpenSUSE Tumbleweed on a new partition and tried out ArmA3 on it. System Information: OS - OpenSUSE Tumbleweed 64bit, Kernel: 4.2 DE - KDE Plasma 5 CPU - i7 3770k @4.2GHz GPU - GTX 660Ti, Drivers: Nvidia 352.55 RAM - 16GB 1600MHz HDD - 1TB WD Green 5400rpm Experience: Performance is pretty much the same as Mint, running between 40-70fps, average ~55fps I get slightly more FPS-drops/lags where the image freezes for a fraction of a second (might just imagine it's more, need to test it a bit longer) The time acceleration keys do also not work. (might just be my German keyboard layout) Keyboard layouts with dead keys make the game not notice input once after you pressed a dead key (have to test this on Mint again) Problems with freelook, fixed by unbinding alt as a window modifier key. (probs also on Mint, had that disabled before testing arma though) Game goes into Window mode after alt-tabbing (need to check this on Mint again) Audio still cuts off a bit (especially when firing full-auto ; had that on Mint too)
  11. captncaps

    Public Beta

    Well, it was announced that ArmA for Linux will be updated to the Nexus update (1.54), we can only hope it will be included in that update, as I didn't read anything about it being ported. @Linuxmaster9 Why should one have to install Debian Stable to 'experience the new standard for Linux gaming'? Yeah, SteamOS might be based on it, but as long as you are on a derivative of Debian (stable or not) you should still have a very similar user experience. I'm running Mint (which is afaik based on Ubuntu, which is based on Debian unstable or testing) and I don't experience any 'unstableness' But ok, you're the linux master, I'm just some linux-using guy :P And in the end, it's up to everyone themselves anyway.
  12. The Company that ported the game is Virtual Programming, as mentioned above (source: http://dev.arma3.com/post/sitrep-00121 ). And Virtual Programming utilized their eON technology to port the game (source: http://www.vpltd.com/services/).
  13. captncaps

    Public Beta

    Yes, that is what I thought, that previewing reloaded the script, that's how I remembered it from Windows, but I had to restart the whole game to reload it. (eON wrapper problem?) It's scripts in my mission folder that I call over init.sqf and init lines, so I guess that's external. Have some video proof, because proof https://www.youtube.com/watch?v=d9gvRpcpR1A
  14. captncaps

    Public Beta

    Hell yeah! I just wonder how they will proceed with updating afterwards... The possiblities are either: 1. we get every update after 1.54 slightly delayed 2. we get the 2 major updates (Eden and Apex) 3. we don't get updates again I don't believe 3. will happen, but I doubt possiblity 1 too... though I really hope that's the way it will turn out... Edit: I just started some scripting in ArmA again, and to reload my script in my preview mission I have to restart the game. Someone please remind me if it always was that way, because I though it was enough to reload the mission in the editor. Or is this a Port specific problem? I don't want to report it as long as I am not sure.
  15. captncaps

    Public Beta

    I know Vulkan is written from scratch, but it is still OpenGL's successor (replacement), never said it included OpenGL code. And what I mean is Vulkan handles graphics, like OpenGL, but DirectX includes Direct3D, XInput, XAudio etc. But anyway, let's not get into a discussion about that too much, this is still a thread for ArmA 3 Port, not for discussion about graphics APIs :P
  16. captncaps

    Public Beta

    Woah, really? That's good news to hear! Did he post that on his personal twitter? I think I'm not following him yet :D About Vulkan: It's still not released yet, and I don't know how they could implement something that is not released. Also, Vulkan is successor to OpenGL, so it's just a graphics API. Now don't forget DirectX is an API compilation, not just a graphics API, so maybe they are using something else than just Direct3D and thus cannot exchange it? But agreed, they should implement Vulkan!
  17. captncaps

    Public Beta

    I don't think that is going to happen anytime soon. It seems to me that BI is struggling a bit when it comes to upgrading their Engine, and with DX12 and Vulkan being very low level, that would probably cause a too massive re-write of the Engine as that it would happen in the near future. Also with Vulkan only releasing end of the year / beginning of next year, and ArmA 4 possibly coming in 2 years there is simply not enough time, imo. But of course would I love to see ArmA 4 running on Vulkan :P
  18. captncaps

    Public Beta

    Well, when SteamOS is released, I assume it will be "the best" for Linux Gaming. About Kubuntu, I had it a few months ago, and they just made the switch to KDE5 in 15.04, and that is currently a bit unstable (frequent crashes of the Desktop Environment), but maybe that's different now. I am on Linux Mint 17.2, and I cannot complain about it, all my games run fine, and as it is based on Debian, you get to install the same software packages as with Ubuntu/Kubuntu. Actually Linux Mint is even the most popular Distro, see http://distrowatch.com/ And I don't really see how any Distro is more suited for gaming than another, but I am new in the Linux World too, just made the switch earlier the year, when I heard ArmA3 ports are being worked on ^^
  19. captncaps

    Public Beta

    Multiplayer support is there, we're just on a different version, for which only very few servers exist. Also, SteamOS is Linux, not just "in valve's eyes" :b
  20. captncaps

    Public Beta

    So far I have to say, the port works awesome! My framerate feels about the same as on Windows (which I have now finally gotten rid of :D ) And in general it is just great to have this running on Linux! I really hope BI decides to put more time into it and update Linux (also ArmA4-Linux at launch please!) :) One question that remains for me though is why we don't have RotorLib Advanced Flight Model on Linux... A quick look on their website and I read: So Mac can't have it, but Linux could... or are these ports the same? The only problems I am experiencing at the time are: audio seems a bit cut off (but this may be something pulse audio is doing, as I have to use the env PULSE_LATENCY_MSEC=30 hack for many of my applications to work correctly) loading some mods reports "bad version 68 in p3d ..." and closes the game (guess it could be because mods are for windows verison which is more up to date) loading workshop scenarios always instantly crashes the game (have not tried non-workshop scenarios yet, will see if it happens too) Time Acceleration and Deceleration over keypresses does not work (the script setTimeMultiplier works!) My System: OS - Linux Mint 17.2 64bit CPU - i7 3770k @ 4.2GHz GPU - Nvidia GTX 660ti Driver: 355.11 RAM - 8GB 1600MHz HDD - 1TB WD Green 5400rpm (yes yes, I know...)
  21. captncaps

    Cannot edit all profile Information

    yes, I know I won't ever get all trace removed... but it makes it harder for people... anyway... Thank you for fixing this! :)
  22. Hello, there seems to be some profile information left over from the old forum. I cannot edit this, that includes for example: Contact Information like Youtube, Steam, Twitter Location, Interests and Occupation I would like to just remove them, as I want to clean my internet presence... so, I don't care if you can fix and make them editable, just deleting them for me would be enough. Thanks
  23. Yo man, those are 100% identical with my files... I don't know why you have problems with them... (ok, at first I did something wrong, but I updated all the links to the working version...)
  24. well, I guess he built it himself, as I also have no problems with the mod. Apparently we're doing something wrong distributing the mod as PBOs ; but hell, this ain't a official release anyway... So in a few days/weeks when the official release comes, everything will work as expected :)
  25. oh, ok... was confused why there were 2 similar .py files... well, I'll update the link again xD sry everyone... https://drive.google.com/file/d/0B6OVj0D330WyRkp3YmlxYVdyM2M/view?usp=sharing but now it's gotta work...
×