• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

random seed

  1. SpiritTauren

    [General] Random Seed during Cinematics in Reforged

    I used those call SetRandomSeed(bj_cineModeSavedSeed) and set bj_cineModeSavedSeed = GetRandomInt(0, 1000000) to get random seed during cinematics. Now they don't seem to work any more =( Does anyone have a viable replacement option? Note: I disabled fixed values in WorldEdit, so that's not...
Top