Search found 14 matches

by ArchMessenger
May 31st, 2025, 2:08 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Refumee wrote: May 31st, 2025, 1:48 pm In the Units section you got the scourge twice and there is a sentinel missing.
Yeah I saw this one. There are a few other mistakes in the file I sent over, but I've been able to spot and fix them on my own. I think I misspelled 'pathfidner' and 'eilvish' as well as listing Scourge twice haha
by ArchMessenger
May 30th, 2025, 7:14 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Instead of writing this: image="images/units/alliance/ft_footman.png" Try writing this: image="units/alliance/ft_footman.png" (You can see examples of how this should look in the Era of Magic , like this .) There's probably a file getting included twice somehow... I noticed in t...
by ArchMessenger
May 30th, 2025, 6:20 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Originally that was what I tried to do, I looked at the _main.cfg file for Era of Magic, and did my best to replicate the parts I thought were applicable to me. OK, beware that the Era of Magic is a bit complicated, but we can still work with that... Line 37 of the _main.cfg file for the Era of Mag...
by ArchMessenger
May 30th, 2025, 5:22 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

If you've used AI for development with other programming languages, you may be somewhat disappointed when trying to use it to write WML code. As I've written before - LLM -based AI chatbots tend to work best when they are trained on enormous amounts of training data, and there probably isn't enough...
by ArchMessenger
May 30th, 2025, 4:41 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

What I originally did was have this as my main file #textdomain wesnoth-Era_of_The_Frozen_Throne [textdomain] name="wesnoth-Era_of_The_Frozen_Throne" path="data/add-ons/Era_of_The_Frozen_Throne" [/textdomain] #ifdef MULTIPLAYER [binary_path] path=data/add-ons/Era_of_The_Frozen_Th...
by ArchMessenger
May 30th, 2025, 4:27 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

I'll be honest I'm not a seasoned coder, most of my stuff is copy-pasted with some renaming, so I don't remember where I took that from Was any of this code generated by an AI ? 🤖 It looks like it may be hallucinating WML tags that don't actually exist... Actually I did get some AI help on a couple...
by ArchMessenger
May 30th, 2025, 4:09 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

I'll be honest I'm not a seasoned coder, most of my stuff is copy-pasted with some renaming, so I don't remember where I took that from, it seemed like I needed a file that recognized I was attempting to load an era that would then call all the factions, I have another attempt at that file that look...
by ArchMessenger
May 30th, 2025, 3:17 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

gnombat wrote: May 30th, 2025, 1:02 pm Well, if it's really heavily copyright-infringing, you could post a simplified version of it here, with most of the content cut out...
Not a ton of names or proper nouns in it so I think it's fine, if I need to take it down just let me know, here's my file attached
by ArchMessenger
May 30th, 2025, 3:08 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

As per https://wiki.wesnoth.org/UnitTypeWML: An id must consist only of alphanumerics and spaces (or underscores). I'm such a goofball, I got hyphens and underscores confused >_< I've switched out all the unit ID's and all their references to be underscores where there were hyphens. After those cha...
by ArchMessenger
May 30th, 2025, 1:19 am
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Yes, I would recommend just attaching the file - there's a good chance someone will spot the issue(s) with it. I would, the only thing is that the mod takes a lot of inspiration from another video game that I don't own the IP to, (for that reason I wasn't planning on posting the completed product, ...
by ArchMessenger
May 30th, 2025, 1:09 am
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Pentarctagon wrote: May 29th, 2025, 9:11 pm Are there any errors in the log file?
I just checked it, and it would appear that every unit in my era is listed twice and has 'invalid characters'. Is a " - " not a valid character? All my units are lowercase letters and " - " to separate words.
by ArchMessenger
May 29th, 2025, 8:40 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

After deleting the cache, some new error messages were loaded (a few spelling mistakes or a case-sensitive file, etc) But now I'm back to where I started. The game loads into local multiplayer with no errors of any kind, but my era is not selectable. I have tried relaunching the game after deleting ...
by ArchMessenger
May 29th, 2025, 7:44 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

Re: My Era not loading with no error message

Will give this a try, I'll lyk how it goes
by ArchMessenger
May 29th, 2025, 7:21 pm
Forum: WML Workshop
Topic: My Era not loading with no error message
Replies: 28
Views: 732

My Era not loading with no error message

Hi there, I am making an era for myself because it's something I always wanted to do, but I'm running into a problem. I loaded a local game, and it displayed a few error messages for abilities that I had misspelled. After fixing those problems, my game loads without any errors, but also without the ...