|
|
PiggyChu620

 
 
Adventuring Hero
|
posted November 02, 2020 03:48 PM |
|
|
RerryR said:
PiggyChu620 said: I made my own mod and was able to enable/disable it through Mod Manager.
But I don't know how to let it appear in the Mod Options menu so I could check/uncheck each individual scripts to my own liking at the time.
I saw in this post that it's possible to create a new tab, which is what I like to do!
To throw all my scripts in one new tab and check whatever options I feel like playing at the moment.
Thank you VERY much for your help!
Much appreciated!
You can do that by assigning an WoG option number and changing some files. For example you can study ERA Scripts mod.
But I strongly recommend to not do that.
It will create incompatibility with other mods
You will need an extra check for flags in every trigger
It is cumbersome
I recommend to just create one Mod and pack every .erm file in it. It is much more convienient to just enable/disable it with one click in the mod manger. If you dont want to play with one of your mods, just create an additional "Disable" folder in your Data/s folder when you want to deactivate one of your modifications. Each of your modifications should just consists of one single erm file. Or if you dont like this approach create several (different) mods.
OK! Thanks!
I'll do what you instructed for now.
But is it possible for you to teach me how to do it anyway!?
I would like to learn, and maybe one day I could make a "proper" mod, even if it's "cumbersome"!
Thank you very much for your help!
Much appreciated!
|
|
RerryR

  
    
Promising
Supreme Hero
Researching Magic
|
posted November 02, 2020 05:43 PM |
|
|
Looking at other mods is the best teacher. Open ERA Scripts mod and look how its done.
Also check the file zsetup00.txt in the pac file, I think it has to do with it. When you have a specific question you can ask here, but first, you need to invest time and learn by yourself
|
|
PiggyChu620

 
 
Adventuring Hero
|
posted November 03, 2020 04:03 AM |
|
|
RerryR said: Looking at other mods is the best teacher. Open ERA Scripts mod and look how its done.
Also check the file zsetup00.txt in the pac file, I think it has to do with it. When you have a specific question you can ask here, but first, you need to invest time and learn by yourself 
I managed to open pac files and see there are zsetup00.txt and zsetup01.txt.
And when I cross-referencing it with other mods I found out that you don't have to have "both of them" to work!
Some only have zsetup00.txt and some only have zsetup01.txt.
Could you please be so kind and tell me what they are?
And, in zsetup01.txt, some of the columns such as Comment, Page, Group, Item are easy to understand. And I figured out that ERM is the flag your script is checking.
And I guess Script must have something to do with the scrip name, but I can't really find any correlation.
And I can't figure out what State and MP is!
Could somebody please be so kind and help me out!?
Much appreciated!
|
|
fiur

  
    
Promising
Supreme Hero
Map Creator
|
posted November 11, 2020 10:33 PM |
|
|
just a noob question.... how to we open the PAC file...
(I wanna make a new portraits mod...)
____________
|
|
Bersy

    
    
Honorable
Supreme Hero
|
posted November 12, 2020 03:26 AM |
|
|
|
fiur

  
    
Promising
Supreme Hero
Map Creator
|
posted November 13, 2020 02:52 PM |
|
|
ty alot Bersy
____________
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted November 21, 2020 10:07 PM |
|
|
|
xepomaht

 
Tavern Dweller
|
posted December 21, 2020 09:04 PM |
|
|
ERA PLUS is updated. Link: https://vk.com/doc-118013293_582035466
Install on ERA 2.9.14 + HD mod 5.2 RC10
Language: russian only.
|
|
RerryR

  
    
Promising
Supreme Hero
Researching Magic
|
posted December 21, 2020 10:13 PM |
|
|
xepomaht said: ERA PLUS is updated. Link: https://vk.com/doc-118013293_582035466
Install on ERA 2.9.14 + HD mod 5.2 RC10
Language: russian only.
Some more information would be nice for the people that do not look at heroes35.net, because this mod is actually able to add a 10th faction to the game!
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted March 02, 2021 09:56 AM |
|
|
Safe Sod mod reuploaded.
Sylvain Centaurs disabled.
|
|
xepomaht

 
Tavern Dweller
|
posted March 24, 2021 08:02 PM |
|
Edited by xepomaht at 23:46, 01 Jul 2021.
|
ERA PLUS is updated. Link: https://vk.com/doc-118013293_605423875
Language: russian only.
|
|
Archer30 

 
 
Adventuring Hero
|
posted July 17, 2021 06:01 AM |
|
Edited by Archer30 at 06:39, 17 Jul 2021.
|
Hi Salamandre,
Could you please add one line to your Unsian Bolt script?
!#SN:L^era.dll^/?y1 Ay1/^ReadStrFromIni^/?y2;
!#SN:Ey2/1/^Mvm_Bonus^/^Player settings^/^Usain.ini^/?z2;
!#SN:Ey2/1/^Battles_Counter^/^Player settings^/^Usain.ini^/?z3;
!#VRv2:Vz2;
!#VRv3:Vz3;
!#VRv3&v3<1:S1;
!#VRv2:*100; convert to movement points
!#SN:W^Usain_value^/v2; how much will move bonus
!#SN:W^Bolt_value^/v3; how many battles required
We got a report, i^Bolt_value^ was zero and resulted in problems.
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted July 17, 2021 01:33 PM |
|
|
I think I have already fixed it, it was due to old ini syntax, with an additional slash
|
|
Archer30 

 
 
Adventuring Hero
|
posted July 17, 2021 02:22 PM |
|
|
Ah, that could be it. Although I still recommend restraining the value read from ini to prevent strange behaviours )
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted July 17, 2021 10:31 PM |
|
|
Well, I tested and is fine with the current ini syntax. The only way to get negative value is to enter a negative number in the ini now.
|
|
demoixas

 

Hired Hero
|
posted July 18, 2021 12:01 AM |
|
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted August 14, 2021 04:55 PM |
|
|
Display Events version 1.1 (ERA 3 only)
*fixed bug where sometimes displaying the event made that tile unpassable
|
|
omega

 
Tavern Dweller
|
posted August 15, 2021 04:35 PM |
|
|
Currently the Display events mod throws a syntax error in Era 2.46f at me. The relevant line is "78007020 v5/v998/v999/v1000" which is the last line of the erm file.
|
|
Salamandre

     
       
Admirable
Omnipresent Hero
Wog refugee
|
posted August 15, 2021 05:45 PM |
|
|
The current release does not have anymore the files (old erm.hooker) required for Era 2.46. Era 246 is no longer supported.
|
|
omega

 
Tavern Dweller
|
posted August 15, 2021 08:16 PM |
|
|
My bad then. What is the supported release? Latest 3.8?
|
|
|