forked from KillahPotatoes/KP-Liberation
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Apricot-ale/v0.96.8-APR
change branch 0.96.7 base to 0.96.8 base now again and again
- Loading branch information
Showing
230 changed files
with
14,447 additions
and
3,361 deletions.
There are no files selected for viewing
5,582 changes: 5,582 additions & 0 deletions
5,582
Missionbasefiles/kp_liberation.yulakia/mission.sqm
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// Permettre aux joueurs de modifier leur distance de vue | ||
// Allow players to change their view distance | ||
GREUH_allow_viewdistance = true; | ||
|
||
// Permettre aux joueurs de modifier la qualité de l environnement | ||
// llow players to modify the quality of the environment | ||
GREUH_allow_worldquality = true; | ||
|
||
// Permettre aux joueurs de modifier leurs escouades | ||
// Allow players to modify their squads | ||
GREUH_allow_customsquads = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
_idact = -1; | ||
while { true } do { | ||
waitUntil{ sleep 0.3; alive player }; | ||
_idact = player addAction ["<t color='#FF8000'>" + localize "STR_GREUH_EXTENDED_OPTIONS_ACTIONMENU" + "</t>","GREUH\scripts\GREUH_dialog.sqf","",-1000,false,true]; | ||
waitUntil{ sleep 0.3; !alive player}; | ||
waitUntil{ sleep 0.3; alive player }; | ||
_idact = player addAction ["<t color='#FF8000'>" + localize "STR_GREUH_EXTENDED_OPTIONS_ACTIONMENU" + "</t>","GREUH\scripts\GREUH_dialog.sqf","",-1000,false,true]; | ||
waitUntil{ sleep 0.3; !alive player}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.