673f68021d706

673f68021f138
3 Guests are here.
 

Topic: SS2 Four Hundred (400)
Page: « 1 2 [3] 4 ... 20 »
Read 544930 times  

Re: Four Hundred
673f680220612
Yeah, I got the meaning. It's because they have the same Z parameter, even if their X or Y parameters are different (of course they have to be somewhat close in order to interfere with each other). I don't know if "parameter" is the adecuate word in english, because I'm not a native speaker. In spanish we call it "coordenada", the same as "coordinate".

673f680220758DMI-1407

Re: Four Hundred
673f6802207c8
i want to activate shtup and your mod too,
i have see that some files have the same name and directory...
( shtup_beta6.ss2mod\obj\txt16\static_.pcx  and  AccFam_9.rar\Obj\txt16\STATIC_.mtl )
so hm what are mtl files ? shaders ? because they link to inc files... hm and they link to other inc files too
or to textures with uv coordinates...
I think STATIC_.mtl replaces the static_.pcx with the OBJ_Static.png ... so can i delete the static_.pcx from shtup ?  :/

673f68022096bvoodoo47

Re: Four Hundred
673f6802209c7
mtls specify the replacement texture size (among other things). unless you plan doing your own mods, it's nothing to be concerned of. just install both mods and play.

673f680220a75Marcelo

Re: SS2 Four Hundred
673f680220ad8
Thank you for this. This mod works great in combination with SHTUP.  :thumb:

673f680220be9Marcelo

Re: SS2 Four Hundred
673f680220c38
Hey ACC. Just leaving a texture here in case you might want to use it. grav002
Image: http://i45.tinypic.com/11l4lqt.jpgImage: http://i49.tinypic.com/i5djdv.png

673f680220cedKyle873

Re: SS2 Four Hundred
673f680220d3c
Holy crap this looks awesome. This plus all the effects cranked up to max actually makes System Shock 2 look really damn good. However it can get a bit laggy since I'm using an older Radeon HD card. Good thing my 660 GTX is on it's way. :D
Re: SS2 Four Hundred
673f680220e5e
Ahahaaaaa-a-a-a-I forgot I was working on that. Sorry. I'll get back to it asap (just finished working on a jigsaw puzzle game, I'm not even kidding). Anyway.

Thanks everyone.

Thanks Marcelo but I don't see the texture this way (and I'm sure some of you don't see the textures the way I did them either). That's a bit of the problem when redrawing thirteen years old graphics.
Acknowledged by: RocketMan
Re: SS2 Four Hundred
673f68022102b
Your way of seeing things has led you well so far, keep going. :)

673f6802210e7Marcelo

Re: SS2 Four Hundred
673f680221133
Yep my texture is a bad interpretation of the original. Your textures are perfectly made and fit perfectly to the older style. I wish I could draw textures like you do. Please do continue, we are looking forward for more. WE WANT MOAR!  :thumb:

673f680221425RocketMan

Re: SS2 Four Hundred
673f68022147c
It's not bad... like all things it's rarely perfect the first time around that's all.  Post your work in progress, get feedback and the final product may very well be of a high caliber.  That's why 2 heads are better than one :)
Re: SS2 Four Hundred
673f680221572
(small update, nothing fancy: a few generic textures, two or three more in Hydro, two -gross- Many skins)

673f6802215f6RocketMan

Re: SS2 Four Hundred
673f680221641
Go ACC woot woot !!!

673f680221872Kyle873

Re: SS2 Four Hundred
673f6802218cc
Go ACC woot woot !!!

Couldn't agree more, you're doing a top notch job. The environment maps on the glass textures looks really nice. I can imagine that making the Crystal Shard looking pretty badass. Also, how is the animation on some of the textures so SMOOTH now? Like the water, fading ATTENTION screen and the generic "blue phase" effect used for the force fields and laser pistol? They all look really good. If all the monitor and screen textures actually get updated to use that smooth animation with legible writing and such, that would be amazing.

673f680221a9fvoodoo47

Re: SS2 Four Hundred
673f680221dcd
the med obj logo looks slightly off, see the pic (small piece of green artifact showing in he upper left corner as well). btw, I assume you are aware of the SHEMP package? most of the screen textures have already been recreated in hires, and are as close to the originals as they can get.
Re: SS2 Four Hundred
673f6802221f0
In the original game, the animations are frame based (one image per animation frame) and most of the time, there are only four frames -- exception made for liquids. Whenever it's possible, I use the material scripting instead. You get a smoother animation and uses less pictures (it means less ram, more cpu).

Now for the downsides:
First, for each new layer you get an additional rendering pass. That's the reason why some part of the screen textures looks "cut out" while the rest is bi-linear filtered (that should be easy to fix, just have to smooth the alpha).
 The other problem I have is how to animation is "timed": I once tried to make an actual screen writing stuff (you know, character per character, line after line). But it didn't work because I couldn't synchronize the scrolling for the layer (I tried to scroll a mask layer right with the sawtooth function every X seconds to uncover Y characters, and lower the same layer down every X*Y seconds, but it didn't work at all. I suspect the timer isn't locked when the rendering starts because the movement was correct, the timing was not).
 Finally, I still can't get the pivot function to work, so I'll have to use the good old frame-based animation for some elements.

