Announcement

Collapse
No announcement yet.

Arcane Dimensions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sock
    replied
    Are you ready for Arcane Dimensions Patch 2?

    Leave a comment:


  • Bloodshot
    replied
    other forums seem to have problems with it too.

    Also it took that screen to make me realize what map from Q1 that was

    Leave a comment:


  • sock
    replied
    @talisa, indeed it is a remake of E1M1 from Doom!
    @Icaro, it would be cool to do a proper particle pass on the shambler, I want to wait and see what the Shambler by Skiffy is setup like first. I did look at the SMC a while ago and it certainly was very cool what Seven did with the particles.

    More Screenshots!

    Either QuakeOne does not like my web host or I am blocked because the image tags refuse to use Images from my website anymore, very weird.

    Leave a comment:


  • Icaro
    replied
    Sock,

    In SMC (by Seven), the Shambler seems really heavy. This feeling is the result of the shaking earth when he walks runs and falls dead. I personally love this effect. Would it be possible to implement something similar also in AD??

    Cheers

    https://www.youtube.com/watch?v=-nAgxH0YSnA

    Leave a comment:


  • talisa
    replied
    i see it.... thats the first map from doom

    it took a moment for things to click cuz of the bigger scale,
    but i instantly recognised that zig-zag bridge with the acid!

    Leave a comment:


  • sock
    replied
    Thanks everyone for the feedback, patch 2 should/will be ready this week, in the meantime, please enjoy some new AD map goodness from Scampie!


    Leave a comment:


  • Amon26
    replied
    cripes!! thats freaking awesome!!

    Leave a comment:


  • Bloodshot
    replied
    fucking hell sock, you're a mapping god

    Leave a comment:


  • gdiddy62
    replied
    Great stuff Sock!!!!

    Leave a comment:


  • sock
    replied
    Originally posted by R00k View Post
    if Bethesda EVER does a Quake5 it should look like this!
    and hire simon to spearhead the project!
    Haha, R00k you have made my day!
    Have a new AD map screenshot as a thank you


    PS. the Img tags seem to be broken for me, oh well ...

    Leave a comment:


  • R00k
    replied
    if Bethesda EVER does a Quake5 it should look like this!
    and hire simon to spearhead the project!

    Leave a comment:


  • Blood Vengeance
    replied
    Very thanks!

    Leave a comment:


  • sock
    replied
    BV might have been asking "which DarkPlaces build"
    Yes indeed, doh! I used the latest stable version - build 20140513
    I recommend a clean build, I did not test any HD asset packs

    Leave a comment:


  • Johnny Law
    replied
    BV might have been asking "which DarkPlaces build".

    =====

    An extra surprise huh? Fancy!

    Leave a comment:


  • sock
    replied
    As everyone is discovering the MOD does work with the existing ID maps, so if you want the new weapons, particles and better quality gib/item models there are several ways to go about this.

    Start with the quake.rc file in the root of the MOD directory. There is a only one variable in this file which the mod reads and this variable affects the MOD defaults.

    Code:
    //-----------------------------------------------------------
    // All of the MOD features can be changed before loading
    // Add the values below together and update temp1
    //
    // 256     Turn OFF item offset (designed for new maps)
    // 512     Turn OFF randomly rotate ammo/health items
    // 1024    Turn ON particle system (default OFF)
    // 2048    Upgrade existing Axe, +75% dmg, gib zombies
    // 4096    Upgrade SSG weapon pickups, +50% dmg, uses 3 shells
    // 8192    Upgrade LG weapon pickups, Direct + Splashdamage
    //
    // 65536   Turn ON Player Auto Aim
    // 131072  Turn OFF projectiles/casings for Shotguns
    // 262144  Turn OFF Z aware monsters
    // 524288  Turn OFF Enemy/player footsteps
    // 1048576 Turn OFF AI path extra info
    // 2097152 Turn OFF Monster liquid damage
    // 
    // For example
    // 3072 = Turn on particles and upgrade axe (1024 + 2048)
    //-----------------------------------------------------------
    temp1 1024
    The temp1 variable is a bit flag and you just need to get a calculator and add the values together in the list.

    Why does the mod use this variable?
    I wanted to maintain maximum compatibility with all the different Quake engines (every engine understands temp1) and I don't think its a good idea to limit yourself to one (DP) engine for a MOD.

    The temp1 variable is currently used to switch on the particle system. This is setup this way just in case someone needs to switch off the particle system because of engine/map problems.

    How do you play ID maps with new weapons?
    Change the temp1 variable to the follow (1024 + 2048 + 4096 + 8192 = 15360)

    Then load your favourite ID map and viola you now have AD ID map goodness! I did do a lot of testing with the ID maps and I did not find any issues (not to say they don't exist!)

    I know that a lot of community maps don't work with this MOD because of the map hacks (special entity setups). I did add a lot of extra entry points for map hacks, but it is very hit or miss if they work or not.

    You can also change some of the MOD options with console commands (check quake.rc for the alias section) but these are not permanent and have to be setup each time the engine is loaded.

    Which build is recomended to run AD in Darkplaces?
    There is a patch available on the MODdb page. I highly recommend you download this patch for DP. If you are using Quakespasm stay with the original download as Patch 1 does break ceiling monsters (sorry my bad, will be fixed in patch 2 which is currently being tested)

    Hopefully in the next week or two I will have patch 2 finished and an extra surprise!

    Leave a comment:

Working...
X