Jump to content

AL|EN

Modders
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by AL|EN

  1. @jastey Like this: https://github.com/gibberlings3/modhub#url-examples https://lynxlynx.info/ie/modhub.php?InfinityMods/Ascension&pkg=zip https://lynxlynx.info/ie/modhub.php?InfinityMods/Ascension&pkg=iemod
  2. @K4thos Great to see you back IMHO, simply providing access to repository should be enough for incorporating any future hotfixes. Transferring whole repository is needed when you would like to have some advanced stuff like Translation System or Golem. Whatever you decide, count me in. From my side, I could add current and future additional PI features to EET.
  3. @argent77 I fond the root cause of this problem, WeiDU 32-bit was compiled using OCalm version without unicode support. More about this here: https://forums.pocketplane.net/index.php?topic=29984.new#new
  4. The G3 download is outdated because download links are just exe/zip packages re-uploaded from github instead of using lynxlynx.info direct links. And poking Mike every new release was tedious taks. Repository can't be transferred because of translation system integration but the location doesn't matter for packages/direct links.
  5. @jastey I've noticed that you had requested the same here, but there is no such code in https://github.com/InfinityMods/Ascension/blob/master/ascension/balthazar/balthazar_compatibility.tpa and it was removed in 2.0.7
  6. @Graion Dilach I'm using (no surprise here) GitHub API to get all non-forks repos of an user or organisation. The 'buttons' are more an way to handle long API response than 'a filter' but I think that they serve both purpose. Externalizing is possible but it was just easier for me to handle this directly inside PI. I might revisit this but right now, adding an GitHub organization or repository from time to time is not a big deal. If you would like to add mods from your account and your account contains other, unrelated to IE modding repos then right now, I can add them by the one-by-one basic.
  7. Yes but actually no as it would require 24/7 maintenance. You account will be added for next PI version.
  8. @jastey Do you expect that all 'forks' will be visible for downloading? Because right now only non-forks would be displayed: Brandock_the_Mage Brages_Redemption Solaufeins_Rescue_NPC Biff_the_Understudy_TutorialNPC_for_SoD
  9. @jastey The error comes from WeiDU , PI has no custom error messages except the final ExitCode status. I don't know the full picture until we get .debug file and all logs from this installation. There are similar bug reports, the issue has something to do with old ADD_KIT function, the suggestion was to use https://github.com/Argent77/A7-add_kit_ex but I'm not sure if this can help this case.
  10. Project Infinity 0.9.0 New Feature: Saving mod component selections cosmetic changes Project Page Download Demonstration for the upcoming Ascension 2.0.18: https://us.v-cdn.net/5019558/uploads/editor/nt/hdl26ry4vpyj.gif
  11. @jastey The attempt was made: Also, don't worry about not implementing something. You already did more than most of us
  12. This post is an attempt to have an up-to-date list of Project Infinity features that modders can use. Mod metadata - to display basic mod information and enable other features Dynamic Install Order - to ensure that players will always use the correct install order Delta Updates for mods hosted at GitHub - to ensure that players will always use the latest mod version replace ACTION_READLN with SUBCOMPONENT/FORCED_SUBCOMPONENT - to not force players to babysit installation for many hours Globally unique LABEL's - to enable saving mod selections for players UTF8 HANDLE_CHARSETS - to ensure that translated component names can use national letters Infinity Auto Packager - automatically generates Infinity Engine mod packages when you publish a release Global WeiDU Log - additional installation debug info Directly downloading mods from the mod manager and skip mod extraction entirely - please make a request here This topic will be updated every time Project Infinity receives new features that can be added to the mods. The best way to receive updates is to use the "Following" forum feature.
  13. As of today, modders can implement steps from first post to allow players to save their mod selections. The ongoing discussion about labels being globally unique as default has no effect on this feature, as long as both steps from first post are implemented. Demonstration for the upcoming Ascension 2.0.18:
  14. @Nathan82 Hi. I was not able to reproduce the 'copy mod folder' errors using latest PI version. Also, I've remember that new version of one of Angel's mods didn't worked with weidu 247 at soeme point. But I fixed the bug for "BWL Contest" mod, thanks for report.
  15. Using %MOD_FOLDER% variable IS good coding. It's just doesn't work when used for LANGUAGE statement and --list-components-json which is a weidu bug.
  16. @rick2021 It's know wiedu bug, you workaround is correct. Modders can either apply it or wait for weidu to fix this.
  17. @grodrigues Thanks, I will add you fix and release new version.
  18. Ascension 2.0.16 fixed patch 2.6 warnings by morpheus562 updated Chinese translation update WeiDU to 247, uncompressed build Ascension 2.0.17 better patch 2.6 fix by grodrigues https://lynxlynx.info/ie/modhub.php?InfinityMods/Ascension&pkg=zip https://lynxlynx.info/ie/modhub.php?InfinityMods/Ascension&pkg=iemod
  19. @Bartimaeus How about you call @Gwendolyne and you will sit down with the drawing board, rip and tear IRR, SRR, IA and 1pp components to handle those installation order challenges? Maybe it can be simplified when you sync you ideas?
  20. @rawrr There is a way to save generated 'install sequence', please read FAQ. Saving checkboxes is another story, I'm working on it but it will take some time.
  21. @rawrr It's looks like a bug, let me check. EDIT: It's know bug, you need to restart PI and everything should be fine.
  22. @GroanHammer My advice is that you should look at the weidu commandline options since they will provide you supported way of installing selected mod components. If you are on windows, you should definitely try PowerShell + Windows Terminal combo. You might also take look at my mod manager along with the advice that you can copy, modiffy and paste any so-called "install sequence" in order to install as many mods as possible.
  23. Nope, you repository contain your own version of tp2 file so you can do whatever you want. Trust me.
  24. This is much wider topic, these problems are the eminences of the disastrous weidu design that I have reported years ago. Nothing really can be done about it except either to wait for new weidu release. @Salk Please don't hunt modders about downgrading weidu version, they have no control over which weidu version will be used for mod installation. Putting weidu 246 will give you nothing as every other mod that includes weidu 247 will overwrite 246. The only way to stop this is to remove all .exe from game directory. But then, some mods that do require 247 will fail to install so you must account for them separately. And also account for re-installation when 247 mods are installed before 246 mods or vice-versa, that makes re-installation practically impossible. @jastey No, it's pointless. It would only matter if the mod was installed alone which almost never happens. There is theoretical way to ensure that the mod itself will use certain weidu version only for first installation but it doesn't work when other mod will reinstall itself and also 'bgqe' so it is probably pointless either. BTW: There are plans for new "tp3" format that will allow modders to set desired weidu version. If you want a proper working solution, add you vote to it.
×
×
  • Create New...