Search found 121 matches

by hay207
November 5th, 2023, 12:48 pm
Forum: Multiplayer Development
Topic: Tower defense maps
Replies: 18
Views: 12217

Re: Tower defense maps

Ok, finally re-uploaded, with code cleaning by Atreides.
If you liked this mod, i can upload Velensk's original map for the tower defense
Renamed addon to "Tower defense"
Enjoy!!
by hay207
March 29th, 2023, 5:07 pm
Forum: Multiplayer Development
Topic: Tower defense maps
Replies: 18
Views: 12217

Re: Tower defense maps

Deleted, requires more edit
by hay207
March 29th, 2023, 3:59 pm
Forum: Multiplayer Development
Topic: Tower defense maps
Replies: 18
Views: 12217

Re: Tower defense maps

Uploaded to 1.16
Your feedback's highly appreciated Atreides
by hay207
March 29th, 2023, 2:23 pm
Forum: Multiplayer Development
Topic: World Conquest II
Replies: 417
Views: 919685

Re: World Conquest II

Hi, Guys can you add the rest of pairable factions to the WC ?
I tried that and succeeded
by hay207
December 18th, 2021, 3:43 am
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 51325

Re: A New Land Era

@Atreides: you need to differentiate between era and maps
This forum is for the era only while the stated errors seem to be map related
thanks
by hay207
August 14th, 2021, 11:19 pm
Forum: Multiplayer Development
Topic: Tower defense maps
Replies: 18
Views: 12217

Re: Tower defense maps

I tested it, not the case when attacked in a new wave arrival, looked normal, could it be happening in a certain wave number? the challenge maybe?
by hay207
May 23rd, 2021, 5:48 pm
Forum: Multiplayer Development
Topic: Wc2_Added_eras
Replies: 0
Views: 764

Wc2_Added_eras

Hi all
I added 6 more factions to regular wc2 which are:

Loyalist_Drake, Loyalist_Elf, Drake_Elf, Dwarf_Orc, Dwarf_Undead, Undead_Orc

And fixed recruit info dialog
However wocopedia's not updated

Addon name's Wc2_Added_eras
Hope you enjoy :mrgreen:
by hay207
May 19th, 2021, 7:31 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

Ok, i'll just write the info in [message], thanks all :)
by hay207
May 19th, 2021, 5:42 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

I'm just editing the addon on 1.14 server, so the

Code: Select all

 [world_conquest_data]
is not written yet
by hay207
May 19th, 2021, 5:34 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

Also i should mention that everything works if i delete wc2 and used my modded one
by hay207
May 19th, 2021, 5:32 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

Ok, so you suggest using

Code: Select all

 [world_conquest_data]
instead of

Code: Select all

FACTION_VARIABLE
which is used by default factions , However your method doesn't allow pairing (displays all units in faction).
Also, i still get same error
by hay207
May 19th, 2021, 4:52 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

Here
by hay207
May 19th, 2021, 4:14 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

I see translations folder empty in wc2
by hay207
May 19th, 2021, 4:02 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Re: Lua error after adding factions to wc2

function wesnoth.wml_actions.wc2_recruit_info(cfg) local side_num = wesnoth.get_viewing_side() local faction = wc2_era.get_faction(side_num) if not faction then wesnoth.wml_actions.message { scroll = false, canrecruit = true, side = side_num, message = _ "You are not using a WC2 faction."...
by hay207
May 19th, 2021, 3:05 pm
Forum: Lua Labs
Topic: Lua error after adding factions to wc2
Replies: 12
Views: 4365

Lua error after adding factions to wc2

Hi all, my goal/project 's to add more factions to wc2 It worked but the option "Tell me how recruit works" gives an error When browsing units of the new faction I noticed in the error, that lua uses the old/default path for addon, i tried changing that in main.lua and beside every LUAREQU...