Welcome to Tactical Gamer

+ Reply to Thread
Page 5 of 5 FirstFirst 12345
Results 61 to 75 of 75
Discussion: ArmA - Development / ArmA - Mission Development - Fallout Mission Critiques - Two things I need to post. I played fallout for the first time last night,
  1. #61

    BarnesBL0278's Avatar

    Join Date
    Jan 2009
    Posts
    199

    Re: Fallout Mission Critiques

    Two things I need to post. I played fallout for the first time last night, and while on TS with a squaddie, I found out that our day/night cycles were opposite one another, and our rock placements were completely different. This is huge, since that negates all cover in the wasteland, and really disadvantages anybody playing "at night."

    "The only thing necessary for the triumph of evil is for good men to do nothing" - Edmund Burke

    "They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." - Benjamin Franklin

    "Duty is the sublimest word in our language. Do your duty in all things. You cannot do more. You should never wish to do less." - R. E. Lee

  2.  
  3. #62

    Donegal's Avatar

    Join Date
    Sep 2009
    Posts
    97

    Re: Fallout Mission Critiques

    I think that is becaue, and Mikee correct me if I'm wrong, there is no day/night cycle in the mission. I think we tried to artificially create it with server settings and that is probably not the best way to go about it.
    The Don Abides...

  4.  
  5. #63

    Fincuan's Avatar

    Join Date
    Jan 2009
    Location
    Helsinki, Finland
    Posts
    772

    Re: Fallout Mission Critiques

    Quote Originally Posted by BarnesBL0278 View Post
    Two things I need to post. I played fallout for the first time last night, and while on TS with a squaddie, I found out that our day/night cycles were opposite one another, and our rock placements were completely different.
    I'm pretty sure both of these problems are the result of you two having different versions of Aiaktalik. The first version had a drastically different day/night-cycle and rock placement than the current one used by TG.

  6.  

     
  7. #64

    Mikee's Avatar

    Join Date
    Jun 2009
    Location
    Naugatuck, CT | USA
    Posts
    619

    Re: Fallout Mission Critiques

    Quote Originally Posted by Fincuan View Post
    I'm pretty sure both of these problems are the result of you two having different versions of Aiaktalik. The first version had a drastically different day/night-cycle and rock placement than the current one used by TG.
    Yes. Barnes, make sure that you have new version of the Aiaktalik island. Check Yoma for update. Old version had problems with day/night cycle, which were fixed in new version and lots rocks were added.

    So, just update the island .

  8.  
  9. #65

    Sc[ + ]pe's Avatar

    Join Date
    Aug 2007
    Location
    Vancouver, Canada
    Posts
    847

    Re: Fallout Mission Critiques

    Are the faction caches the only ones that are localized? People kept stealing my stuff from my Megaton hidey-hole!

  10.  
  11. #66

    Mikee's Avatar

    Join Date
    Jun 2009
    Location
    Naugatuck, CT | USA
    Posts
    619

    Re: Fallout Mission Critiques

    Yes, they are the only ons localized. You would have to keep someone to guard it.

  12.  

     
  13. #67

    Sc[ + ]pe's Avatar

    Join Date
    Aug 2007
    Location
    Vancouver, Canada
    Posts
    847

    Re: Fallout Mission Critiques

    Is there any way to localize weapon caches to a faction, instead of to individual players? There were some major problems tonight with regards to ammunition deposited in the Enclave ammo crate, that nobody could access!

  14.  
  15. #68

    Mikee's Avatar

    Join Date
    Jun 2009
    Location
    Naugatuck, CT | USA
    Posts
    619

    Re: Fallout Mission Critiques

    Quote Originally Posted by Sc[ + ]pe View Post
    Is there any way to localize weapon caches to a faction, instead of to individual players? There were some major problems tonight with regards to ammunition deposited in the Enclave ammo crate, that nobody could access!
    Oh crap, I'm sorry. I added 2 more players to Enclave and forgot to also add this changes in script. This will be fixed .

  16.  
  17. #69

    CROSS's Avatar

    Join Date
    Aug 2007
    Location
    Istanbul
    Age
    36
    Posts
    3

    Re: Fallout Mission Critiques

    Hi guys..
    Just to let you know that we have a dedi fallout server running it persistently to try it out .. @Kellys GJ.

    Please enter hour value to the mission intel which fixes the day(night issue. It is missing.
    Code:
    hour=08;
    I've edited and added some colorcorrection scheme to the init.sqf copied from Moricky's EW mission that came with 1.05 Patch.. It gave a nice post apocalyptic feel.
    Into init.sqf top
    Code:
    "colorCorrections" ppEffectAdjust [2, 30, 0, [0.0, 0.0, 0.0, 0.0], [0.8*2, 0.5*2, 0.0, 0.7], [0.9, 0.9, 0.9, 0.0]];
    "colorCorrections" ppEffectCommit 0;
    //"colorCorrections" ppEffectAdjust [1, 1, 0, [0.0, 0.0, 0.0, 0.0], [0.8*2, 0.5*2, 0.0, 0.7], [0.9, 0.9, 0.9, 0.0]];
    "colorCorrections" ppEffectAdjust [1, 0.8, -0.001, [0.0, 0.0, 0.0, 0.0], [0.8*2, 0.5*2, 0.0, 0.7], [0.9, 0.9, 0.9, 0.0]];  
    "colorCorrections" ppEffectCommit 3;
    "colorCorrections" ppEffectEnable true;
    "filmGrain" ppEffectEnable true; 
    "filmGrain" ppEffectAdjust [0.02, 1, 1, 0.1, 1, false];
    "filmGrain" ppEffectCommit 5;
    edit..mission is not broken..server is up again

    Good Job..
    Cross
    Last edited by CROSS; 01-07-2010 at 06:50 AM.

  18.  

     
  19. #70

    Donegal's Avatar

    Join Date
    Sep 2009
    Posts
    97

    Re: Fallout Mission Critiques

    Hey CROSS, that's good news! I popped on your server last night to check out the changes you made and it was night time for me. When we play that mission here we always have it set to permanent daytime. There is no night vision of any kind in the game so it is basically unplayable as is.
    The Don Abides...

  20.  
  21. #71
    Inq
    Inq is offline

    Inq's Avatar

    Join Date
    Jan 2009
    Location
    Scotland
    Posts
    165

    Re: Fallout Mission Critiques

    Quote Originally Posted by Donegal View Post
    Hey CROSS, that's good news! I popped on your server last night to check out the changes you made and it was night time for me. When we play that mission here we always have it set to permanent daytime. There is no night vision of any kind in the game so it is basically unplayable as is.
    Chance is KH are running the mission on a server with old version of Aiakalik. The island maker made the Sun rise and set at the wrong part of the map, so it breaks the day/night cycle and 12am will be dark etc.

  22.  
  23. #72

    CROSS's Avatar

    Join Date
    Aug 2007
    Location
    Istanbul
    Age
    36
    Posts
    3

    Re: Fallout Mission Critiques

    The island is the one in Six-Network and gets updated thru six-updater so I assume its gotta be the latest version.
    I believe it was actually night when Donegal joined because we run it on persistent mode.

    Day/night issue is AA2 bug which effects couple of other missions I know. IIRC there is a scripted fix for it. If I can find it I'll post here in case the author wishes to implement.

    Cheers

  24.  

     
  25. #73

    Inkompetent's Avatar

    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    848

    Re: Fallout Mission Critiques

    There is no day/night "bug" other than early versions of Aiktalik. Then it might be that the mission maker haven't thought of the need to syncronize time in some missions, but that's not ArmA2's fault ^^




  26.  
  27. #74

    protobob's Avatar

    Join Date
    Oct 2009
    Posts
    39

    Re: Fallout Mission Critiques

    Is this being played anywhere? I would love to try it out.

  28.  
  29. #75

    Mikee's Avatar

    Join Date
    Jun 2009
    Location
    Naugatuck, CT | USA
    Posts
    619

    Re: Fallout Mission Critiques

    Well, I'm working on a mission heavily based on my Fallout one. However, there is going to be only 3 playable sides, excluding civilians. It is going to be something for people who complained about lack of tactics and deathmatch.

  30.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top