Skip to content

Commit

Permalink
init files
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasbayraktar committed May 28, 2024
1 parent 6cc2c65 commit 8e3f08d
Show file tree
Hide file tree
Showing 14 changed files with 16,747 additions and 2 deletions.
43 changes: 41 additions & 2 deletions README.md
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)
Loading

0 comments on commit 8e3f08d

Please sign in to comment.