News | Forum | People | FAQ | Links | Search | Register | Log in
New Q1SP MOD - Arcane Dimensions
Download! Link

Readme! It's in the damn download zip obvz

Screenshots! It looks fucking amazing what do you expect?

Latest Patch! Here

The MOD is designed to work with QuakeSpasm 0.91.0 (Must use this version or higher). Download here: http://quakespasm.sourceforge.net/download.htm

and remember ...
RECORD A DEMO
share your experience!

Please note that there is extra console commands being set in quake.rc, you cannot run this MOD using the game command! Always create/use a shortcut!
First | Previous | Next | Last
 
I actually thought the credits for AD to be excessive to be honest. If Sock spent evening more time on the documentation then the mod would have suffered.

I can't speak for the team but as someone who gave up a lot of my free time last year to help with the mod I'm pretty bummed out by the amount of negativity and nitpicking. Mostly because it's unjustified for such a quality release.

Out of all the communities Quake has some of the worst trolls. And usually it's the trolls who don't even produce content. 
Parubaru 
1) Drop it.

2) Stop talking about sock's crediting of Marcher as if I'm not here. It has been credited fine. Sock is a cool guy, I have a good rapport with him, I have had access to AD during the development of the mod, and if there was anything in there that I didn't like, I would have said something during the many weeks of exposure I have had to the mod and readme before you even knew that the mod existed. 
Also 
Because I really hate to see this thread hijacked, I suggest we take any future conversation about parubaru and his little audit to this thread here:

http://www.celephais.net/board/view_thread.php?id=60297 
 
Parubaru really loves to fuck flies in the ass it seems. 
Time To Submit A Patch 
I think parabaru should submit a diff/patch with the suggested expanding of the credits at this point, which the AD team could consider. I.e. actions not words. Or action-words. 
 
I think parabaru should submit a diff/patch with the suggested expanding of the credits at this point

or maybe he should just find a nice bridge and jump off it. 
Back On Topic 
Question regarding AD tools:

Is there a way to have a Quoth-style (info_mapgate) for AD? I know there are playerstart2 keys that can match with a change_level trigger but that is for positioning it looks like.

Basically, looking if it is possible with current AD tools to have a portal to another level close once you complete the map...when regarding a hub map. 
 
I see the "opinion counter to mine = trolling" mindset is full back and alive on this website. 
Sheesh 
Sorry I don't understand conflict good enough to join poop throwing party, but I wonder...
why remake raven monsters when you can make new ones?
I mean, you still would have to make models, textures and animations. All that just to have "clean" content. 
As Well As 
"Only content producers can have an opinion", right from the times of web 1.0. Hasn't ijed completely rebuked this bullshit in a post from like two weeks ago? 
DW 
Skiffy has mentioned already he is interested in replacing the H2 models with new "quakey" designs. I don't think anyone here is advocating "remakes" of the H2 monsters. 
HD Packs 
Gentlemen,

the final and corrected version of MFX's "ad_swampy" HD pack can be downloaded here:

http://quakeone.com/forums/quake-mod-releases/works-progress/11588-hd-textures-sp-maps-29.html#post164128

Off-topic:
the HD pack for Sock�s fabulous 'The Horde of Zendar' can be downloaded here:

http://quakeone.com/forums/quake-mod-releases/works-progress/11588-hd-textures-sp-maps-29.html#post164129

Enjoy 
Sweet. 
 
#639 
But this place has always been a beacon of social competence, mutual respect, objective civilized discourse and understanding 
Rune Triggers 
looking if its possible with current AD tools to have a portal to another level close once you complete the map...when regarding a hub map.

Quake uses (4) runes to make changes between maps. You can use func_episodegate or func_bossgate for stuff that can open/close based on runes collected when the map is started. There is also trigger_rune which can be triggered after the map has started, there is an example of this in the AD start map below the skill pillars. 
Thanks Sock 
Yeah I knew of the rune triggers but I suppose if I have more than 4 levels I would end up at my same issue. It's not really an issue and the more I think about it...I don't see the point of blocking completed maps. Maybe someone wants to replay it!

