text file

Discussions about Coding and Scripting
User avatar
>@tack!<
Adept
Posts: 338
Joined: Sat Apr 17, 2010 4:51 pm
Personal rank: lol?

text file

Post by >@tack!< »

Hey, is it possible to create a text file or .log file dunno In-game with some script? I don't want an ini file.
JackGriffin
Godlike
Posts: 3829
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Re: text file

Post by JackGriffin »

Sure. What do you want to do?
So long, and thanks for all the fish
User avatar
>@tack!<
Adept
Posts: 338
Joined: Sat Apr 17, 2010 4:51 pm
Personal rank: lol?

Re: text file

Post by >@tack!< »

I have bought a G19 Gaming keyboard recently and a user-made App that has many possibilities can access text files and do stuff with it and display it on the keyboard LCD. If the killcount or amount of killingsprees/doublekills could be written in a text file ingame then it would be cool.
JackGriffin
Godlike
Posts: 3829
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Re: text file

Post by JackGriffin »

You'll need something server side to parse the messages and pull out the pertinent parts. Here's a good base for you:
ChatLog.zip
This is a client-side chat logger (see readme). You could alter this pretty easily to grab the stuff you want locally.
You do not have the required permissions to view the files attached to this post.
So long, and thanks for all the fish
User avatar
>@tack!<
Adept
Posts: 338
Joined: Sat Apr 17, 2010 4:51 pm
Personal rank: lol?

Re: text file

Post by >@tack!< »

thanks ill take a look :)
User avatar
>@tack!<
Adept
Posts: 338
Joined: Sat Apr 17, 2010 4:51 pm
Personal rank: lol?

Re: text file

Post by >@tack!< »

when i try to compile chatlog.u it says it cant find something in chatlog.dll, so i still don't know how to make a text file :p, help?