Art Revolution mod. Latest release: January, 2015
-
Jorzi
- Regular

- Posts: 2063
- Joined: 11 Apr 2010, 00:14
Re: Art Revolution mod. Latest release: alpha 3 January 20,
I finally had the time to make a new release, unfortunately the first post is no longer editable, so I'll just give the link here:
https://sourceforge.net/projects/artrev ... z/download
The mod contains quite a bit of new stuff since last release, like command center, tank factory and research lab, as well as assault gun, ripple rockets, avenger SAM and whirlwind turret.
Big thanks to cnceo and Alpha93 for their contributions
https://sourceforge.net/projects/artrev ... z/download
The mod contains quite a bit of new stuff since last release, like command center, tank factory and research lab, as well as assault gun, ripple rockets, avenger SAM and whirlwind turret.
Big thanks to cnceo and Alpha93 for their contributions


-insert deep philosophical statement here-
-
cnceo
- Trained

- Posts: 108
- Joined: 23 Sep 2013, 11:49
- Location: Germany
Re: Art Revolution mod. Latest release: alpha 3 January 20,
Sweet! It's such a nice project. I really hope, that I'll find some time in the future to contribute more stuff.
-
AWarZoner
- Trained

- Posts: 129
- Joined: 21 May 2013, 17:03
Re: Art Revolution mod. Latest release: alpha 3 January 20,
I will look at it soon!
-
themac
- Trained

- Posts: 415
- Joined: 17 Jul 2009, 19:14
- Location: Germany
Re: Art Revolution mod. Latest release: alpha 3 January 20,
Great thing! Tnx! I will have a look into it! 
-
cnceo
- Trained

- Posts: 108
- Joined: 23 Sep 2013, 11:49
- Location: Germany
Re: Art Revolution mod. Latest release: alpha 3 January 20,
For everyone who is curious about the current state of the mod, here is a quick collection of some newer models:
You do not have the required permissions to view the files attached to this post.
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: Art Revolution mod. Latest release: alpha 3 January 20,
It looks totally awesome.
-
themac
- Trained

- Posts: 415
- Joined: 17 Jul 2009, 19:14
- Location: Germany
Re: Art Revolution mod. Latest release: alpha 3 January 20,
Yes, that looks quite good. But it does not run as good. It runs very choppy. Warzone needs some optimizations in how polygon models are drawn maybe. O.o
-
Jorzi
- Regular

- Posts: 2063
- Joined: 11 Apr 2010, 00:14
Re: Art Revolution mod. Latest release: alpha 3 January 20,
It runs very nicely with shadows off 


-insert deep philosophical statement here-
-
stiv
- Warzone 2100 Team Member

- Posts: 876
- Joined: 18 Jul 2008, 04:41
- Location: 45N 86W
Re: Art Revolution mod. Latest release: alpha 3 January 20,
A sign the graphics subsystem is being overloaded. The solution is to do less:It runs very choppy.
fewer polygons
smaller textures
less eye-candy (like the shadows Jorzi mentions)
fewer units
you get the idea...
-
Jorzi
- Regular

- Posts: 2063
- Joined: 11 Apr 2010, 00:14
Re: Art Revolution mod. Latest release: alpha 3 January 20,
At least on my crappy old countryside computer with an nvidia geforce 8600 gt & athlon 64 2GHz the new models & shaders barely stress the computer at all, with the exception of shadows, which are cpu calculated and dependent on vertex count. The only difference is longer loading times due to the amount of textures.


-insert deep philosophical statement here-
-
MaNGusT
- Art contributor
- Posts: 1154
- Joined: 22 Sep 2006, 10:31
- Location: Russia
Re: Art Revolution mod. Latest release: alpha 3 January 20,
the solution is to merge the I-NoD's branch.stiv wrote:A sign the graphics subsystem is being overloaded. The solution is to do less:It runs very choppy.
fewer polygons
smaller textures
less eye-candy (like the shadows Jorzi mentions)
fewer units
you get the idea...
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: Art Revolution mod. Latest release: alpha 3 January 20,
Many things from that branch have been merged or implemented differently in master already. And note that it optimizes rendering with the WZM format... So it is not like we could just merge it as it is.MaNGusT wrote:the solution is to merge the I-NoD's branch.
-
MaNGusT
- Art contributor
- Posts: 1154
- Joined: 22 Sep 2006, 10:31
- Location: Russia
Re: Art Revolution mod. Latest release: alpha 3 January 20,
I think I've missed those commits, I subcribed to github's atomPer wrote:Many things from that branch have been merged or implemented differently in master already. And note that it optimizes rendering with the WZM format... So it is not like we could just merge it as it is.
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: Art Revolution mod. Latest release: alpha 3 January 20,
And with latest master you don't get good performance?