Jump to content

HitmanFF

Member
  • Content Count

    647
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by HitmanFF

  1. HitmanFF

    Army of the Czech Republic DLC

    You could always consider using a mod folder containing the Lite addons until it's available on steam. You'll even be MP proof, since these are BIS signed addons.
  2. HitmanFF

    Army of the Czech Republic DLC

    Are you using any mods? Try running CO without any mods and see if the logo shows up.
  3. HitmanFF

    Army of the Czech Republic DLC

    ACR showcase:
  4. HitmanFF

    Army of the Czech Republic DLC

    Login at store.bistudio.com, go to Account Maintenance. There you should see your serial.
  5. Apart from posting the full the arma2oaserver script (as Killswitch suggested), could you also post the server process that's actually running (with complete command line), e.g. with ps ax|grep server
  6. Did you run the install or specifically the tolower command? What is the path to the arma2 folder; are there any uppercase characters in that path?
  7. It used to be, so I can easily understand the confusion ;)
  8. https://store.bistudio.com/ should do the trick for you :)Downloads can then be found under 'Account maintenance'.
  9. HitmanFF

    Operation E3

    Seems that the bunker is well shielded :eek:
  10. It's outdated now, because isServer provides the same functionality, without the need to place the logic on a mission anymore
  11. HitmanFF

    Arma2 Linux server

    Are you running a 64 bit version of linux? In that case you'll need lib32 to be installed on your server.
  12. By default logging is done to file log.2302.txt . This should provide some information whether the server is starting (or errors are coming up instead). If that is looking OK, you could try checking whether the server is actually up on the ubuntu box: ps -p `cat 2302.pid` You could also check with netstat: netstat -pan | grep 2302 This way you'll get an indication whether the process is running or not.
  13. Tested client without and with BAF/PMC installed (renamed the folders for the purpose), without and with addons on the client, without and with (identical) set of addons on the linux server and all combinations showed a yellow icon on the linux server.
  14. As I understood it, the question is whether a player with BAF/PMC installed sees a yellow indicator for linux servers and a player without BAF/PMC installed sees a green indicator for linux servers.
  15. The updated island is looking very impressive! I have a few goats to chase though ;)
  16. Make sure the opening and closing brackets are balanced (you're missing a closing bracket in the listing).
  17. Confirmed, no longer kicked off with the latest beta.
  18. I'm having the same issue running the latest beta client (1.60.87662). Running release version client (1.60.87850) doesn't give this problem.
  19. Can you check whether bin.pbo (in expansion/dta) is present and complete. md5sum for my bin.pbo is 2c6ea9f7a9a99054e5de9e53edaede7d Also make sure all files are lowercase (though I assume it's OK, since you've done this before).
  20. This is my server log from last night (with the line mentioned present in the server.cfg):[b]23:41:24 Mission CTF@ 34 FUSION (cqb) LAMENTIN read from bank. 23:41:38 Roles assigned. 23:41:38 Reading mission ... 111/11/11, 23:41:43 Bad simulation thing, type Land_Barrel_water (class=house), ca\structures\misc\armory\barels\barrel_water.p3d 111/11/11, 23:41:43 Bad simulation thing, type Land_Barrel_sand (class=house), ca\structures\misc\armory\barels\barrel_sand.p3d 111/11/11, 23:41:43 Bad simulation thing, type Land_Barrel_water (class=house), ca\structures\misc\armory\barels\barrel_water.p3d 111/11/11, 23:41:43 Bad simulation thing, type Land_Barrel_sand (class=house), ca\structures\misc\armory\barels\barrel_sand.p3d 111/11/11, 23:41:44 Old style material 205 used in ReportStack not available 111/11/11, 23:41:44 Old style material 205 used in ReportStack not available 111/11/11, 23:41:44 Old style material 205 used in ReportStack not available 111/11/11, 23:41:44 104e5168# 208944: sara_domek05.p3d is not soldier nor transport. No transport 111/11/11, 23:41:44 bafd8b0# 208945: kasna_new.p3d is not soldier nor transport. No transport 23:41:44 Mission read. 111/11/11, 23:41:44 ***** Map ctf@_34_fusion_cqb_lamentin started[/b] There seems to be a bug with the time stamp, and it's not showing on all lines, but as I said, it's implemented for the server log (regardless of the statement in the biki about the RPT file) and working as such. By the way: I added a line in my crontab as well, might be someting in addition to the existing logging: #Show date in server log 0 0 * * * root date +"\%Y/\%m/\%d, \%H:\%M:00" >> /usr/games/arma2/log.2302.txt It'll add a timestamp at midnight.
  21. It's already available. Add a line in your server.cfg:Timestampformat = "full"; // Set the timestamp format used on each report line in RPT file.
×