Thanks for the reply though, the trigger_rune will be of great use to really give that start map the umph it needs. ;) 
I'm Reading This Every Day And WTF 
credits for inspiration

What is this? I think if someone credits someone for inspiration he gives a favor to somebody, but that's not something that's necessary.

We're making a map for AD using hexen2 textures and using monsters with hexen2 models atm. I believe it all ends up in a really good quake map. And I want so thank sock for providing such a great base for new quake content. And the more I get into it, the more I love it.
Stop bitching around. 
Entity State System 
So...I ripped the entity state system just to get the particle system just to get the runes to float above the books because the books are really quite amazing.

Now I have this entity state system, and a particle system that only do one thing in my mod...book effects.

I also ripped the breakables which required all of socks subs code, which required almost all of the defs which were scattered in like 5 different files and also I had to modify the axe code to play the right sound effects then I had to modify the pain code to get the particle blood to be the right color. Incidentally, sock forgot to add the ceramic sound effect in to the axe code FYI.

I would share my extracted version to save others the time but...now it's all ensconced in my own code. Oh well. Heads up to anyone thinking about going all Pacman on the code.

Fun stuff! 
 
I suspect Sock didn't forget to add the ceramic sound since he never implemented the breakable pots that was planned (much to my disappointment, I would have loved to do some grecian or egyptian levels with zelda pot smashing!), it was a pretty late feature and I think we would have missed the release date if implemented. I would have loved to see health vials and armour shards added, maybe have them drop from pots.

The mod was also intended to be ripped/changed for use in your personal projects.

Also, remember to give credit (opening a big can of worms here!!!) 
HodgePodge Code 
Heads up to anyone thinking about going all Pacman on the code.
The Entity state system required a re-write of pretty much every entity/function in the original Quake codebase, that feature is difficult to remove from AD because it has hooks everywhere!

The Particle system is very self contained to three QC scripts. I would highly recommend making sure to grabbing patch 2 because there was some changes that affected the particle system and stop it going crazy reaching the entity limit and not going down.

The breakable system did start out as a separate function, but in order to give it the AI awareness it needed hooks all over the place; combat, ai, projectiles and it is harder to isolate.

forgot to add the ceramic sound effect
The ceramic was going to be a new type especially linked to breakable models (pots or containers) but sadly I ran out of time. I had most of the H2 assets remade with new skins, just not finished on time.

The original idea was to spawn spiders, vorelings or goodies (ammo/health) inside of the breakable pot models. I needed to create more code for monsters to spawn floating, but it never happened and the whole thing got shelved at the last minute.

I would have loved to see health vials and armour shards added, maybe have them drop from pots
You can setup item_backpacks with random/exact amounts of armor to act like shards. I used them a lot in ad_e2m2 (source map exists in patch) There are plenty of backpack skins to choose from if you wanted something unique looking. 
 
Yeah, backpacks are still good... Just seems weird emerging from pots.
Though some mods had coins drop that gave you armour :p 
The Code Isn't Hodgepodge 
I think your qc is much better than my own. I gave up and put all variable definitions in one massive defs2.qc file. So much for object oriented. Plus you have comments on everything and detailed explanation of key|values for every entity. I'm spoiled rotten sifting through your code, it's beautifully commented and is a tutorial in itself.

I get lost in my own code sometimes...now where did I put th_pain() at? 
Ability To Overide The Backpack Model? 
Ability to overide the backpack model with another MDL using string paths? That way you could make your own armor shard with a custom mesh and hijacking the backpacks entity with lower values and pickup sound? :) 
 
Neat idea skiffy! 
 
Just in case the negativity is getting any of the people who made this down: this map pack is super awesome and you all did something really great. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2025 John Fitzgibbons. All posts are copyright their respective authors.