(Also, Grosnus sent me a few nice textures, they'll be in the next release)
btw, I assume you are aware of the SHEMP package?
Of course I am.
...
Kidding appart, why do we have to keep all of these mods separed? It's really hard to keep track of this and that...

673f680222601ZylonBane

Re: SS2 Four Hundred
673f680222661
Kidding appart, why do we have to keep all of these mods separed? It's really hard to keep track of this and that...
Because they do different things. SHEMP isn't even a mod, it's a resource package.

That being said, many people have suggested creating some sort of mega-mod package of the most popular mods.

673f6802229bbvoodoo47

Re: SS2 Four Hundred
673f680222a14
Kidding appart, why do we have to keep all of these mods separed? It's really hard to keep track of this and that...
because while most people agree that the current mess of ss2 mods needs to be cleaned up, nobody is really sure how to tackle the issue. pretty sure ZB plans to add SHEMP into SHTUP, so as soon as he new version is out, yaay there will be conflicts with 400 mod (as you already have your own version of the screen textures). the situation with the other mod packs is similar - some of them are unfinished, they have conflicts with each other, and they are often not available in easily installable packages. will be tough getting out of this.

also, while I can roughly understand what are you saying (the tech stuff), I have only used some very basic mtl functions in those very few mini mods that i've put together, so I can't offer any help, unfortunately.

but here's the funny fact - it's exactly because of this (the need to mess a lot with the mods) that I've ended up here, and for the better or worse, I've stayed.
Re: SS2 Four Hundred
673f680222d80
so as soon as he new version is out, yaay there will be conflicts with 400 mod
(I can't help myself but marvel at how incredibly negative and unhelpful you sound sometimes)

Since I'm new around here and it's not in my plans to stay, who's in charge of what? Could it be possible to see what assets are done so far and merge all these projects together? I'm not saying "right away"; I only hope for some agreement with the author of every content, at least. I understand the point of a "mod compilation", but the problem remains the same: what an unaware user is supposed to install? Merge as much *related* content as possible in a single mod seems to be a good idea (consistency wise anyway).

(Can't wait for the next update, get Grosnus textures here, adds the gravshafts textures and the road in front of the Ramsey Center)

673f680223118voodoo47

Re: SS2 Four Hundred
673f68022316a
well, I am an incredibly negative and unhelpful person sometimes, no doubt. :rolleyes:
it's not in my plans to stay
hope you'll reconsider. skilled people interested into ss2 modding are rare. as for who's in charge of what, well, ZB is the SHTUP guy as already mentioned, Nameless Voice rules over ADAOB, you are doing the world textures apparently, Guud (also a new guy) looks like he is serious about doing an AI mesh mod, and I'm in charge of bugging everyone for improvements and features, as I'm basically talentless and can only make small fixes here and there (sticking fingers into everyone's soup). the rest of the mods are either abandoned, or on a very long term hiatus.

so basically, your work right now is a great addition, but doing the screen textures seems a bit redundant (no idea how time consuming they are) - it would perhaps be wiser to concentrate on the (much more needed) world textures. but the choice is all yours, of course.

when the new versions are released, maybe we could at least create some compatible and easily installable packages - world texture update (400 mod), obj texture update (SHTUP), bugfixes (ADAOB), weapon pack (Tacticool + all the addons) etc, that should make things much easier.
« Last Edit: 09. January 2013, 20:05:55 by voodoo47 »
Re: SS2 Four Hundred
673f68022326d
I'd gladly skip the screens (because I'm lazy), but I also hope the already done screens are not simple frame-per-frame redraws...

673f680223476ZylonBane

Re: SS2 Four Hundred
673f6802234d4
I'd gladly skip the screens (because I'm lazy), but I also hope the already done screens are not simple frame-per-frame redraws...
You haven't actually tried ADaOB yet? Or even looked at the SHEMP textures?

673f6802235a6voodoo47

Re: SS2 Four Hundred
673f6802235f3
well, they are much higher in resolution (than the original ones), and the animation has more frames, so they are much smoother (and they are extremely close to the originals in the way they look, we like that a lot here). they had to pull some quite crazy stuff to get them working in the old engine. if they (the textures) had some deficiencies, I'm pretty sure ZB will fix them up for the upcoming SHTUP release.
Re: SS2 Four Hundred
673f680223848
You haven't actually tried ADaOB yet? Or even looked at the SHEMP textures?
Nope, I didn't. I used to play with ShTUp.

673f6802238fbMarcelo

Re: SS2 Four Hundred
673f680223953
Thank you so much for updating your Mod ACC. The textures look great. I agree with what you say about unifying all texture mods in a single install. Some textures are repeated so what? The most accurate should make it through the final release.

Your name:
This box must be left blank:

System Shock takes place on a space station named ...:
3 Guests are here.
And so...the adventure is over.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
673f680225076