Jump to content

yxpoh

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

22 Excellent

About yxpoh

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. yxpoh

    AI and Waypoints

    Is this method still usable? Because I couldn't get the spawn to work.
  2. yeah i tried that. but obviously, for dialog's i am not understanding or using the original dialog right. or even the main menu entity in the world editor is wrong for what i am doing.
  3. I was just learning how to make a scenario for fun and own purposes. But I realize I couldn't just overwrite the layout. But I am also unsure if I should be using the SCR_mainmenu entity to try to spawn the menu. It lets me select the type I use, e.g. I tried the StartScenario, WelcomeScreen and so on but it doesn't used the overwritten version that I have edited but the original one. Can anyone assist to teach me how it works?
  4. Updated to V1.53b - Added Parameter to allow armed players and also Virtual Arsenal ammobox near Spawn area. (Off by Default) PS: Requested by squadmates so
  5. Updated to V1.53 - Solved ticket parameter bug where its not reflecting on screen. Bug Solving Updates - Still attempting to solve Ground Support bug (Player vs Player No Damage, but Friendly Fire On.) - Please do tell me of your experience when you do test it. Quick Update to V1.53a - Quick solution to a script bug.
  6. Okay. I somehow found out the problem from my own thoughts while I started the thread.... It seems that Respawn Tickets module and the BIS_fnc_respawnTickets doesn't coincides with each other on a server level. so to ensure that it's consistence on server and players, make sure you only have either one of it. Just for info, I have removed the module from my mission and relied purely on the BIS_fnc_respawnTickets to set the overall tickets on both sides. Hope this might help others that happen to find this problem.
  7. Hi all. I am currently trying to make use of the parameters to dynamically add tickets to the Respawn Tickets Module so that players can adjust the number of tickets for their own session to control their overall time-frame. Currently, how the game works is based on sector Bleeding rather than actual respawn. Basically when sectors are taken to a certain percentage, the tickets will start bleeding. So player respawn isn't taken into account for the reduction in tickets. Module is set to 250 each per side, WEST, EAST. I used: // get the number from parameters // somehow get the difference, e.g. 500 - 250 = 250 if (isServer) then { [WEST, _difference] call BIS_fnc_respawnTickets; [EAST, _difference] call BIS_fnc_respawnTickets; }; But it seems that under a dedicated Server, the above command doesn't seem to reflect on all players, and most likely only on the server..... though I thought the command is supposed to work on a global level. And testing it out of the isServer if else statements, it resulted in additional of more tickets every time a player joins..... So I was wondering if anyone is able to explain how that function works or if I have used the wrong combinations... or I should have used either just the module or the function command. Thanks.
  8. Updated to V1.52 - Re-arrange parameters - Added parameter to select initial ticket count to allow rough gauge of match duration.
  9. Added a trailer. PS: Hope it looks good enough. :P Finally got the trailer somehow @.kju
  10. Updated to V1.51 Quick Fixes - Repair and Rearm will force all players in vehicle to alight and the vehicle will be locked till repair complete. - Clear the vehicles from items other than ammo. - Gave all players binoculars, for people interested in some sort of actual spotting. - Clean up some script algorithms.
  11. Updated to V1.5! - Added One more player per side - Ground-Based Support Available: 3 drivers per side! Vehicles use the same way as the helicopters, 1 armed and 2 unarmed for transport. (Added as requests from friends that want to join in the fun but didn't want to fly the helicopter.) - No spotting for transport vehicles though - Pilots can't drive and Drivers can't fly - RHS enabled too. - Clean up of Stationary units should be faster now. - Patrols now spawn for taken Sectors. (Require more indepth testing for sector change though.) - Bases moved to accommodate vehicles - Attempted to restrict pickup so that when you have more than 2 members in vehicle, you can't pick up any more reinforcements. - GAZ's AGS_30 have been removed from the vehicle itself for a more equal balance, you shouldn't be able to use it, though the 3d model still exists. Known Issue/Bug - Vehicles under Repair still can move so... try not to abuse it until I solve it or just play the right way :P - You still can request for more reinforcements if they have not board your vehicle. (Please refrain from spamming the action to prevent server crash. Once each time please.) PS: The addition of infantry units are nothing more than a small alternative support group that does almost the same thing as the helicopters. Due to the speed and mobility of the helicopters and the smaller number of vehicles available, the helicopters will still be the main fighting force in these. Also, AT have been included in AI to counter the vehicles accordingly. Good luck and Have Fun! :P
  12. Updated to V1.44 - Edited AI script to be simpler. (Would see them stand still at some point but, once it's cleaned up, they should move a lot better, compared to the current one.) - Edited a bug where AH-6M gets the same options as utility helis. - Checked that the Repair and Rearm message is only local in a recent server test. - Slightly improved the Clean-up script. (Hopefully.) - Had a recent game with friends, using this current release. Other than the AH-6M extra options bug, the overall seems to be working fine, which is solved before release. EDIT: Guess I didn't mention it, but actually in V1.43 I already added bleed tickets in the game, but I was still testing it and I forgot to take it before publishing the MELB release :P. As of now, hard-coded to 350 tickets where the game should last for 45 min to 1 hour depending on how competitive the sector struggle is.
  13. Updated V1.43 - Added RHS MELB Helicopters if RHS is enabled. Thanks to PokerTour's suggestion. - Because of countermeasures in those helicopters, RHS Squad has been tweaked to include AA so be ready! :D - Also, Reinforcements does not include AA to prevent player spam, so only the auto-spawn AI have AA. - Solved a bug to why Blufor might only have 5 soldiers nstead of 6 by spawn. - Require feedback if it is necessary to disable TI equipments on helicopters. (Whether if they make spotting enemies unnecessary on the MH-6M or hummingbird.) - Attempted to solve Game-wide announcement on Repair. (Found by Ellman. Require Feedback.) And tried to add some photos. Hope it helps.
  14. Updated V1.42 - Solved a bug on opfor Helicopter Spawn - Solved a glitch where you can just start your engine after starting Repair. (Thanks to HazJ for pointing it out) PS: Tested on Server, so it should be working just fine.
  15. Thanks. T-T Finally, someone telling me about the issues.. PS: I will see how I can solve it. Thanks again.
×