Jump to content

reaper lok

Member
  • Content Count

    384
  • Joined

  • Last visited

  • Medals

Community Reputation

82 Excellent

1 Follower

About reaper lok

  • Rank
    Staff Sergeant

Recent Profile Visitors

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

  1. Here is the current server config that is working! { "dedicatedServerId": "", "region": "US", "bindAddress": "", "bindPort": 2001, "publicAddress": "", "publicPort": 2001, "game": { "name": "Tac-Ops Gaming", "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf", "maxPlayers": 128, "visible": true, "supportedPlatforms": [ "PLATFORM_PC", "PLATFORM_XBL" ], "gameProperties": { "serverMaxViewDistance": 5000, "fastValidation": true }, "mods": [] } }
  2. My server hosting company were finally able to fix the issue after communicating with a Reforger Dev. I will post the working server config tomorrow on this thread in case it is helpful for others in the future. Thanx again for looking into this and taking the time to help - most appreciated!
  3. Here is my server config (i did remove sensitive ip address etc) { "dedicatedServerId": "", "region": "US", "bindAddress": "", "bindPort": 2001, "publicAddress": "", "publicPort": 2001, "game": { "name": "Tac-Ops Gaming", "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf", "maxPlayers": 128, "autoJoinable": true, "visible": true, "supportedPlatforms": [ "PLATFORM_PC", "PLATFORM_XBL" ], "gameProperties": { "serverMaxViewDistance": 5000, "battleEye": false, "fastValidation": true }, "mods": [] } }
  4. Thanx for taking the time to reply. I use JSON Online Validator and it says my JSON server config is good to go????
  5. Can anyone help, I'm attempting to get a dedicated server to run the Experimental Build but I keep getting a server config error: 07:05:02.589 Loading dedicated server config. 07:05:02.589 BACKEND : JSON Schema Validation: 07:05:02.589 BACKEND : additionalProperties error: 07:05:02.589 BACKEND (E): Param "#/game/autoJoinable" is not allowed and must be removed. 07:05:02.589 BACKEND (E): Reference in schema: "#/properties/game" 07:05:02.589 BACKEND (E): JSON is invalid! 07:05:02.589 BACKEND (E): There are errors in server config! 07:05:02.589 BACKEND (E): Unable to continue with a broken DS config! Shutdown! 07:05:02.589 ENGINE (E): Error while initializing game. 07:05:02.615 ENGINE (E): Unable to initialize the game 07:05:03.493 RESOURCES (E): ==== Resource leaks ==== 07:05:03.493 RESOURCES (E): ui/fonts/robotomono_msdf_28.edds 1 Does the Experimental Build have a different scenario iD from the Stable Build?
  6. reaper lok

    Creating Terrain Broken?

    I did post this on another topic but just in case.....the below text is from a YouTube comments section, may or may not be a work around? Максим Гордеев 16 hours ago Hello guys! I hope all of you in this branch who still have that issue will get my reply. I had the same issue. Start with a blank world, create new terrain entity, do the "create new terrain" thing (terrain is invisible), then delete terrain entity and immediately revert this step. Terrain should appear and you'll be able to save the world. P. S. I appologize to SepticFalcon for effectively spamming with solution in comments but I just really want to help everyone because I understand their frustration too well. I have 59 crash dumps as a reminder after all my attempts to get rid of that nasty issue.
  7. reaper lok

    What maps are you working on?

    Regarding the current bug being described: I did read the below text from a YouTube comments section that may help. I have not yet attempted the fix but it might help? Максим Гордеев 16 hours ago Hello guys! I hope all of you in this branch who still have that issue will get my reply. I had the same issue. Start with a blank world, create new terrain entity, do the "create new terrain" thing (terrain is invisible), then delete terrain entity and immediately revert this step. Terrain should appear and you'll be able to save the world. P. S. I appologize to SepticFalcon for effectively spamming with solution in comments but I just really want to help everyone because I understand their frustration too well. I have 59 crash dumps as a reminder after all my attempts to get rid of that nasty issue.
  8. I am fumbling around on the Terrain Builder and have had some success in creating a small terrain that has some sculpting with a small river, trees and rocks. My issue is that while in EDITING preview mode where I can build and make adjustments the lighting is set to daytime and is very clear. However, when I hit PLAY and move about the terrain the world is much darker and as if the time has changed (it has not as I checked the characters watch). Why is it dark when I preview my work? Very frustrating. Its almost like the SUN is too far away? Any help is appreciated.
  9. reaper lok

    RHS Escalation (AFRF and USAF)

    You are most welcome 🙂 I had an issue using the RCO scope and was wondering how when I watch players on YouTube that they had this nice 3D looking scope - then I found the RHS options TAB and all was good with the world again 🙂
  10. Blaq - have you asked over on the official ALiVE Forums http://alivemod.com/forum/ Maybe someone over there might have some insight - sorry that I am not more help. I did once attempt to create my own faction but had several issues getting it to work. Have you looked at one of the working factions created and reverse engineered it? Just a thought. http://alivemod.com/wiki/index.php/Supported_Factions REAPER
  11. reaper lok

    LAMBS Improved Danger.fsm

    Questions: Would you suggest using LAMBS Danger.fsm and TCL on bother server and client side or just as a server side mod? Also - is LAMBS RPG and LAMBS Suppression recommended or will the LAMBS Danger.fsm cover these mechanics now? Have you seen and performance issues or conflicts with using TCL and LAMBS together? Thanx in advance for any feedback you can provide 🙂 REAPER
  12. reaper lok

    RHS Escalation (AFRF and USAF)

    Did you mean on your ARMA 3 main menu screen where it has the RHS Options tab (top left of the screen for me). You can also access this menu while in-game by pressing ESCAPE KEP and also there will be an RHS Menu option (it can be easily overlooked as it kinda blends into the background IMO). In this menu you will need to access the scopes section and either check a box for 2D, 3D or PiP (if I remember correctly). Hope this helps 🙂
  13. Pretty sure you can suffer with PAIN - I often struggle to wake a teammate up if his diagnosed with pain etc.
  14. Huh - strange, that technique works for me every time. What happened when you attempted it? Did you delete ALL the ACE3 dependencies from your mission file and then save the file before attempting to reopen in the Editor? I do remember that sometimes the MOD list of dependencies can listed twice at the very top of the mission file. Also, each ACE3 component such as ACE3 - Reload and ACE3 - Overheating etc is listed like I have shown below. Make sure that after each MOD there is the correct grammar - in this case a , or at the end of the MOD list a ; ACE3 - HEARING, ACE3 - OVERHEATING, ACE3 - RELOAD; I hope this works, as it works for me. Mjolnir66 mentioned to make sure that you don't have anything physically on the MAP that could cause a problem. Load the mission with ACE activated, check there is not an ACE module etc on the MAP or something that you have enabled ACE with and then follow the steps above. - Good luck.
  15. You can open your mission folder in your MP Missions Folder. Open the mission file using Notepad and then delete the ACE lines at the very top of that mission file. Save that mission file and then reopen in the editor. It takes about 20 seconds 🙂
×