The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 871 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 871 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Graphics wizardry
#1
So someone nagged me into looking at the graphics code. While I do not intend to hold any releases up because of it, I think I can give you the ability to fiddle with some more graphics controls at your own risk. What I will enable includes:
Code:
;ra2md.ini
[Graphics.Advanced]
DirectX.Force=(default|hardware|emulation)
Surface.Composite.Memory=(default|VRAM|System)
Surface.Composite.Force3D=(default|yes|no)

.Force - force DirectDraw into either software emulation or hardware rendering mode, default being "don't force anything, do what you think is best". The infamous ddraw.dll that people were peddling earlier simply forces this setting into software emulation mode.
.Memory - whether to force this surface into video RAM or system RAM, "Composite" stands for surface name, and there are multiple surfaces such as Composite, Tile, Hidden, Alternate, Primary, Sidebar, etc. I don't really know what which of them do, but whatever, this is supposed to be a test. Two of these surfaces are usually controlled with [Video]VideoBackBuffer=y/n while the rest are hardcoded, this gives finer control.
.Force3D - should this surface be forced into what Westwood named 3D, again I do not know what precisely it is.

I'll post more info as I find it, in the mean time, I want thoughts on all the graphics stuff.

Worth playing: 1 | 2 | 3
Reply


Messages In This Thread
Graphics wizardry - by DCoder - 31.03.2009, 17:46:47
RE: Graphics wizardry - by MRMIdAS - 31.03.2009, 18:59:11
RE: Graphics wizardry - by hogo - 01.04.2009, 12:43:20
RE: Graphics wizardry - by MRMIdAS - 01.04.2009, 16:25:15
RE: Graphics wizardry - by hogo - 01.04.2009, 23:47:48
RE: Graphics wizardry - by MRMIdAS - 02.04.2009, 02:06:01
RE: Graphics wizardry - by DCoder - 01.04.2009, 17:50:42
RE: Graphics wizardry - by MRMIdAS - 01.04.2009, 18:57:43
RE: Graphics wizardry - by DCoder - 01.04.2009, 20:35:09
RE: Graphics wizardry - by Renegade - 02.04.2009, 05:56:37
RE: Graphics wizardry - by Guest - 02.04.2009, 11:39:34
RE: Graphics wizardry - by Bobingabout - 15.04.2009, 11:56:34
RE: Graphics wizardry - by hogo - 15.04.2009, 12:02:05
RE: Graphics wizardry - by Tempest - 02.04.2009, 13:17:13
RE: Graphics wizardry - by hogo - 02.04.2009, 14:02:00
RE: Graphics wizardry - by Beowulf - 23.04.2009, 07:29:06
RE: Graphics wizardry - by hogo - 23.04.2009, 13:22:39
RE: Graphics wizardry - by Renegade - 23.04.2009, 18:15:16
RE: Graphics wizardry - by Bobingabout - 24.04.2009, 10:48:28
RE: Graphics wizardry - by Guest - 24.04.2009, 19:01:01
RE: Graphics wizardry - by Marshall - 25.04.2009, 12:35:51
RE: Graphics wizardry - by Guest - 25.04.2009, 13:35:09
RE: Graphics wizardry - by DCoder - 25.04.2009, 15:24:10
RE: Graphics wizardry - by Bobingabout - 27.04.2009, 10:19:28
RE: Graphics wizardry - by hogo - 27.04.2009, 11:24:53
RE: Graphics wizardry - by Tempest - 26.04.2009, 14:26:59
RE: Graphics wizardry - by MRMIdAS - 26.04.2009, 16:31:47
RE: Graphics wizardry - by Beowulf - 04.05.2009, 06:53:29
RE: Graphics wizardry - by hogo - 18.06.2009, 17:13:41
RE: Graphics wizardry - by DCoder - 15.11.2009, 19:14:45
Whats new? - by Ojisan Boy - 16.11.2009, 01:03:06
RE: Graphics wizardry - by Marshall - 16.11.2009, 15:23:13
RE: Graphics wizardry - by DCoder - 16.11.2009, 18:50:27
RE: Graphics wizardry - by Guest - 16.01.2010, 23:25:48
RE: Graphics wizardry - by DCoder - 17.01.2010, 09:14:14
RE: Graphics wizardry - by ,, - 17.01.2010, 17:36:54
RE: Graphics wizardry - by DCoder - 17.01.2010, 23:26:20
RE: Graphics wizardry - by Guest - 18.01.2010, 17:43:37
RE: Graphics wizardry - by DCoder - 18.01.2010, 20:12:45
RE: Graphics wizardry - by Beowulf - 19.01.2010, 00:12:06
RE: Graphics wizardry - by Guest - 19.01.2010, 17:49:58



Users browsing this thread: 1 Guest(s)