Respond, if you're alive....(project update/models)
Moderators: scallenger, Hilwo, Kovu
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
lemme check --
So, this isn't going to be water, but an animated scroll, like the ocean, correct?
So, this isn't going to be water, but an animated scroll, like the ocean, correct?
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Rem, I used the value scripts below and no problems, though I can't figure out how these things go. Try importing again, being certain that the option 'change texturenames to form' is checked before import. (I chose not to replace the two pre-existing textures, ocean, beach)
group seawater = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "ocean.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group shore1 = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "shore1c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group shore2 = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "shore2c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group beach = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "beach1c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
(That MipMap false value shouldn't really be there for the group beach object since that texture already exists without that value on the sandy beach trn_obj. You could omit that if troublesome)
btw, when you're modelling these objects, are you using the latest tc_isle terrain? If not, below:
http://www.trespasserextras.com/tcisleter.ZIP
group seawater = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "ocean.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group shore1 = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "shore1c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group shore2 = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "shore2c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
group beach = {
bool Shadow = false
float DeltaX = -0.008000
float DeltaY = 0.020000
string Anim00 = "beach1c.bmp"
bool MipMap = false
string Class = "CInstance"
int ext_GeometryType = 2
}
(That MipMap false value shouldn't really be there for the group beach object since that texture already exists without that value on the sandy beach trn_obj. You could omit that if troublesome)
btw, when you're modelling these objects, are you using the latest tc_isle terrain? If not, below:
http://www.trespasserextras.com/tcisleter.ZIP
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
-
- -=TresCom Developer=-
- Posts: 1845
- Joined: Mon Jul 22, 2002 12:35 pm
- Location: Holland, Europe
Yes, that's why the ocean objects will be one of the last models I'll create.
Funny, copied the values, but it still doesn't work. Maybe it's because I'm running the game in software mode?
I switched to SW mode because of the NCS, but when I try to switch back is says not compatible HW devices if found (probably cos I installed new drivers while my GF4 was gone).
* Oh, yes, water will be scrolling. There's a blue gradient between the blue ocean water and the surf so the white stuff fades in. On spots like the SS Venture and the dock we can put interactive water on top.
* Btw, which version of GeomAdd are you using?
Funny, copied the values, but it still doesn't work. Maybe it's because I'm running the game in software mode?
I switched to SW mode because of the NCS, but when I try to switch back is says not compatible HW devices if found (probably cos I installed new drivers while my GF4 was gone).
* Oh, yes, water will be scrolling. There's a blue gradient between the blue ocean water and the surf so the white stuff fades in. On spots like the SS Venture and the dock we can put interactive water on top.
* Btw, which version of GeomAdd are you using?
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
2003-08-29 version (latest)
If needed, I could set up a quick dummy level with just those models if you think that'd help you sort this out --
If needed, I could set up a quick dummy level with just those models if you think that'd help you sort this out --
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
-
- -=TresCom Developer=-
- Posts: 1845
- Joined: Mon Jul 22, 2002 12:35 pm
- Location: Holland, Europe
Yes, please, if you have the time.
This is kinda strange, I even imported them into the fresh testscene and it still doesn't work (even without scripts or anything). And I'm using the same version of GeomAdd...
This is kinda strange, I even imported them into the fresh testscene and it still doesn't work (even without scripts or anything). And I'm using the same version of GeomAdd...
Last edited by Remdul on Sun Oct 19, 2003 8:39 pm, edited 1 time in total.
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
I'm uploading a copy of our level now, just has anne and your beach objects (2.1mbs)
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Ok, here's the deal. Levels with 24bit textures only work in hardware mode, software mode they crash. Bad news. 
Anyway, download level below, switch your textures with those inside the texture zip and re-port, choose replace textures. Then, it'll load in software --
http://www.trespasserextras.com/shores.ZIP
http://www.trespasserextras.com/shoretex.ZIP

Anyway, download level below, switch your textures with those inside the texture zip and re-port, choose replace textures. Then, it'll load in software --
http://www.trespasserextras.com/shores.ZIP
http://www.trespasserextras.com/shoretex.ZIP
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Honestly, I never checked, Rem. All I can tell yah is what I've just tested. I always play in hardware mode so never bothered to check if those 24bit textures were a problem in software, but in every level I have 'em, every level crashes when tested. It won't affect our rain any, but you may have to settle for 8bit for water animations.
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Say, Rem, are all of these windows within the crater lab the same dimensions? If so, perhaps you can do me a favor. Could you model the glass for the windows, explode the model into eight (or ten) pieces? Most windows I think should be already broken, though I think we should set up at least a half dozen or so to shoot up. I was thinking for those windows already broken, we could have a separate model of the broken edges of a window still clinging to the outer frame (see damn building). Alpha channel is the way to go here, I think too. Textured windows just don't have the transparency needed --
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
Nifty. 

Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
-
- -=TresCom Website Manager=-
- Posts: 1493
- Joined: Sun Nov 10, 2002 9:41 pm
- Antispam: No
- Just dropping in! Don't wanna stray the topic here, just wanna let you guys know I checked out whatcha got done! Lemme just tell ya guys I'm lovin' everything! This level is gonna be sooo awesome, people are gonna be drooling over the screenshots. I swear, any time things get quiet around here it just takes a post like this to get me excited for the lev. again. Awesome job guys, keep it up, this is gonna be good
-

You can usually find me on our Discord.
Trespasser Mod Manager

Trespasser 2020: A Trespasser Modding Starter Kit

Trespasser Arena
Trespasser Mod Manager

Trespasser 2020: A Trespasser Modding Starter Kit

Trespasser Arena
-
- -=TresCom Developer=-
- Posts: 1845
- Joined: Mon Jul 22, 2002 12:35 pm
- Location: Holland, Europe
Shattered glass model:
http://home.planet.nl/~buijs512/trescom/glassA.zip
You'll notice I've included a transparant texture. Once we got the problem with those textures figured out you can try and put this texture on it. It matches the lab textures, look pretty neat I think.
http://home.planet.nl/~buijs512/trescom/glassA.zip
You'll notice I've included a transparant texture. Once we got the problem with those textures figured out you can try and put this texture on it. It matches the lab textures, look pretty neat I think.