-
Content Count
79 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
6 NeutralAbout SkillerPenguin
-
Rank
Corporal
Contact Methods
-
Skype
SkillerPenguin
-
Youtube
SkillerPenguin
-
Steam url id
http://steamcommunity.com/id/SkillerPenguin/
-
Twitch.Tv
SkillerPenguin
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
createVehicle and MP compatibility in my case?
SkillerPenguin replied to SkillerPenguin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Worked great! Thank you. -
SkillerPenguin started following Wrong signature for file and createVehicle and MP compatibility in my case?
-
createVehicle and MP compatibility in my case?
SkillerPenguin posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello! I'm trying to make a mission where players are spawned in parachutes at the height of 220 meters. However, I'm overlooking something super simple that's leading to a parachute being spawned on every person for every player on the server (eg 30 players on the server means 30 paras on each person on the server). I know it's something simple but I'm not going to figure this out within a reasonable time frame without external help. Here's the script, placed in a player init. I've also tried a game logic angle with the player (non-MP compat unit), to no avail (obviously). chute = "DEGA_T10_Parachute" createVehicle [0,0,0]; chute setPos [getPos this select 0, getPos this select 1, 220]; this moveIndriver chute; Any help? Also, a side quest: I'm trying to use an sqs script in Arma 3 multiplayer which I used to use in Arma 2 multiplayer, still works in Arma 3 single player but not multiplayer. Is there any go-to solution that would come to mind without me having to upload the script? Thanks! -
milsim 101st Airborne Division Realism [WW2 Iron Front US]
SkillerPenguin replied to SkillerPenguin's topic in ARMA 3 - SQUADS AND FANPAGES
UPDATE: We switched from the 2nd Infantry Division to the 101st Airborne Division a while back. Tankers are temporarily closed and air force is open! Our numbers are strong and missions are plentiful! Join today! TS3: 101ab.dtdns.net -
Wrong signature for file
SkillerPenguin replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
Funny enough, after re-trying this a few times it finally worked. Sometimes it wouldn't compile bins, so I had to debinarize them back to .cpp and everything worked a charm. Appreciate it. -
Ponds DLC confirmed? Xirolimni Dam at dawn
SkillerPenguin replied to fn_Quiksilver's topic in ARMA 3 - GENERAL
-
Wrong signature for file
SkillerPenguin replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
I followed your steps but have also used Arma 3 tools, mikero's tools, a combination thereof and even just PBOManager for packing then signing with DSUtils. DSUtils' signature checker says no issues, either, so the only entity with an issue is the server, which kicks for "Wrong signature". I've also messed around with the Cfg file to no avail. -
Wrong signature for file
SkillerPenguin replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
Thanks for your reply. Unfortunately, still no beans. Is it possible it has to do with an error in a config.bin file? The addon works properly and doesn't have any pop-up/debug blackbox errors, so if so, then I wouldn't know where to start. This is the only mod signature amidst many other pbos that will not work. -
Awesome update! Thanks!
-
Wrong signature for file
SkillerPenguin replied to mackenzieexd's topic in ARMA 3 - SERVERS & ADMINISTRATION
Hey. I tried your solution but to no avail. I'll still get kicked from the for "wrong signature" no matter what software packs/signs the addon. Any further ideas? -
How to make AI mortar fire at position?
SkillerPenguin replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It's official - after some testing, it officially looks like the Iron Front German & Soviet mortars don't work for AI. I put Germans in modern mortars, which worked but modern soldiers in German mortars didn't work. Got any scripts handy for mortars hitting a target without needing an actual mortar? -
How to make AI mortar fire at position?
SkillerPenguin replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yeah, still no beans. If I could just create the mortars without the AI firing them off, I'd be very happy with that as well; even explosions with a mortar whistle sound effect would do - think you could point me to some you'd recommend? -
Iron Front in Arm3 LITE - preview versions
SkillerPenguin replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Anyone else have an issue where AI German mortars refuse to fire, no matter the script or lack of? -
How to make AI mortar fire at position?
SkillerPenguin replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It is actually the German mortar from Iron Front. -
How to make AI mortar fire at position?
SkillerPenguin replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes, they're filled to the brim. -
How to make AI mortar fire at position?
SkillerPenguin replied to roguetrooper's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Cheers. Edit: Script now says they are in range and provides the ETA; however, they still aren't firing. The AI adjusts his mortar to the correct direction, but won't fire.