*Ahem*
Y'know, this really has more right to be in the ShockEd forum.
Just looking at the gamesys right now. (I love Python.)
A Kalishnikov by any other name?Code:WeaponType AKA47
Oh my god! They killed ScriptParams! You bastards!
Well, don't expect to see custom scripts for DC anytime soon.
ps. doesn't "deep cover" sound like the name of a porn game?
-- tom
The Dromesday Book
*Ahem*
Yes. Load up the SS2 schema for it to get most of the properties. There's not that much new as far as data formats. Properties that are in both T2 and SS2 have been updated to the T2 version. New ones are AI_Dog_Combat, AIFrob, DPCAIRanged, QuickDecal, and "Decal Sentinel" (which continues the Dark Engine tradition of misspelling.) There's also a "Decal Sentinel" link flavor.
Stuff from T2 mostly has to do with rendering. Fog, weather, invisibility, runtime object shadow, and face animation. Suspicious is also there, but without the minimum light field. GunReliability gets an extra field. AI can path water, but can't fire through objects. There's no big AI.
For gameplay, it's pretty much the SS2 system. QuestBits, ecology, CharGen, logs. But the LandingPoint link isn't there. Elevator related properties are also only half-there. So I think it was just going to be a linear story, (Maybe they intended to add MissLoop later.)
Curiously, there's both TrapFlags and TripFlags properties.
Biggest change is a version bump for receptrons. And this is why I think you can't load some of the files in Dromed. The size for receptron data was increased from 32 to 64 bytes. If you use ObjTree, stay away from the receptrons. I'll have to rebuild the program to accomodate it.
In the meantime, however, I made this python script to convert a file (MIS or GAM) back to the old receptron format. It just chops off the extended data bytes. If there's non-NULL data there, it will print the name of the receptron action with "!", otherwise it just shows the name.
Edit: see my next post
No idea if this will do any good, as a thunderstorm just rolled through and cut of main power.
Last edited by Telliamed; 25th Aug 2007 at 14:41.
-- tom
The Dromesday Book
Great, now if this game could be realized by our fan mappers/coders it would be just great, too bad it will have to use either SS2 or T2 engine.
Okay, I fixed it so all missions can open in D2. Shocked's physics and rendering abilities are too weak, I'm afraid. hrmm.. I wonder if it would be appropriate to set the game cfg to "shock"? (Still wouldn't be able to see half the properties regardless.)
The issue with receptrons I mentioned above only affects the most recent gamesys, SHIPPING\DEEP.GAM. All the others were still using v2 receptrons. (Except the Mar16 gamesys which was kinda broken. Just throw that one away.) I still couldn't open some missions and tracked it down to the use of CreatureType 5. Solution is to just toss out the entire CRET_SYSTEM database (and you also have to remove the CreatureType property from concrete objects or Dromed gets really confused.)
http://whoopdedo.org/dcstuff.zip
Two python scripts, one for the gamesys another for MIS files. Run as:
Also includes a structinfo schema for ObjTree.Code:python dcfixgam.py SHIPPING/DEEP.GAM DEEPFIXED.GAM python dcfixmis.py SHIPPING/Sleuth.mis SleuthFixed.mis
-- tom
The Dromesday Book
On that note, if a team of fans were to try to make a game out of these .mis files ... what sort of game could it be? (just for discussion's sake at this point).
I'm sympathetic with the trend being towards SS2's gameplay; it fits ... except for the light-meter. Because of an engine choice, does that mean we'd have to choose between guns (SS2) and a light-meter (Thief)? It seems like those two things would be the core of the game mechanic around which other things could come or go. Anyway, I'd really hate to lose the light-meter.
Is there any way to get it into the SS2 engine, or would it be better to rig guns into the Thief engine and lose the other SS2 elements? Or maybe there are other options...
With the right arms and custom motions, guns are entirely possible in T2. In an upcoming mission, I have a "gun" of sorts as well as three thrown weapons, but all are used from inventory since I don't have the arms and motions to go with them.
I seem to have lost my deep cover stuff, anywhere I can download the file again-those links at the start of the thread don't work.![]()
WOW! Thanks for bringing this up NightRanger or I would never have found out about this!
I too would like a copy of these files.
Thirded
Me as well.
Digi should be along shortly with a link - I asked him for the same privately a few weeks ago and he gave me a working link then.
Here ya go, taffers...
www.southquarter.com/thief/dc_media_assort.zip
Excellent! I'll be stealing that later tonight ...
Haha! I started a stampede!![]()
Thank-you Brethren for the link.
This 'Deep Cover' sounds very interesting...
If you Guys want i can pack each single object from "Deep cover" project to a zip file with a screenshot of the object , the object file and the object textures.
I can´t believe i have missed these unreleased goodies that i could have used in previous missions.
im still want to get some of the remakes of deep cover on unity should get like this 1. get all models including scripts 2.download unity 3. make the game 4. upload it to file dropper 5. im gonna injoyps
nly creators make the game
Last edited by kostyabud2009; 28th Jun 2018 at 04:28.
I'm in - give me one week time, cause I'm away for the next three days, OK?