Killing Floor

Killing Floor

Not enough ratings
Writing HTML Compatible With 'KF-News-Fixer'
By Vel
This guide will help you understand and write your own news for the 'KF-News-Fixer' that revives 'NEWS' tab in Killing Floor.

   
Award
Favorite
Favorited
Unfavorite
Introduction
This guide is a complement to the KF-NewsFixer - Workshop / TWI Forums Link[forums.tripwireinteractive.com] that I've released a while ago. It will tell you how to use the HTML template and what styles are supported or not.
Supported HTML tags and styles
Current supported HTML tags are the following:

  • <br> (Creates a new line)
  • <hr> (Adds a paragraph divider)
  • <h1> (Centers your header/title of a paragraph
  • <a href=""> (Adds a link, blue color default)
  • <font SIZE="" COLOR=""> (Changes font size and color of a text)
Small example of the current default news source host can be found here

- KF-News_Latest[pastebin.com]

Image example can be found in the Workshop link above.
Unsupported tags and styles
DO NOT use any of the following:

  • SCRIPTS (js etc.. )
  • IMAGES
  • VIDEOS


MUST Follow this:

  • DO NOT INCLUDE A START 'BODY' TAG
  • DO NOT DELETE THE FOOTER 'BODY' CLOSE TAG
How to enable the new HTML I've written?
  • Create a new PasteBin
  • Paste your HTML inside
  • Publish it
  • Take the ID (from it's URL) and replace it in your KFMOTD.ini
  • Profit!

Anyone who sets their config to your ID will see your news!
2 Comments
Vel  [author] 26 Aug, 2021 @ 5:51am 
@Zurd0 Damn I just saw your comment, never had a notification.

php, or any other language is not supported at the moment (As long as you make some code that just reads a .txt or .ini text and translates that into some string value).

Also, any host that isn't HTTP (and not HTTPS) will not work either.
Giant From The East 20 Apr, 2021 @ 9:34pm 
and PHP?