Skip to content

Commit cb0f499

Browse files
committed
Updated readme
1 parent 8160bde commit cb0f499

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# SCOScriptCodingHelper
2-
A plugin for IV-SDK .NET which makes coding SCO scripts a bit easier.
2+
A plugin for IV-SDK .NET which makes coding SCO scripts a bit easier.
3+
It restores a bunch of useful native functions, which could help alot while creating SCO scripts for GTA IV!
4+
5+
## Requirements
6+
- [IV-SDK .NET](https://github.com/ClonkAndre/IV-SDK-DotNet) (Version 1.8 or above)
7+
8+
## Installation
9+
Just place everything from the downloaded archive inside the "IVSDKDotNet -> plugins" folder!
10+
11+
## How to use
12+
Check out the [example](https://github.com/IV-SDK-NET-Plugins/SCOScriptCodingHelper/blob/main/SCOScriptCodingHelper/Example/main.c) script on how to create widget groups, add widgets and more!
13+
14+
## Restored Native functions
15+
Here's a list of native functions which this plugin makes functional:
16+
- DEBUG_ON
17+
- DEBUG_OFF
18+
- OPEN_DEBUG_FILE
19+
- CLOSE_DEBUG_FILE
20+
- SAVE_INT_TO_DEBUG_FILE
21+
- SAVE_FLOAT_TO_DEBUG_FILE
22+
- SAVE_NEWLINE_TO_DEBUG_FILE
23+
- SAVE_STRING_TO_DEBUG_FILE
24+
- CREATE_WIDGET_GROUP
25+
- END_WIDGET_GROUP
26+
- ADD_WIDGET_SLIDER
27+
- ADD_WIDGET_FLOAT_SLIDER
28+
- ADD_WIDGET_READ_ONLY
29+
- ADD_WIDGET_FLOAT_READ_ONLY
30+
- ADD_WIDGET_TOGGLE
31+
- ADD_WIDGET_STRING
32+
- DELETE_WIDGET_GROUP
33+
- DELETE_WIDGET
34+
- DOES_WIDGET_GROUP_EXIST
35+
- START_NEW_WIDGET_COMBO
36+
- ADD_TO_WIDGET_COMBO
37+
- FINISH_WIDGET_COMBO
38+
- ADD_TEXT_WIDGET
39+
- GET_CONTENTS_OF_TEXT_WIDGET
40+
- SET_CONTENTS_OF_TEXT_WIDGET
41+
- GET_LATEST_CONSOLE_COMMAND
42+
- RESET_LATEST_CONSOLE_COMMAND
43+
44+
## How to Contribute
45+
Do you have an idea to improve this plugin, or did you happen to run into a bug? Please share your idea or the bug you found in the [issues](https://github.com/IV-SDK-NET-Plugins/SCOScriptCodingHelper/issues) page, or even better: feel free to fork and contribute to this project with a [Pull Request](https://github.com/IV-SDK-NET-Plugins/SCOScriptCodingHelper/pulls).

0 commit comments

Comments
 (0)