Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (Ayumi, NewbieZorro, TipmyPip), 13,888 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: [r2t dll] a little, big problem [Re: mpdeveloper_B] #185183
03/13/08 21:37
03/13/08 21:37
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
p4, 1.60ghz,128 ram. nvdia geforce 6200 A-LE. supports shadel model 2.0, and pixel shaders.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [r2t dll] a little, big problem [Re: Blink] #185184
03/14/08 14:21
03/14/08 14:21
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline OP
Expert
mpdeveloper_B  Offline OP
Expert

Joined: Feb 2006
Posts: 2,185
then your system should be running this well, what os?


- aka Manslayer101
Re: [r2t dll] a little, big problem [Re: mpdeveloper_B] #185185
03/15/08 02:47
03/15/08 02:47
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
windows xp home service pack 2


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [r2t dll] a little, big problem [Re: Blink] #185186
03/15/08 02:49
03/15/08 02:49
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
i was concerned when i wasnt getting anything, but when i got the error saying it couldnt run r2t, after the level loaded i was sure it was a problem with the dll. are you using the new dll that chrisb uploaded?


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [r2t dll] a little, big problem [Re: Blink] #185187
03/17/08 13:44
03/17/08 13:44
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
not sure if the new dll is working either. any ideas mp?


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [r2t dll] a little, big problem [Re: Blink] #185188
03/17/08 14:23
03/17/08 14:23
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline OP
Expert
mpdeveloper_B  Offline OP
Expert

Joined: Feb 2006
Posts: 2,185
i don't know, sorry, i'm not sure what it could be, talk with chrisB, i sent some problems to him and he'll be uploading a new dll soon


- aka Manslayer101
Re: [r2t dll] a little, big problem [Re: mpdeveloper_B] #185189
03/17/08 20:51
03/17/08 20:51
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
thanks for your time, i know you are busy. i will wait for chrisb.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: [r2t dll] a little, big problem [Re: Blink] #185190
03/21/08 00:48
03/21/08 00:48
Joined: Oct 2006
Posts: 470
Balkan
Ganderoleg Offline
Senior Member
Ganderoleg  Offline
Senior Member

Joined: Oct 2006
Posts: 470
Balkan
Hello,

well I have similar problem to the one that mpdeveloper_B described.

In my start-level everything is working brilliant, bloom is great, water is sooo ql, but when I try to load another segment of the game I get flat-black screen or even a big, fat crash of entire engine

Engine crashes only if I write in loading function:

camView.bmap=scene_bmap;

or

bloomDownsample_view.bmap=bloom1_bmap;

or anything with … view.bmap= …

So what must I write in loading function in order for bloom to work in loaded level?

I must say I could live with sky being the same in every level if I could have bloom in every level


>>Demos free3DModels Tutorials<<
>>>>>>> by Pavle Nikolic <<<<<<<

Re: [r2t dll] a little, big problem [Re: Ganderoleg] #185191
03/21/08 01:28
03/21/08 01:28
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline OP
Expert
mpdeveloper_B  Offline OP
Expert

Joined: Feb 2006
Posts: 2,185
i had submitted these problems to him a few days ago, he is apparently working on a new dll to work out these bugs


- aka Manslayer101
Re: [r2t dll] a little, big problem [Re: mpdeveloper_B] #185192
03/21/08 02:01
03/21/08 02:01
Joined: Oct 2006
Posts: 470
Balkan
Ganderoleg Offline
Senior Member
Ganderoleg  Offline
Senior Member

Joined: Oct 2006
Posts: 470
Balkan
Gooood
I really like the dll and it doesn’t damage my fps too much so I would like to use it but if it can work for only one level then it’s useless for my project
I hope he gets it working


>>Demos free3DModels Tutorials<<
>>>>>>> by Pavle Nikolic <<<<<<<

Page 3 of 4 1 2 3 4

Moderated by  aztec, Blink, HeelX 

Gamestudio download | 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