

daikan
Member-
Content Count
288 -
Joined
-
Last visited
-
Medals
Everything posted by daikan
-
ArmA 3 Rotorlib flight model locked server side
daikan replied to oshydaka's topic in ARMA 3 - QUESTIONS & ANSWERS
Does anyone know how to find (public) servers which have RotorLib enforced? Are there any at all? -
MAD SiN Dedicated Server (Upload your Missions!)
daikan replied to sxp2high's topic in TAKE ON HELICOPTERS - MULTIPLAYER
IMHO it should be possible to vote yourself admin (see Multiplayer Commands) and then select whatever mission you want. However, this only works as long as the server admin has not disabled voting in some way or another. -
Just a heads up for those that haven't read the SITREP #00056:
-
Well, provided the RotorLib API is fully supported and the configuration is modifiable the worst case would be that we would have to tweak the FDM ourselves.
-
Taken from the latest Dev-Blog about the 2014/15 roadmap: Finally, there is hope :)
-
The problem with "non-directional sonic cracks" has been part of the armaverse since day one and discussed extensively as far back as 2007: http://forums.bistudio.com/showthread.php?53819-Strange-sound-issue/
-
'Heli-4-Hire' SimCopter Revival Dynamic Sandbox (WIP)
daikan replied to Mayhem McAwesome's topic in TAKE ON HELICOPTERS : MISSIONS - Editing & Scripting
Any updates or further plans regarding the development of this great add-on? -
Not at all, go ahead :)
-
Duh. I guess part of the problem is having two different Bug trackers... I admit I haven't been around here in years and I don't even own A3 (due to the lacking FM among other things) so I wasn't aware of the "official" bug tracker. The CIT is how this was done in the past I guess... Anyway, there I found this feature request http://feedback.arma3.com/view.php?id=6026 which seems partly related. But I think it would be a good idea to create a new one that's perhaps more explicit.
-
Klick on "Update".
-
It seems odd that so far there was no feature request for a more advanced flight dynamics model on the A3 Community Issue Tracker. Therefore I went ahead and created one just now. Feel free to vote and comment. Maybe this will help to keep it on the DEV's radar.
-
If A3 is going to be as open as the previous titles it could be anything and ultimately open to the community of mission builders. That's the beauty of it. As for the built-in multiplayer missions, I don't know and - frankly and personally - I don't really care that much as I'm not interested in the pure war simulation/game aspect anymore. I expect the really exciting stuff to happen once the game has matured, maybe a year after initial release, as with all the BIS products. This is especially true for any multiplayer related game modes as they usually take a lot more effort in terms of design and debugging. For mission and addon designers it will be quite decisive to see how much of the already existing concepts and content (missions, addons, scripting language, utilities) can be re-used in A3 without having to start over from scratch.
-
I kinda gave up with the game as well, mainly because of lack of serious multiplayer action and the usual mod dependency chaos, but also because I wasn't too happy with the flight models, especially the medium one. Switched over to X-Plane 10, having my flight model and multiplayer fix there :-) Also, I've been closely following the Outerra/Anteworld development whose potential is simply breathtaking even in it's early alpha/demo stage... Haven't tried A3 yet, maybe I will once the TOH flightmodels are in there as well, but I admit I'm kinda sick of the usual wargame thing... I had really high hopes for TOH becoming a unique flightsim-multiplayer-sandbox game, but sadly it looks pretty much abandoned/neglected by the addon/mission scripting community nowadays...
-
Custom missiom will not run on dedicated server
daikan replied to odyseus's topic in TAKE ON HELICOPTERS - MULTIPLAYER
Most probably some missing Addon or DLC dependency on the server. Check your server log for messages like "You cannot play/edit this mission it is dependent on downloadable content that has been deleted XXXXXXX" -
'Heli-4-Hire' SimCopter Revival Dynamic Sandbox (WIP)
daikan replied to Mayhem McAwesome's topic in TAKE ON HELICOPTERS : MISSIONS - Editing & Scripting
This definitely sounds like fun! I really appreciate the time and effort you consider putting into this. I'm glad to help with testing, too, if needed. Maybe add some firefighting and logging operations to the task list? It would be really awesome if this could be made into a multiplayer sandbox game by providing the building blocks for an open economy of basic supply & demand. Things like building, maintaining & selling facilities, trading parts/goods or work as a contractor for others (i.e. competing for tasks on a job board) would help contributing to a long term fun factor by adding some sense of purpose and achievement... although I admit hardly a trivial task to do for any game designer ;) -
Take On Helicopters - Linux server beta 1.06.97220
daikan replied to Dwarden's topic in TAKE ON HELICOPTERS - MULTIPLAYER
Just a heads-up: If you're planning to use Rearmed content on a Linux server don't specify absolute paths for the addons (using non-registry-based config method as suggested in the Rearmed Wiki). Instead use relative paths in the startup-script, i.e.: OTHERPARAMS="-mod=@a2;@a2oa;@a2oa_expansion;.;rearmed" It seems as if the server has trouble with forward slashes, even though the whole modline is put in double-quotes. In my case I created softlinks to the Arma2 / OA content inside the TOH directory itself. Of course, this assumes the start-script is located inside the TOH home directory. Caused me a lot of headache as content wouldn't load properly... -
Take On Helicopters - Linux server beta 1.06.97220
daikan replied to Dwarden's topic in TAKE ON HELICOPTERS - MULTIPLAYER
Thanks guys, you are both absolutely right! Renaming rearmed/mod.cpp fixed the problem with the server hanging. Not true, as I said, it works perfectly with the Windows DS. Therefore this is only a limitation of the Linux version.... which sucks. Regarding the DLC problem: I realized that all you need is to manually edit the mission.sqm to make sure no Hinds content is listed in the init of addOns[] and addOnsAuto[] to make any mission run on the server. However, people with no DLC installed will also be able to run it but they will probably experience errors and/or weird effects (invisible choppers and the such...) -
Take On Helicopters - Linux server beta 1.06.97220
daikan replied to Dwarden's topic in TAKE ON HELICOPTERS - MULTIPLAYER
Okay, after upgrading to Wheezy the error is gone. But there still appears to be a problem with Rearmed: Include file home/toh/server/rearmed\mod.cpp not found. Cannot include file /home/toh/server/rearmed\mod.cpp Warning Message: Preprocessor failed on file /home/toh/server/rearmed\mod.cpp - error 1. And yes, I made sure the file is there and can be accessed by the user. After this error nothing happens, the server just hangs and is neither reachable directly (via IP + Port) nor appears in the game browser. I used the following mod line: -mod=@cba_toh;@cba_oa;@cba_a2;@cba;@a2;@a2oa;@a2oa_expansion;rearmed If I start without Rearmed the error disappears and the server is reachable, although with tons of warnings of the type: Warning Message: No entry 'config.bin/xxxx. Warning Message: '/' is not a value Also, loading of Hinds DLC is still not supported: Data file too short '/home/toh/server/@hinds\addons\weapons_h_dlc1.pbo'. Expected 866899780 B, got 77608507 B This makes running any missions that use Hinds content impossible (error message "Missing addons detected" in the server log). On the Windows DS this works without problem, even under Wine (I tried it on the same server using the same data). -
Take On Helicopters - Linux server beta 1.06.97220
daikan replied to Dwarden's topic in TAKE ON HELICOPTERS - MULTIPLAYER
Yes I did. In fact there is one other dude reporting the same error but no solution posted so far. I'm currently trying to do a distro upgrade hoping that it will go smooth and solve that error... -
Take On Helicopters - Linux server beta 1.06.97220
daikan replied to Dwarden's topic in TAKE ON HELICOPTERS - MULTIPLAYER
First of all, thanks for this beta! However, I'm running into some dependency trouble when starting: WATCHDOG (22233): [sat Sep 22 11:49:41 CEST 2012] Starting server (port 2302)... /home/toh/server/server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/toh/server/server) Furthermore: $ strings /usr/lib32/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_FORCE_NEW GLIBCXX_DEBUG_MESSAGE_LENGTH This is on Debian Squeeze. I guess GLIBCXX_3.4.15 lives in the libstdc++6-4.6-dev package which AFAIK is only available in Testing (Wheezy). So how am I supposed to run this under Squeeze? -
Registration failed: Invalid CD Key
daikan replied to scruffy's topic in TAKE ON HELICOPTERS - TROUBLESHOOTING
Are you implying this was an issue for STEAM users only? Because I don't have STEAM versions installed but having the issue nonetheless.... -
Registration failed: Invalid CD Key
daikan replied to scruffy's topic in TAKE ON HELICOPTERS - TROUBLESHOOTING
I have exactly the same problem. -mod=dummy doesn't help either. My only (full) DLC is Hinds. -
ARMA2/OA/CO/Demo/Free/TOH on WINE/Linux!
daikan replied to Kindling's topic in ARMA 2 & OA - GENERAL
This is so awesome, I just managed to get a TOH Rearmed 1.06 RC dedicated server running pretty smoothly on Debian! So far no glitches or problems and even Domination2 TOH on Takistan seems to run just great Wondering if anyone tried running an Iron Front server yet? @Kindling: Thank you very much for your work, your headless server minimal install script made this really easy! -
Curiously, how is the AI recruiting supposed to work? Although I have the corresponding mission parameter set I don't get any menu action while standing next to the barracks. Is there another method?
-
FCSRotationDamper. Joystick "lag" - "Retard responsive"
daikan replied to hon0's topic in TAKE ON HELICOPTERS - QUESTIONS & ANSWERS
AFAIK you don't have to repack it as pbo. Just create a folder "hsim" in your game root and copy your xml there using the relative path e.g. "air_us_h\helicopter_light\Light-GenHeli400-DesktopSim.xml". It's supposed to override the existing config.