File Details
Download this file | Go to files list
Author: FakeTruth
Description:
A mutator that presents players with news that is loaded from the internet. It can display multiple pages, but you need some kind of script that's on the web page to present the mutator the right news.
The mutator sends a request for URL?page=[pagenum] you can use PHP to parse what page should be shown then.
You can even make it read from RSS or WHATEVER! As long as you have some script behind it that parses it for the mutator
The mutator will look for some tags in the page it downloads:
Code:
If this tag is found, the 'Older' button is disabled
[pagenum] This is used to synch up with the page it downloaded
[title] Whatever is between these two tags is displayed above the news in bigger letters
To configure this mutator, you must open up UTRBTTNews.ini
Code:
[RBTTNews.MutNews]
;The server TargetFile is on
Server=www.rbthinktank.com
;The complete URL to the file you need to load
TargetFile=http://www.rbthinktank.com/RBUT3ServerNews/readnews.php
You can have news as big as you want (a scrollbar will pop up), AFAIK there's no limit, nor is there a limit to how many news articles/pages you have.
Comments:
You MAY edit this mutator, but all I ask for is that you LEAVE the copyright intact AND the link to rbthinktank.com INTACT on the menu! That's ALL I ask for. If you do not go with these rules, we will flame you to death, so be warned
Credits:
Me and the rest of RBTT
Homepage:
http://www.rbthinktank.com/
Description:
A mutator that presents players with news that is loaded from the internet. It can display multiple pages, but you need some kind of script that's on the web page to present the mutator the right news.
The mutator sends a request for URL?page=[pagenum] you can use PHP to parse what page should be shown then.
You can even make it read from RSS or WHATEVER! As long as you have some script behind it that parses it for the mutator
The mutator will look for some tags in the page it downloads:
Code:
To configure this mutator, you must open up UTRBTTNews.ini
Code:
[RBTTNews.MutNews]
;The server TargetFile is on
Server=www.rbthinktank.com
;The complete URL to the file you need to load
TargetFile=http://www.rbthinktank.com/RBUT3ServerNews/readnews.php
You can have news as big as you want (a scrollbar will pop up), AFAIK there's no limit, nor is there a limit to how many news articles/pages you have.
Comments:
You MAY edit this mutator, but all I ask for is that you LEAVE the copyright intact AND the link to rbthinktank.com INTACT on the menu! That's ALL I ask for. If you do not go with these rules, we will flame you to death, so be warned
Credits:
Me and the rest of RBTT
Homepage:
http://www.rbthinktank.com/









