Liberty Unleashed

Scripting => Script Releases => Topic started by: ARSEnic. on February 01, 2017, 03:15:14 pm

Title: Changelogs
Post by: ARSEnic. on February 01, 2017, 03:15:14 pm
I made a changelog script to facilitate reading of changelogs instead of having to put the whole chunk in the main.nut file, the changelog's placed in an ini file instead.



Pictures

(https://s27.postimg.org/hgvaczbxb/Screenshot_7.png) (https://postimg.org/image/hgvaczbxb/)


Example in Changelog.ini

[1.0]    --->   name of the server version inside here
lines = 5    ---> how many lines/updates there are for this server
date = 1/1/1111, Monday    ---> date when update was implemented
line1 = This is a test example    ---> update 1 details, for each update +1 in "lines"
line2 = update1
line3 = update2
line4 = update3
line5 = update4




Installation

Simply drag "Scripts", "Modules" and "Server" into the root server directory
When you have added a new server version, simply create another section in changelog.ini.



Links

Pastebin for main script (http://adf.ly/1j6SSU)
Download from Dropbox (http://adf.ly/1j6W4J)


If you have any questions about the script, feel free to pm me :)
Title: Re: Changelogs
Post by: Rhytz on February 02, 2017, 10:32:59 am
Nice job. The links are broken though. They contain http twice

P.s. have you not enabled widescreen mode on your GTA III (screenshot)?
Title: Re: Changelogs
Post by: ARSEnic. on February 02, 2017, 11:31:41 am
Oh i fixed the links, turns out i added an additional ""
Anyway, i haven't enabled widescreen mode and what does it do? :p
Title: Re: Changelogs
Post by: Rhytz on February 02, 2017, 12:23:59 pm
It makes the game aspect ratio look "right" on widescreen monitors, which you appear to have. If you have it turned off on a widescreen monitor, the image will be stretched out.

Options > Display Setup > Wide Screen > Off:
(https://rhytz.rocks/wpcore/wp-content/uploads/2017/02/screen005.jpg)

Options > Display Setup > Wide Screen > On:
(https://rhytz.rocks/wpcore/wp-content/uploads/2017/02/screen004.jpg)
Title: Re: Changelogs
Post by: ARSEnic. on February 03, 2017, 12:38:02 pm
Thanks for the tip, I'll go apply it :3