Jump to content

HitmanFF

Member
  • Content Count

    647
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by HitmanFF


  1. I've taken roughly the same approach as stated in the opening post, apart from the trigger in the mission. I've taken the first @camCommited in the intro (taking place some 5 seconds after start of the intro), and set the missionstarted=true after that.

    If a player connects during the intro (or even if someone has a slow system), the player may skip the intro while the others still have to wait for it to finish, which might give an advantage in being able to start early (obviously depending on the duration of your intro). Because of this I've also added a introfinished public var, which will get set at the end of the intro. I've then added

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">?(missionstarted) and (!introfinished): goto "WAIT"

    .

    .

    .

    #WAIT

    @introfinished

    .

    .

    exit

    so you still have to wait for the (fastest system's) intro to finish.

    At the end of the intro you'll of course get <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">introfinished = true; publicVariable "introfinished"


  2. Yes and no:

    There's an entry in My Documents\ArmA\ArmA.cfg<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">adapter=-1;which can be changed to adapter=0 for your primary or adapter=1 for your secondary monitor.

    Unfortunately there's a bug: The game will switch to the monitor, but your mouse won't work with the menus (keyboard will though). The bug has been reported, it wasn't solved yet in the demo, but I guess it will be in the near future.


  3. They have stated its not designed to be used as a dedi server.

    Actually they've stated that

    Quote[/b] ]it's currently not possible to play using it nor using the -server commandline argument (and readme is incorrect in this part for the 1.03 demo exe).

    We're going to adress this soon (by releasing a new exe needed for that), hopefully tomorow.

    in this thread.

    So it is designed to be used as a dedi server, it's just slightly flawed (you can't select a map on a dedicated demo server currently).


  4. Ran the demo as a server (-server switch), set the verifySignatures=1 in the server config, connected to the server with the demo and got booted with message <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Files "dta\bin.pbo", "dta\core.pbo", "addons\air.pbo", "addons\animals.pbo", "addons\anims.pbo", "addons\buildings.pbo", ... are not signed by a key accepted by this server, To play on this server, remove listed files or install additional accepted keys."


  5. You can use wine to run windows server files at linux, but i dont know wine is stable enough for it...

    wine was stable enough to run the OFP server (never had any issues with wine for well over a year), but the ArmA win32 dedicated server has SecuROM protection that doesn't want to run under wine. More on the windows dedicated server (and the attempts to run it under linux) in this thread wink_o.gif


  6. (Maybe I should switch to "Mod" instead of patch though... it suits it less but would also help a lil with.. "what patch version v0.9? There is patch v1.01 and v1.02" ... etc smile_o.gif

    Sticking to patch is probably OK. I think it's fairly obvious that there's BIS' patch and then there's sickboy's Language patch, though it indeed is a mod in spirit smile_o.gif

    Now go take the day off, je hebt 't verdiend wink_o.gif


  7. [Gr8! just need it in english now lol

    How to run the Armed Assault Dedicated Beta Server on a linux server:

    1. Install VMWare on the server (a free version is sufficient, e.g. the vmplayer). VMWare site

    2. Download VMWare Converter

    3. If possible, grab an old PC on which only a bare OS will be installed

    4. Copy installed ArmA directory to this 'bare' PC

    5. Configure the ArmA server configuration files

    6. Install the VMWare Converter on this PC and create an image

    7. Upload the image to the server (could take a while, because of the image size of several GB)

    8. Install XVNC on the server

    9. Remove xterm, KDE etc. from XStart

    10. Add the call to VMWare to XStart

    11. Start vncserver on the server

    12. Connect to the server with a VNC client and check everything (recommendation to download UltraVNC)

    With thanks to the people from GBE, that got this to run first

    Starting the ArmA Windows dedicated server under linux (with wine) is currently not possible, because it's blocked by SecuROM copy protection!

    If you don't have an option to install Windows on a PC first, there is an alternative:

    Currently there's a virtual machine from Microsoft with integrated IE 7 which is valid through April 2007. Download and referral to needed programs (in German).

    This virtual machine can be converted with VMWare Converter and then used on your server.

    Translated verbatim from instructions by Scorpion.

    wink_o.gif


  8. Great work! Where you get "-profiles" & "-user" command line arguments? Its undocumented, afaik. And arguments -netlog -log seems doesnt working with arma. How can I log all events?

    The -profiles option is listed here. I think some of these options need to be moved (or at least added) to the dedicated server part.

    The -user is listed here as -name though. I haven't tried if either or both work.

    I haven't gotten any results with -log or -netlog either, so far.


  9. Which version of wine/distro are you using? I've tried running it with Ubuntu and wine 0.9.27, but wine just exists without reporting any errors.

    I've used Debian, and tried wine 20050310 (Debian package) as well as wine 0.9.25 (downloaded from winehq and built). Both give the same error window.


  10. Yaj! Just ordered myself a copy of Arma from Bol.de

    Anyone who have ordered to countries like UK, Sweden, Norway, and around there, and know how long time it takes?

    Like 1-2 weeks? or 3 weeks? am I getting it before Christmas? xmas_o.gif

    I've ordered it from the Netherlands, and it took 3 days to be delivered from Germany.

×