ago

Members
  • Content Count

    2,857
  • Joined

  • Last visited

Community Reputation

470 Excellent

About ago

  • Rank
    Mayor

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Version 0.47 christmasmod the gift configuration has been reworked to support more years #74 it is now possible to configure the start and end of the christmas season https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.47 Unfortunately notifications for this topic had been changed to browser notifications only so I did not receive an email until the issue was created on github on the 26th
  2. Version 0.46 general code cleanup (Tyoda) Switch to different github-release-plugin #70 changed repository URL to https hitchingpost unhitch action did not work with carts if hitchingpost mod was active #68 fix horses getting stuck in zones, and throwing errors in the log #73 (Tyoda) https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.46
  3. You've downloaded the zip with the sources. You'll need the zip files from https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.45 with the version numbers. See https://github.com/ago1024/WurmServerModLauncher/wiki/Installation
  4. The interface got changed in version 1.9.0 and I never noticed it was broken. I'll take a look.
  5. Version 0.45 modloader enabled custom traits 41-62 #64 scriptrunner Scripts run in the classloader of the mod they are defined in, not the scriptrunners classloader #63 serverpacks serverpacks notifies clients if a new pack was added #61 allow sending file packs with fixed names #62 https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.45
  6. [RELEASED] Client mod loader

    Version 0.15 serverpacks enable downloaded packs in the main thread Try to close a pack before adding it #20 https://github.com/ago1024/WurmClientModLauncher/releases/tag/v0.15
  7. https://github.com/ago1024/CreatureMod/releases/tag/v2.6.1 Version 2.6.1 newer horse colors were missing in traits window
  8. Ok, checked a horse with "regular bay" trait. (Ebony wand -> Traits). It shows with the correct texture and the overlay shows: The model name specifies which model and texture to load. The model name is correct (for a regular bay horse). From your image I can see the client loads the model and texture from graphics.jar, not from the creaturemods graphics pack. Could the download of the pack be broken or maybe incomplete? The console would show which packs are loaded. Also the examine message shows the correct colors for me: EDIT: with changed colors I meant that horses with trait 33 would have shown as custom color "piebald" before but will now show with the unmodded color "appaloosa". The trait numbers don't change but the color associated with the trait numbers have changed. I just noticed that the "new" unmodded colors do not show in the Traits window. I'll fix that
  9. No. The original author does not update the mod anymore and I'm basicly just fixing bugs in the code. The horse model in the mod is probably too old to support visible equipment but I don't have the skill nor the time to update it with the models from the vanilla horses.
  10. https://github.com/ago1024/CreatureMod/releases/tag/v2.6 Version 2.6 Fix color traits The custom horse traits had to be moved again. This means the colors of your horse may have changed, sorry about that. https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.44.1 is required for the fixes for corpse textures and the "Traits" GM dialog.
  11. https://github.com/ago1024/WurmServerModLauncher/releases/tag/v0.44.1 Version 0.44.1 modloader Fix horse traits and custom creature colors Fix corpse colors
  12. [RELEASED] Client mod loader

    Version 0.14 serverpacks add ability to reference local pack in overrides (bdew) https://github.com/ago1024/WurmClientModLauncher/releases/tag/v0.14 This lets you write something like that in mappings.txt model.transports.medium.wagon.molr=~graphics.jar/transports/Wagon_main.wom?tentMat.texture=~[local]/wagon_SA.png Which will load wagon model from graphics.jar but override one of the textures from the current pack. [local] will be replaced by the name of the pack at runtime.
  13. [RELEASED] Client mod loader

    https://github.com/ago1024/WurmClientModLauncher/releases/tag/v0.13 Version 0.13 serverpacks Fix client lockup when trying to reference a non-existing cross-pack resource (bdew)
  14. [RELEASED] Client mod loader

    https://github.com/ago1024/WurmClientModLauncher/releases/tag/v0.12 Version 0.12 serverpacks Reference resources from other packs in mappings (bdew)
  15. [RELEASED] Client mod loader

    I left it out because the client beta branch already includes the modlauncher and there'd be a conflict if people would install both. However, for people not on the beta branch there's currently no "latest" modlauncher. I'll include it in the next version again.