-
Content Count
211 -
Joined
-
Last visited
-
Medals
Everything posted by prototype1479
-
AMD latest CPU's might be better than Intel's CPU in OFP
prototype1479 replied to prototype1479's topic in GENERAL
No because this is a CPU test not a GPU test. If it was a GPU test then resolution would have mattered -
What makes this game so unique even now that its a sandbox game with military elements of it. Others may say its a military simulator but it isn't. For example when you get shot in the leg you can just immediatly heal up from a medic in seconds and go fight again with full health which is unrealistic. They made this part unrealistic for the sake of player having fun and game design. I can go on and on about this. And you can also make different game modes which doesnt have to involve anything with the military. But from your perspective I can say that you're kind of a retro gamer and you probably feel nostalgic playing this so that's why its unique for you. And since you're kind of a retro gamer at its time there wasnt any game like this. Ps: Even tho the answer is kinda obvious I thought we were gonna get "Why other people thinks this game is good" post. I'm glad it isn't.
-
performance D3D8TO9 - the ultimate OFP/ACWA performance booster(?)
prototype1479 replied to RozekPoland's topic in GENERAL
It didn't work. I got 4042.04 on windowed. That's 500 points less. -
performance D3D8TO9 - the ultimate OFP/ACWA performance booster(?)
prototype1479 replied to RozekPoland's topic in GENERAL
Specs: CPU - i5 9400, GPU - UHD 630, RAM - 8GB 2666Mhz CL19, OS - Windows 10 (Note: Game was installed on an SSD) No .dll, not windowed (4007.4 points): .dll, not windowed (4758.78 points): No .dll, windowed (4508.68 points): .dll, windowed (5028.24 points): Thanks for the info on .dll btw. EDIT: I retried .dll, windowed again but this time I tried to benchmark it twice with no game restarts just mission restart and this is the result I got in 2nd mission restart: The final score is pretty close to the 3rd picture (no .dll, windowed result) BUT in the latest picture if you look at test one I get 45.9593 but in my 4th picture (.dll, windowed result) I get 70.9282 and the rest of the test (test two three four and five) is approximately close. What does this mean? Does that mean its only useful on the start of the mission? -
AI iimprovement script (v1.3) AI take cover and swimming script
prototype1479 posted a topic in ADDONS & MODS: COMPLETE
Take cover script Features of TC (Take Cover) script : 1) AI can dynamically take cover behind 3 different types of sandbags and 2 wreck jeeps 2) Not only that they can take cover inside houses too 3) The nearby enemy position is calculated and defenders will take cover on positions that fits right for them (For example if AI is taking cover in a house then they will take cover behind the nearest window to the enemy position) 4) There is also the assaulters they behave differently. They either push/flank or take cover using bushes by setting them on "RED" combat mode (Depending on the situation) 5) AI can be suppressed - just shoot somewhere near AI and they will go prone (If they are taking cover) Instructions are inside TC_Init.sqs there is also more in-depth info there Features of SW (Swimming script) and how it works : The main feature of SW is that you literally swim but there is few conditions - the unit must be in prone and must be slightly above sea level You will swim up if you fell into the water The way the script works is that a pallet spawns under you and that keeps you from falling The file : https://bit.ly/2FZJwps Oh also there is 1 more feature on take cover script that AI sends info about enemy positions time to time There is something on OFP that bothers me when there is a nearby group that is getting killed the other nearby group doesn't notice that but that feature fixed that NEW UPDATE! -Script is slightly more optimized -When the AI died and spawned again the AI didn't had the effects of the script but now it does -I think I might have fixed a bug where the game freezes completely it doesn't even crash if you see it happen then post here so we can fix it I'm still not sure if this is the fix though -I improved revive script too now when a unit dies the body bag spawns right at their location and also they automatically follow their leader after they revived (I'm not taking credit for the work though I already credited them inside the missions briefing) -The test mission had some bugs itself like to some players in MP , the objective didn't progress to them Now in future updates I might improve the system of take cover script right now the script controls the units per script but in future I might do it groups per script it increases the optimization and fixes some things that I wanted to fix And also after all of these I'm going to make a mod for this so people who want to play with this wouldn't waste their time trying execute the script for each soldier It's the same link as previous one but I thought I should still put one in this post too Cya -
AI iimprovement script (v1.3) AI take cover and swimming script
prototype1479 replied to prototype1479's topic in ADDONS & MODS: COMPLETE
You sir, are a gentelman and a scholar! also ww3weasel when? -
AI iimprovement script (v1.3) AI take cover and swimming script
prototype1479 replied to prototype1479's topic in ADDONS & MODS: COMPLETE
Nah. Do what you want. -
AI iimprovement script (v1.3) AI take cover and swimming script
prototype1479 replied to prototype1479's topic in ADDONS & MODS: COMPLETE
1) That's a good idea but problem with that is missions might not be designed that way. Because: - Mission might need the truck to have the driver inside. - If the AI gets out of the truck via the mods script the missions scripts will not know if the AI got out by mods or missions script. So best way to use this script would be with the script implemented in the mission not in the mod. 2) I was going to make a script with similar idea where the entire group stops to engage the enemy for a bit then move on for a bit and do it again and again until it reaches the waypoint. But I ended scratching that idea because if some unrelated script uses "move" command then the group wont be able to follow that "move" command later on because doFollow command only works for waypoints. 3) Melee combat script for AI? I don't know how melee combat scripts work in either of these mods. Also the mods scripts are done so it's coming up soon I'm just making missions thats designed around the design ideologies that I made for the mod. It's definitely going to take a while. -
good job, congrats!
-
ofp | acwa OFP/ACWA - facts | myths | findings | experiments | prototypes | tutorials | protection
prototype1479 replied to RozekPoland's topic in GENERAL
Ai can now take cover. Its now a fact. -
heads ToH Characters
prototype1479 replied to Jove Chiere's topic in ARMA 3 - ADDONS & MODS: COMPLETE
For CWC i used 4x on soldiers and 2x on everything else. I didnt touch most .paa's cus they caused problem and looked uglier. I'll send you the files at an apropriate time -
Detecting forests (With mods)
prototype1479 replied to prototype1479's topic in OFP : CONFIGS & SCRIPTING
Maybe we can do smth in config to detect them? -
Is there a way to detect forests with mods with nearestBuilding or nearestObject command and use buildingPos to get their path positions? And I'm not talking the old way where you have to use "getPos forest select 2" to detect them, so is there a new way?
-
AI iimprovement script (v1.3) AI take cover and swimming script
prototype1479 replied to prototype1479's topic in ADDONS & MODS: COMPLETE
I'm still up on the project with the mod. I'm currently trying to fix AI pathfinding in houses. -
I think he got scared on the fact that this game's scripting commands are horrid and can't be optimized easily without it being half-baked or having features taken off from it. I have done the same thing as he did also I can tell from years of scripting experience on this game + he really hasn't been online for a while. Just in case if he came back, I got few things to say : What are the AI features you are going to add? And also if you got questions about the AI of this game and if you want on learning tricks on how to optimize your scripts in this game I'm always here you can ask me.
-
update Unofficial patch ArmA Resistance 2.01
prototype1479 replied to _xetex_'s topic in ADDONS & MODS: COMPLETE
Is this project still being continued? Can I make suggestions?- 74 replies
-
- 4rtech
- arma resistance
-
(and 2 more)
Tagged with:
-
ofp | acwa OFP/ACWA - facts | myths | findings | experiments | prototypes | tutorials | protection
prototype1479 replied to RozekPoland's topic in GENERAL
This is awesome. I never knew that! I will use these to test out new models, textures, config and sounds but for scripts I'll still be using something else. For example: class Man:Land { class EventHandlers {init="_this select 0 exec {..\@Mod\Scripts\Exec.sqs}";} ... With this way you'll be able to edit the scripts and then just restart the mission to see its effects. It doesn't even require restarting the whole game (it doesn't require script to be PBO'd too btw). -
update Unofficial patch ArmA Resistance 2.01
prototype1479 replied to _xetex_'s topic in ADDONS & MODS: COMPLETE
yep- 74 replies
-
- 4rtech
- arma resistance
-
(and 2 more)
Tagged with:
-
ofp | acwa OFP/ACWA - facts | myths | findings | experiments | prototypes | tutorials | protection
prototype1479 replied to RozekPoland's topic in GENERAL
Have you used reveal command? It makes it appear to player much faster been doing it for years. Edit: not faster just instantly. -
Is there a way to convert a mass amount of .pac or .paa to png? Or even do the opposite?
-
Converting .pac or .paa to png
prototype1479 replied to prototype1479's topic in ARMA 3 - MODELLING - (O2)
I need one that mass converts it - like 2000 of them at once automatically. Doing it 1 by 1 is just repetitive and uncreative work which I should be spending my time on a creative work. Yeah well... is there any other code that converts the ones with spaces and extra dots? -
Converting .pac or .paa to png
prototype1479 replied to prototype1479's topic in ARMA 3 - MODELLING - (O2)
the one with spaces on their names doesn't get converted (also extra dots) -
Converting .pac or .paa to png
prototype1479 replied to prototype1479's topic in ARMA 3 - MODELLING - (O2)
Thanks it worked but what about the ones that didn't get converted and got an error? -
Converting .pac or .paa to png
prototype1479 replied to prototype1479's topic in ARMA 3 - MODELLING - (O2)
Can you tell me how to use this? And what if I wanted to convert .PNG to .PAC or .PAA then what do I change here?