It is currently Mon May 20, 2013 6:58 pm




Post new topic Reply to topic  [ 159 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 11  Next
Coding 
Author Message
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
Hey Jonas, Didn't I code up something to allow you to update goals with new information? I cant seem to find the implementation


Wed Dec 28, 2005 5:02 am
Profile
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
nevermind, found it. It was built into the goal add trigger.


Wed Dec 28, 2005 5:04 am
Profile
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
Kill count seems to be missing from the goat city pretravel function in the mission script document. I took the liberty of adding it to the code. Please do the same to the mission script assuming it is supposed to be there.


Wed Dec 28, 2005 6:49 am
Profile
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
mission 22 exclusive script is completed with no TODOs. I'm uploading an updated tnm package. so it can be tested.


mission 23, 23_ABIRuins: is it necessary to only capture the player if he is captured by zeropresence. In the equivalent script for mission 4 in deus ex a flag is set when the player can be captured and any time after that flag is set, when he dies, he is captured. The property you refer to does not exist and I can't think of an easy way to work out the player's killer.


Wed Dec 28, 2005 6:56 am
Profile
Off Topic Productions
Off Topic Productions
User avatar

Joined: Sat Apr 24, 2004 9:21 pm
Posts: 13850
Location: Hafnia
Post 
HEY SHANE! CHECK IT OUT!!!

Image

And the really awesome thing is, since everybody's a mod in this forum, it won't even say that you edited your post! You can JUST. KEEP. EDITING!

Anyway, to answer ALL your questions:

Quote:
You want me to remove anything with the tag 'Dungeon..Boon' (can't remember th exact tag. Not important). From the map when the player gets captured unless it's in the players inventoy?

Yes.
Quote:
The cigarettes are supposed to be useless. They're just easter egg style items to improve immersion.

I know, that's what I wanted to change. But I agree with your observations, so let's leave them alone.
Quote:
In light of this I have assumed that there are -only- 4 bombers. Is this assumption correct?

That is correct.
Quote:
Kill count seems to be missing from the goat city pretravel function in the mission script document. I took the liberty of adding it to the code. Please do the same to the mission script assuming it is supposed to be there.

Roger that.
Quote:
mission 23, 23_ABIRuins: is it necessary to only capture the player if he is captured by zeropresence. In the equivalent script for mission 4 in deus ex a flag is set when the player can be captured and any time after that flag is set, when he dies, he is captured. The property you refer to does not exist and I can't think of an easy way to work out the player's killer.

I see. Well, the player will be capturable if the following flags are set:

ALLIED_PDX=TRUE
Zero_Dead=FALSE

I can set an additional flag when ZeroPresence tells the player he's going to take the player alive. But are you sure there's no way to see who killed the player? I'm pretty sure I didn't just make that function up.

_________________
Jonas Wæver
Chief Poking Manager of TNM

Random Outbursts of Creativity


Wed Dec 28, 2005 12:07 pm
Profile WWW
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
killerbindname is defined in deusexcarcass. By the time the player reaches the carcass stage I think it might be too late.


Wed Dec 28, 2005 12:51 pm
Profile
Off Topic Productions
Off Topic Productions
User avatar

Joined: Sat Apr 24, 2004 9:21 pm
Posts: 13850
Location: Hafnia
Post 
Oh I see. Right, I'll just set a flag in the PM ZP sends you when you get close to the chapel. That way, you'll know he's out to take you alive, so if somebody else kills you, it'll be a logical assumption that ZP arrived on the scene to drag you away.

Let's call the flag
MS_ABIBossTauntSent

_________________
Jonas Wæver
Chief Poking Manager of TNM

Random Outbursts of Creativity


Wed Dec 28, 2005 12:59 pm
Profile WWW
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
we need to discuss what constitutes being detected for the purpose of the stealth award. I suggest that we make the player detected whenever an enemy pawn enters an active state (alerting, attacking, etc) and when any alarm is set off. We can have a custom alarm panel for this purpose or just a trigger that all alarm panels are set to trigger.


Thu Dec 29, 2005 6:34 am
Profile
Off Topic Productions
Off Topic Productions
User avatar

Joined: Sat Apr 24, 2004 9:21 pm
Posts: 13850
Location: Hafnia
Post 
Yep, that detection method sounds good. A new alarm would also be nice, that would additionally allow us to let the player activate an alarm by frobbing it, so as to lure enemies towards it.

_________________
Jonas Wæver
Chief Poking Manager of TNM

Random Outbursts of Creativity


Thu Dec 29, 2005 1:11 pm
Profile WWW
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
I don't think enemies are attracted to alarms so that might not work.


Thu Dec 29, 2005 2:43 pm
Profile
Off Topic Productions
Off Topic Productions
User avatar

Joined: Sat Apr 24, 2004 9:03 pm
Posts: 2817
Location: Canada
Post 
Wow, progress pleases me. Especially the massive amounts of it that occur when I'm away:D

_________________
-Life does not snap to the x-axis


Fri Dec 30, 2005 2:33 am
Profile WWW
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
yeah. Take the hint already :P


anyway I realised that my alarm panel idea wouldn't account for things like cameras and laser trip wires I don't think so I'm going to go with the trigger idea.


Fri Dec 30, 2005 5:20 am
Profile
Off Topic Productions
Off Topic Productions
User avatar

Joined: Sat Apr 24, 2004 9:21 pm
Posts: 13850
Location: Hafnia
Post 
Hey Shane, the good Doctor mentioned a timer bug over MSN, apparently the original DX timer code is fucked up if you quicksave/load at all during a countdown. Is this something we've fixed? Is it something we CAN fix? If not, would it be a reasonable work-around to simply autosave just before initiating the timer and then prohibiting quicksave while the countdown is in progress?

_________________
Jonas Wæver
Chief Poking Manager of TNM

Random Outbursts of Creativity


Thu Jan 12, 2006 6:05 pm
Profile WWW
The Nameless Mod
The Nameless Mod

Joined: Mon Apr 26, 2004 1:54 am
Posts: 1276
Location: Perth, Western Australia
Post 
If you're talkign about the timer that gets added to your hud and counts down then this may not be an issue for us as I already wrote a replacement one not realising there already existed one in deus ex. Otherwise I imagine it's an easy fix to whatever you're talking about.


Fri Jan 13, 2006 3:45 pm
Profile
Off Topic Productions
Off Topic Productions

Joined: Thu Mar 24, 2005 9:41 pm
Posts: 55
Post 
Shane, Jonas and I have been talking about the new smg. The way the old SMG works is a pain in the butt and I suggested that it be changed to have the sound of one shot loop instead of 5 in one single sound. Is this possible?


Sat Jan 14, 2006 10:33 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 159 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 11  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore.