NetStorm Wiki
Register
Advertisement

Editing and making your own campaigns Getting Started,
Advanced Editing 1.Images | 2.Links and E-mails | 3.More [Options] Sections. 4.Options | 5.More [Header] Variables Header Variables | 6.Changing Text Colors | 7.Sacrificing for Knowledge | 8.Branching using MissionBegin | 9.Using denySalvage | 10.Outposts in Your Campaign | 11.Branching with MissionFork | 12.The Tell Command | 13.Creating Menus with $Menu | 14.Formatting Text and Graphics | 15.The $Timeout event | 16.The $OnExit event | 17.adding a DEMO to your Campaign | 18.Re-positioning the Text Window (with $MoveDialog)| 19.Timing with [@ ] | 20.Using the Debug Hotkey | 21.Moving the screen window with $View| 22.Variable basics | 23.IF/THEN Conditionals | 24.The $PlaySound command | 25.Netstorm Command List

view this alone

Images


Basics

You can insert an image into your .english file in the HTMLed sections. The format is ~[Iname.n], where name is one of the names listed below and n is the frame number - 1 (0 is the first frame) eg. if you wanted frame 3 of nugget it would be ~[Inugget.2]. You can use ~[Iname.*] to use the default frame, usually 0.

As well as numbers there are letters that divide the frames into sections (eg. the directions that units are facing). For example you could say ~[IsunArcher.A1].

Here is the image list:

   sunArcher
sunAviary
sunFlyer
banner
windBattery
rainBattery
thunderBattery
sunBlocker
thunderBlocker
blankMissile
bolt
bridge
sunDisc
emptyGeyser
sunFactory
windFactory
rainFactory
thunderFactory
residence
fencemark
flag
fortGump
icon
island
islandStalag
playerBanner
isle
isleBig
treeTwo
treeThree
fringe
mana
range
manabolt
flare
puzzlePiece
playerIsland
battleIsland
particlePlaceHolder
sunBalloon
buried
bombExplodeSmall
bombExplodeMedium
bombExplodeLarge
bombHeal
bombInvisible
bombParalyze
bombHardener
bombTreason
edgeFarm
geyser
windVortex
rainVortex
thunderVortex
outpost
mcloud
sunCannon
rainCannon

rainCannonMissile
thunderCannon
thunderCannonMissile
sunWalker
teleportEffect
bulf
sunFence
windWalker
windFlyer
windAviary
windArcher
windBalloon
windBlocker
rainAviary
rainFlyer
rainFence
rainBalloon
rainBlocker
thunderArcher
thunderFence
growingRainBlocker
platform
player
mog
nugget
bridgeConnector
rainWalker
noIsland
priest
lightning
anim
challengeIsland
sunFlyerBomb
altar
dais
rune
forceField
bombSpecialOne
daisExtraFrames
fenceShield

The last frame of a unit is often a big illustration, the ones you get at the end of a multiplayer battle when you acquire new knowledge.

Advertisement