omadmartigano
Member-
Content Count
13 -
Joined
-
Last visited
-
Medals
Everything posted by omadmartigano
-
Nice. More animal addons to ArmA!
-
0 0 7 you say. Will test that, thx.
-
I have never doubted BI! v1.08 patch =
-
Can someone put the vids @ Google Video
-
I get the same thing. ATI x1900XTX and 7.3 drivers.
-
Ammo Boxes: Single item, labeled, "realistic"
omadmartigano replied to frederf's topic in ARMA - ADDONS & MODS: COMPLETE
Thanks! -
Dude! Nice work! Can you upload a video to YouTube.com?!
-
Hardware Issues: Tips/Tricks/Solutions
omadmartigano replied to Jack-UK's topic in ARMA - TROUBLESHOOTING
How I gained lots of FPS in ArmA: (ATI x1900XTX) I used ATITool and change the fan to go att 100% speed. From low to high( on everything! ) on graphics and 1024x768 to 1280x1024 in ArmA! ArmA before: ArmA after: Must be the ATI-drivers that sux. -
Anyone interested in this ammo box mod?
omadmartigano replied to frederf's topic in ARMA - ADDONS & MODS: DISCUSSION
Good idea and thank you! -
My server.cfg: (Demo) <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">passwordAdmin = "******"; password = ""; hostname="Name"; motd[]= { "TEXT", "TEXT", "TEXT" }; motdInterval=7; voteThreshold=1.1; reportingIP="armedass.master.gamespy.com"; voteMissionPlayers=1; kickduplicate=0; maxPlayers=7; class Missions { class MPCOOP_01 { template = M01Cooperative.SaraLite; cadetMode = 1; }; };
-
My works: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> passwordAdmin = "*****"; password = ""; hostname="Adjust.nu ArmA Dedicated Demo Server"; motd[]= { "Welcome to MadMartigaN's ArmA Demo Server", "DO NOT SELECT CTI MODE OR THE SERVER CRASHES", "Have fun and play fair", }; motdInterval=7; voteThreshold=0.5; reportingIP="armedass.master.gamespy.com"; voteMissionPlayers=1; kickduplicate=0; maxPlayers=8;
-
How do you start an Dedicated Server coop?! My server.cfg: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> passwordAdmin = "****"; // password to protect admin access password = ""; // password required to connect to server hostname="Adjust.nu ArmADEMO dedicated server"; motd[]= { "Welcome to ArmA server.", "Hosted by adjust.nu", }; // Welcome message motdInterval=1; voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote reportingIP=""; // private server - no reporting voteMissionPlayers=3; // start voting when 3 players connect // checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity kickduplicate=1; // do not allow duplicate id // equalModRequired=1; // require equal mod maxPlayers=8; But NO!