Eggstor
Posts: 349
Joined: 1/24/2016 Status: offline
|
Another workaround is the way the devs have done the DLC campaigns: - Save the intro as a HTML file (e.g. for the Chains of War DLC, ChainsofWarIntro.html) - In the .campaign file, make a call to that HTML file (e.g., in Chains of War.campaign, "<Description>[LOADDOC]ChainsofWarIntro.html[/LOADDOC]</Description>"). I think, but am not positive, that, once you have the HTML file, you could type the the text between/including [LOADDOC] and [/LOADDOC] in the Title And Description window and save the .campaign file. That also allows you to use CSS to style the description. As an aside, the Strike Tutorial is the first time that I'm aware of someone other than the devs tried to make a campaign, and the process was a bit, shall we say, challenging. Edit - If you don't have an HTML editor (or you don't want to deal with the bloat of saving a Word document as HTML), once you set up the text in the Title And Description window, open up the "Edit HTML Source" window, copy it into Notepad, and save as a HTML file (either .htm or .html should work - make sure the ending extension is not .txt).
< Message edited by Eggstor -- 3/30/2018 3:53:29 PM >
|