MSFN Forum: slowing stuff down - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

slowing stuff down Rate Topic: -----

#1 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 413
  • Joined: 28-April 04

Posted 13 June 2005 - 09:52 PM

the menu options fly by too fast is there any way to slow them down? i tried using sleep but instead of displaying whats happening it says "executing sleep"


#2 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 14 June 2005 - 03:04 AM

Add a display="..." to the sleep with the display of the previous tag.

I don't see why people would want to pause execution.....

#3 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 413
  • Joined: 28-April 04

Posted 14 June 2005 - 11:12 PM

Wraith, on Jun 14 2005, 04:04 AM, said:

Add a display="..." to the sleep with the display of the previous tag.

I don't see why people would want to pause execution.....
<{POST_SNAPBACK}>


so we can see what its actually doing :)

edit

i just re read that, do you mean add display="..." to
<execute>
<program>sleep</program>
</execute> ?

This post has been edited by Brando569: 14 June 2005 - 11:14 PM


#4 User is offline   Nanaki 

  • Leg-humper
  • PipPipPipPip
  • Group: Members
  • Posts: 511
  • Joined: 17-January 05

Posted 15 June 2005 - 04:50 AM

Yup, something like this:

<execute display="zzzzzzzzzzzz...">
<program>sleep</program>
<arguments>2000</arguments>
</execute>


#5 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 413
  • Joined: 28-April 04

Posted 22 June 2005 - 12:09 PM

thanks but that will add "executing zzzzz...." i want sleep to be silent and have it display the things it has done before excuting sleep, if that makes any sense

#6 User is offline   Nanaki 

  • Leg-humper
  • PipPipPipPip
  • Group: Members
  • Posts: 511
  • Joined: 17-January 05

Posted 23 June 2005 - 10:42 AM

Not possible atm. The workaround would be to take a seperate batch and put the installer and the sleep in there. :/

#7 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 23 June 2005 - 12:33 PM

It's not possible in the way that you want it, nor will it be possible at all.
XPlode clears the display before going to another plugin, and it's my view that people will want things to run as fast as is possible, not stopping to show some information that in all seriousness, is irrelevant.

You're the only person that seems to want it to pause, if I get a LOT more requests I'll consider it, but at this stage, not going to happen.

#8 User is offline   Maelstorm 

  • AT Field Pattern Blue
  • PipPip
  • Group: Members
  • Posts: 265
  • Joined: 22-July 04

Posted 04 July 2005 - 01:50 PM

If I may interject something here...

I would suggest that you use the /log command line option if you want to see what it's doing.

xplode.exe /log:"%SYSTEMROOT%\XPlode.log"

That would be the way that I would do it. With the log file, you can then study it for as long as you want to, and if any errors happen, they will also be in the log file. (Along with commands executed, status messages, etc...)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy