-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cc2c65
commit 8e3f08d
Showing
14 changed files
with
16,747 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# chatlog-magician | ||
Chatlog Magician for LS-RP | ||
# Chatlog Magician | ||
|
||
Chatlog Magician, converts SA-MP logs into images, making screenshot editing easier. It's fully compatible with SA-MP. | ||
|
||
## Features | ||
|
||
* Removes timestamps from screenshots. | ||
|
||
* If available, it detects and adjusts hexadecimal color codes within curly brackets. | ||
|
||
* It automatically detects whispering status and emotes in the chat and adjusts the line color accordingly. | ||
|
||
## Examples | ||
### Emote | ||
|
||
``` | ||
* Martin Peterson looks around nervously, sweating slightly as he waits for his contact to arrive. | ||
* Can you see what's on the back seat of the car? (( Martin Peterson )) | ||
``` | ||
##### Image | ||
|
||
![emote example](https://i.imgur.com/deEA6Vt.png) | ||
### Says | ||
|
||
``` | ||
* Martin Peterson says: Hello LS-RP! | ||
* Martin Peterson says [low]: Hello LS-RP! | ||
``` | ||
##### Image | ||
|
||
![says example](https://i.imgur.com/ls5jRBA.png) | ||
|
||
### HEX Color Codes | ||
|
||
``` | ||
{ffffff}I LOVE {ecbf32}LS-RP{ffffff}! | ||
``` | ||
|
||
##### Image | ||
|
||
![hex color codes](https://i.imgur.com/UCi6aam.png) |
Oops, something went wrong.