Jump to content
The Dark Mod Forums

So, what are you working on right now?


Springheel

Recommended Posts

The snow in the first screens is very clever. How did you do those bumps?

 

It looks like patches

I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:

https://www.youtube.com/c/NeonsStyleHD

 

Dark Mod Missions: Briarwood Manor - available here or in game

http://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/

 

 

Link to comment
Share on other sites

That looks really really nice detail work.

I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:

https://www.youtube.com/c/NeonsStyleHD

 

Dark Mod Missions: Briarwood Manor - available here or in game

http://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/

 

 

Link to comment
Share on other sites

 

It looks like patches

 

 

27 Oct 2009

;)

Come the time of peril, did the ground gape, and did the dead rest unquiet 'gainst us. Our bands of iron and hammers of stone prevailed not, and some did doubt the Builder's plan. But the seals held strong, and the few did triumph, and the doubters were lain into the foundations of the new sanctum. -- Collected letters of the Smith-in-Exile, Civitas Approved

Link to comment
Share on other sites

Dragofer, I like how much extra details are packed into some of those scenes. Like all the clutter on what looks to be the top of a shelf/loft? Just adds a bit more character all around.

nice leather chair.

;)

  • Like 3

Modeler galore & co-authors literally everything

 

 

Link to comment
Share on other sites

push with box Vanishedone breaks everything) Throw boax at func_mover and it breaks or cause damage.

 

Using spline with anchors to means no breaking and damage.

 

$anchor.time(x);
$anchor.accelTime(x);
$anchor.decelTime(x);

$anchor.startSpline($name of spline);

 

how r u repeat the func_movers for movement continuously?

Link to comment
Share on other sites

The "while $object = 1" might work until the condition becomes false, which would never happen if that object were a physical switch that started true (that the player could never find, eg, in a wall) :)

Until $anchor.time </> (n);

is like a safety measure, so that if it is pushed or stopped, it just ends and then...

sys.waitFor (escalators/whatever) would repeat it ad infinitum, unless someone or something throws that $object/switch

Might restart it after push/block/whatever.

No extra script required - only the catmullroms(splines, whatever) and anchors/movers script... Perhaps easier with a few switches than extra scripts... Add the "while" at the end, maybe, (as a new void from main, "escalators", chuck it in "continuous(ly) [grammar corrections / correcting grammar]".), idk..?

Might stop them from being so easy to push around, because they will travel only a described path - but they can cause damage depending on the speed (time / acceltime / etc...)

Increasing the mass might have some... undesirable effect with motion :)
But... if it kills people - i'm down with that. :ph34r:

 


I'd be interested in how you've looped your escalators, also, VanishedOne.

Have a headache over looping scripts for objects that can be... "interfered" with.

Edited by teh_saccade
  • Like 1
Link to comment
Share on other sites

This is the script I'm using:

void escalator_step(entity spline) {
	entity step = sys.spawn("escalator_step");
	step.time(20);
	step.accelTime(0);
	step.decelTime(0);
	step.disableSplineAngles();
	while (1) {
	step.startSpline(spline);
	sys.waitFor(step);
	}
}

void main () {         
	
    sys.waitFrame(); 
	
	float i;
	for ( i = 0; i < 20; i++ ) {
	thread escalator_step($escalator_splinemover_up);
	thread escalator_step($escalator_splinemover_down);
	sys.wait(1);
	}
}

Edit: to clarify the problem with pushing, it's not that you can push steps right off the spline, but that you can create gaps in the sequence and steps that overlap one another (the last bit is especially awkward since there's no way to explain it within the fiction as mechanical breakage). They still move on the spline, but ahead of or behind their proper timing.

Edited by VanishedOne
  • Like 1

Some things I'm repeatedly thinking about...

 

- louder scream when you're dying

Link to comment
Share on other sites

Yes - that is the problem - there's a way to "jam" them - like a spanner in the works.

This is fine to cause damage, because it's crush/smush...
Hmm...

Have you tried binding the individual steps..?

// bind the step to the escalator

{
$step.bind ($escalator);
}

//I got the exact same problems atm. Dealing with it by having it reset every so often by a self-throwing switch. Resets to "default" and... timing is trial and error - idk wtf it works it just does so I'm not touching that part for now... :P

Edited by teh_saccade
  • Like 1
Link to comment
Share on other sites

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
    • The Black Arrow

      Hope everyone has the blessing of undying motivation for "The Dark Mod 15th Anniversary Contest". Can't wait to see the many magnificent missions you all may have planned. Good luck, with an Ace!
      · 0 replies
×
×
  • Create New...