-
Content Count
8 -
Joined
-
Last visited
-
Medals
-
"that is measured across ALL your cores, go into task manager while the game is running and set affinity to core 0 and 1 then you will see the real usage." I set affinity to 0 and 1 my game in SP went down to under 10 fps. I go back and click all cores, it jumps back to its 75+ in SP, what's that tell ya?
-
Can you add backpacks to one of the crates? I always carry full explosives, mines, etc and when i spawn in with a soldier that doesn't have a backpack its a nightmare. I have to wait until i kill an enemy player then steal his, then its gone when i die vs. the people on my team that spawn with backpacks everytime. That would be a huge plus to be able to get a backpack.
-
I'm trying to configure my server.cfg file to run 1 mission. I'm having trouble getting it to load when i start up the server. Right now i have this in server.cfg // MISSIONS CYCLE class Missions { class cti_30_teetimeswarfare_0634 { template="MPE1_cti_30_teetimeswarfare_0634.Stratis";// omit the .pbo suffix difficulty="regular";// difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config) }; }; But when i start up the server it doesn't load and its just at the lobby. I think part of my problem is the begining of the template line, i have no idea what the MPE1 is and stuck it in their because that was what was shown in the wiki section for server.cfg here http://community.bistudio.com/wiki/server.cfg I see theres a couple different values for that spot but don;t know the differences. I've tried searching he forums but have come up with nothing. It could be pretty simple but i just can't see it. Any help would be appreciated. The full file name of the mission in the folder is cti_30_teetimeswarfare_0634.Stratis.pbo ---------- Post added at 01:48 ---------- Previous post was at 01:41 ---------- OK i fixed it, i changed the mission cycle to this and now its working. // MISSIONS CYCLE class Missions { class teetimeswarfare_0634 { template="cti_30_teetimeswarfare_0634.Stratis";// omit the .pbo suffix difficulty="regular";// difficulty: recruit, regular, veteran or mercenary (see CfgDifficulties in the main game config) }; }; Hopefully that helps someone else out.
-
Military Life - A new RP mod
SnoFox replied to SnoFox's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
yes you are. This one never showed up so i posted a new better one and now this one appears hehe. Apparently i can't delete it as i see no options under edit so, just disregard and please visit the other post :o http://forums.bistudio.com/showthread.php?t=114462 -
Military life is a new take on the Arma RP mod. We intend to make a mod where you as a soldier in varying forms, i.e. armor crewmen, pilot, medic, etc, complete many varying tasks, i.e. search and rescue, escort, scout, patrol, etc, which earn you money allowing you to purchase better weapons, equipment, and vehicles. With a save system implimented, along with many, many, more features we hope to see the this mod take off and have many followers and many people enjoying our work. Stop by and lend a hand with your modding skills, or just say hi. http://www.MilitaryLife.webs.com Updates to follow.
-
Military Life will be a new twist on the typical Arma RP mods. This one is designed around being a soldier. You will be tasked with completing many different and varying missions to earn money to buy better gear, equipment, and vehicles. Come check us out and help support us by joining our Dev Team and possibly have a hand in creating a great mod.
-
Need Mod maker / script maker - Payed Work
SnoFox posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
please delete this post moderator. -
Ok so i wanna make it so my server plays one map over and over, also, i want it to load the parameters for said map i want. Im having trouble finding a parameter list for the latest warfare mod so that i can set them up, and i cant get my server.cfg to start a map without me manually logging in and setting it all up. Heres what i got: class Missions { class Mission01 { template = WarfareV2_051Lite.Chernarus; difficulty = "Regular"; param1 = variable; param2 = variable; }; }; So now what do i need to add and or change to make this the only available map to play and to use all the parameters that i want not what comes setup with the map. Thanks.