-
Content Count
80 -
Joined
-
Last visited
-
Days Won
39
Everything posted by Asophix
-
Should be normal. I had a false memory of assets.v being larger. Try sharing your edited assets.v and I could compare it in detail.
-
If you used the V-maker on your zip and copied assets.v back to the original folder, then the next thing coming to mind is data integrity. Your .v should be around 450 MB large after the process (Firefly bundled with a less space efficient algorithm). I encountered black screens frequently when toying around with the scripts. What changes have you made in the .v exactly?
-
You need to directly modify the bundled assets in C2. For that, use the V-maker utility found in this guide. After you feed assets.v to the maker (remember to create a copy and rename the extension to .txt first), unpack the archive or use Total Commander to edit the archive directly.
-
Take a look at rules.xml to modify unit stats (beside goods and random events). Popcap - and game rules in general - is mostly governed in the script file "game_settings.lua". The numbers depend on player. Find these two rows and you can override the limits. I think the array elements follow each other from 2 to 8 players present. There is also the file "options.xml" in Documents/My Games/Stronghold Crusader 2, where you can alter the absolute hard cap of buildings and units per player.
-
Hello @ Alfred The Baker , I had to suspend development due to private matters. The project is slowly getting into shape, with the intent of getting more features in so that the app is more 2023 than 2005. 😄 The castle system from SH2 is almost the same and carries over. Tiny and other fallback options are used if no castle layout is valid for the AI character. 01-04 are still the numbers you need.
-
Legends has a "SH Legends data.csv" file in the SHL installation folder. There you can find a somewhat messy table full of references and values. Most notably, you can view all unit, building and goods stats there. These stats can be modified too, if you want to play with balance! I don't know how this can effect multiplayer matches though.
-
V-Maker is not at fault, rather the way you did zipping does not work. If you right-click on one file and zip that way, only the one file will be included in the zip. Add all folders to the zip selection and try again!
-
Dances are independent from any event and all you need is 4 cloth (not wool!) in the stockpile and a working Lord's Kitchen, from where the pages will ferry the Lady the materials. The lady sew dancing dress in her idle time, between feasts. That's when she is also having a bath, so long the pages deliver her cloth. Normally the Lord takes part in any castle activity he can. If you move the Lord and return him to civilian duties, then you can abort the event in-progress and have him move to the next one instead, but you won't get any honor from it. I think the Lord only visits the Lady if he has no other events to attend. Jousting tournaments and masses can all take up his free time, so that the Lady is never visited. Keep in mind that both these events give you 6x20/200 honor compared to the 2 from the Lord's visit, so the game may prioritize these over the latter.
-
Makev Issues, and Packing Fsb Files up Again.
Asophix replied to Alfred The Baker's topic in Stronghold Crusader 2
FSB audio relies heavily on the data structure files (.feb or .bank), which govern the file size directly. I am not sure what free editor there is to edit files without problems. The tool works this way: extract a .v file: .XXX => .v create a .v file: .XXX => .v So you must rename your zipped .v to something else (.zip for example), so that it won't get overwritten. Total Commander is very helpful for editing the package directly. -
Thanks @ Crusader1307 , I've contacted him!
-
Hello all, I have been tinkering lately with the community editor that was developed by Stronghold-Knights members. Needless to say, the site is long defunct. As a hobby project, I have been using the editor so that it can be used to modify Stronghold Legends AI castles. I would like to release the modified files at some point to the community, for which I require written permission. The problem is that there are no contacts in the original files, and HicRic's AOL e-mail address is no longer active. Does someone know how I could contact one of the authors? In case they can't be contacted, under what terms should/may I proceed with the release?