Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (dr_panther, Ayumi, 7th_zorro), 877 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 7 of 9 1 2 3 4 5 6 7 8 9
Re: render2texture.dll all a6 editions [Re: Slin] #151854
12/29/07 08:06
12/29/07 08:06
Joined: Sep 2005
Posts: 508
Texas
not_me Offline
User
not_me  Offline
User

Joined: Sep 2005
Posts: 508
Texas
where do i put this in my script? Code:
  	dllfunction r2T_eventSky(); 
dllfunction r2T_eventEntities();
render_sky=r2T_eventSky;
render_entities=r2T_eventEntities;


EDIT: oh never mind...haha...i got it.

Last edited by not_me; 12/29/07 08:08.

-Initiate Games
-Level designer

http://www.sckratchmagazine.com
Re: render2texture.dll all a6 editions [Re: ChrisB] #151855
12/31/07 01:10
12/31/07 01:10
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline
Expert
TripleX  Offline
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
Second sidenote: If 3DGS doesn't load a dll, use dll_open by yourself (e.g. dll_open("C:\\Programme\\Wow_DLL_From_Chris.dll"); ) Normally it will work than. If not, you can at least see it in the return value and give out an error message

Re: render2texture.dll all a6 editions [Re: TripleX] #151856
01/08/08 16:33
01/08/08 16:33
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
ChrisB, would you mind sharing the sourcecode of this dll?

Re: render2texture.dll all a6 editions [Re: Slin] #151857
01/08/08 22:41
01/08/08 22:41
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
here's my error now, i put the dll in the main directory, and at the beginning of my main function, i put:

dll_open("render2texture.dll");

and......dah da da daaaahh

error, can't load render2texture.dll

i've tried different ways of doing it, even using folders and loading from it using "c:\\folder\\render2texture.dll" and i get the same thing

edit: i should mention i only get this problem with render2texture.dll, none other

Last edited by mpdeveloper_B; 01/08/08 23:03.

- aka Manslayer101
Re: render2texture.dll all a6 editions [Re: mpdeveloper_B] #151858
01/23/08 00:19
01/23/08 00:19
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
is there any info on this? i still get the same problems i listed before, even with 6.6. will this be fixed?


- aka Manslayer101
Re: render2texture.dll all a6 editions [Re: mpdeveloper_B] #151859
01/23/08 02:40
01/23/08 02:40
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
ok, here's the result of testing:

what works: the old render2texture.dll with the bugs, after copying the two dx9 files

the problems: it stretches the screen vertically, and it looks really bad
the new render2texture.dll (1.1) doesn't work at all, even with the dlls, it won't load at all
only bright entities or entities that have bright materials are visible
any clipping or fog code messes up the rendering process

i have 6.60 com, and the pc i have supports the required functions

Last edited by mpdeveloper_B; 01/23/08 02:45.

- aka Manslayer101
Re: render2texture.dll all a6 editions [Re: mpdeveloper_B] #151860
01/24/08 17:11
01/24/08 17:11
Joined: Sep 2002
Posts: 1,604
Deutschland
ChrisB Offline OP
Serious User
ChrisB  Offline OP
Serious User

Joined: Sep 2002
Posts: 1,604
Deutschland
@mpdeveloper_B: if you update your DirectX version you don't need to copy the dx9_XX.dlls.
Can you please send me an example project which doesn't work?
I also need you WindowsVersion and Graficcard.


www.Swollen-Eyeballs.org
ICQ:169213431
#3dgs@quakenet
Re: render2texture.dll all a6 editions [Re: ChrisB] #151861
01/25/08 02:36
01/25/08 02:36
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
ok, first of all:

Windows XP Pro
BFG Geforce 7800 GT oc

the project is just using any post processing effects, any ones i use, i tried your bloom (to test with), and some of the other shaders in the shader forum and wiki.

with your bloom shader the only problem is that any models "except the ones with bright or materials on" will disappear, and i'm using the same code that was used in the demo


- aka Manslayer101
Re: render2texture.dll all a6 editions [Re: mpdeveloper_B] #151862
01/25/08 14:47
01/25/08 14:47
Joined: Sep 2002
Posts: 1,604
Deutschland
ChrisB Offline OP
Serious User
ChrisB  Offline OP
Serious User

Joined: Sep 2002
Posts: 1,604
Deutschland
If the demo is working but your project is not, it is likly that your code is the problem. (uh, i sound like jcl)


www.Swollen-Eyeballs.org
ICQ:169213431
#3dgs@quakenet
Re: render2texture.dll all a6 editions [Re: ChrisB] #151863
01/25/08 15:29
01/25/08 15:29
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
that would be true, but the fact that other shaders that work with render 2 texture won't work with this....

also i should mention that i only got the first version of this dll working, version 1.1 doesn't load at all, and when i use a dll_open function it says that it can't open it, regardless of what i have on my pc... even the demo doesn't work on that one


- aka Manslayer101
Page 7 of 9 1 2 3 4 5 6 7 8 9

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1