Skip to content

Commit

Permalink
Add 1.1.2 (#6)
Browse files Browse the repository at this point in the history
- Fix scripts broken with 1.1.1
  • Loading branch information
msolefonte authored Sep 20, 2022
1 parent ba4abbd commit 9178a6c
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 39 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.1] - 25.08.2022

- Removed database, text and listeners
- Code has been ported into VCO Framework to work towards unification
- Code has been ported into VCO Framework to work towards unification

## [1.1.2] - 20.09.2022

- Fix scripts broken with 1.1.1
Binary file modified dist/wolfy_vco-roc.pack
Binary file not shown.
4 changes: 2 additions & 2 deletions src/script/campaign/mod/vco-roc-listeners.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-- UTILS --

local function complete_mission(faction_name, script_key)
cm:complete_scripted_mission_objective(faction_name, "wh_main_long_victory", script_key, true);
cm:complete_scripted_mission_objective(faction_name, "wh_main_short_victory", script_key, true);
end

local function set_mission_text(script_key, text_key)
cm:set_scripted_mission_text("wh_main_long_victory", script_key, "mission_text_text_" .. text_key);
cm:set_scripted_mission_text("wh_main_short_victory", script_key, "mission_text_text_" .. text_key);
end

-- GENERIC --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_in_harmony;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -44,7 +44,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_cool_and_aloof;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -83,7 +83,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_nan-gau-style_chicken;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_iron_into_gold;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -39,7 +39,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_in_harmony;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -80,7 +80,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_dont_thread_on_ming;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_blessed_by_the_gods;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -59,7 +59,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_succeeding_you;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -98,7 +98,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_peacekeeping_mission;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_blood_for_the_blood_god;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -26,7 +26,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_skulls_for_the_skull_throne;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -50,7 +50,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_smash;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_wololo;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -27,7 +27,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_there_can_only_be_one;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -58,7 +58,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_son_of_kislev;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_united_and_indivisible;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -34,7 +34,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_from_kislev_with_love;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -74,7 +74,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_the_red_room;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_ursun_chaos_dwarfs;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -32,7 +32,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_ursun_sacred_land;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -63,7 +63,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_unbearable_in_law;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_the_great_game;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -26,7 +26,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_inevitable;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -55,7 +55,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_black_death;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_the_maw_that_walks;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -26,7 +26,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_the_age_of_the_ogres;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -62,7 +62,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_hunger_for_power;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_too_rich_to_walk;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -31,7 +31,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_overtyrants_reign;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -62,7 +62,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_sweet_and_sour_dragon;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_the_great_game;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -26,7 +26,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_toxic_masculinity;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -54,7 +54,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_the_greatest_orgy;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_1_the_great_game;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand All @@ -26,7 +26,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_2_not_so_grand;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down Expand Up @@ -58,7 +58,7 @@ local missions = {
mission
{
victory_type vco_victory_type_alternative_3_iron_man;
key wh_main_long_victory;
key wh_main_short_victory;
issuer CLAN_ELDERS;
primary_objectives_and_payload
{
Expand Down

0 comments on commit 9178a6c

Please sign in to comment.