Jump to content
Sign in to follow this  
vektorboson

Bis console

Recommended Posts

Hi,

I just played around with the dialog-functions in OFP:Resistance and found this one:

Create a Trigger with Radio:Alpha as Activation.

Then type in the "On Activation"-Field:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

ok = createDialog "RscDisplayDebug"

<span id='postcolor'>

Well if you then preview the mission and call radio alpha, then you get a little surprise!

Actually it doesn't work, but it's nice to look at.

Share this post


Link to post
Share on other sites

Hi,

As your habit it's a very good idea.

I have try this : _ok = createdialog "RscDisplayMainVBS1"

and have the main dialog of OFP, with lot of errors...

So I think we call the dialog but not the script or something else.

But with this you can see your console is better cause you can store...

PS : I'm very "mauvaix" in the misunderstanding  sad.gif

My apologize.

cordialement

uiox

Share this post


Link to post
Share on other sites

Try this :

ok = createDialog "RscDisplayDebug" ;ctrlSetText [101, "It's an idea of Bigpoppa"]

biggrin.gif

Share this post


Link to post
Share on other sites

Hmmm...wonder what that does wow.gif

Theres some more stuff like that in the resource file in the BIN directory in OFP. Have a look... biggrin.gif

tounge.gif PEACE

Share this post


Link to post
Share on other sites

Here's a full list of all of them (including the ones mentioned above):

RscDisplayGame

RscDisplaySave

RscDisplayArcadeMap (Mission editor!wink.gif

RscDisplayArcadeUnit (guess)

RscDisplayArcadeGroup

RscDisplayArcadeMarker

RscDisplayArcadeMarkerSimple

RscDisplayArcadeSensor

RscDisplayArcadeSensorSimple

RscDisplayArcadeEffects

RscDisplayArcadeEffectsSimple

RscDisplayArcadeWaypoint

RscDisplayArcadeWaypointsimple

RscDisplayChannel

RscDisplayArcadeUnitSimple

RscDisplayChat

RscDisplayVoiceChat

RscDisplayTemplateSave

RscDisplayTemplateLoad

RscDisplayIntel

RscDisplayIntelSimple

RscDisplayMain

RscDisplayInsertMarker

RscDisplayCustomArcade

RscDisplaySingleMission

RscDisplayOptions

RscDisplayOptionsVideo

RscDisplayOptionsAudio

RscDisplayDifficulty

RscDisplayConfigure

RscDisplayMultiplayer

RscDisplayPassword

RscDisplayIPAddress

RscDisplayServer

RscDisplayClient

RscDisplayServerSetup

RscDisplayClientSetup

RscDisplayServerSide

RscDisplayClientSide

RscDisplayMultiplayerRole

RscDisplayMainVBS1

RscDisplayMPPlayers

RscDisplayClientWait

RscDisplayMPPlayers

RscDisplayDebug

RscDisplayMainMap

RscDisplayGetReady

RscDisplayServerGetReady

RscDisplayClientGetReady

RscDisplayDebriefing

RscDisplaySelectIsland

RscDisplayLogin

RscDisplayNewUser

RscDisplayCampaignLoad

RscDisplayRevert

RscDisplayEmpty

RscDisplayCampaign

RscDisplayMission

RscDisplayIntro

RscDisplayOutro

RscDisplayAward

RscDisplayInterrupt

RscDisplayMissionEnd

RscDisplayHintC

RscDisplayLoadMission

Courtesy of our good friend "resource". I knew that done something useful. wink.gif  nudge...nudge...vektor  wow.gif

tounge.gif PEACE

Share this post


Link to post
Share on other sites

Good work Gamer_77, I will try all of them out later.

RED

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×