scripting-machine


An open-source Pawn Integrated Development Enviroment (IDE)

Scripting Machine

Introduction

Scripting Machine is a smart IDE developed specialy for SA-MP scripters, that try to simplify the scripter's task, so he can het focused on what he's scripting.

Why it's smart?

The IDE can detect variables/arrays (native types: 'Float:', 'Text:', 'File:', etc) and show them on each function (native or not) that has a param with the defined type; same with colors, and on the dialog maker you can use defined colors (only embedded ones); syntax highligt for native and custom functions.

Note: The aplication is not under development for not (but will be in the near feature), this is due the lack of time of the main (only) developer.

IDE Functions

  • Unlimited tabs (one per file)
  • Syntax highlight (for native and custom functions)
  • Folding
  • Single instance (no more problems with includes, 1 IDE for all your files)
  • List with all avaliable includes
  • List with the document includes
  • Restore files on crash
  • Custom syntax highlight colors
  • Custom background color
  • Folding
  • Smart Indentation
  • File association
  • Help box with current function's parameters
  • Autocomplete:
    1. Native and user defined functions
    2. Native and user defined callbacks
    3. User defined types for native and user defined functions
  • Detection System:
    1. Detect typed vars/arrays and functions from loaded includes
    2. Detect typed vars/arrays and functions from selected file (working file)
    3. Detect colors (embedded or not)
    4. Detect custom public definitions by macros (ex: "#define PUBLIC:%0(%1) forward public %0(%1); public %0(%1)"
  • Primary color picker:
    1. RGB, CMYK and HSL formats
    2. Embedded or normal colors
    3. Option to define the generated color
    4. Option to export the generated color to the working file
  • Dialog maker/previewer
    1. Previewer that show how the dialog will look like on the game
    2. Embedded colors from working file will work on the dialog
    3. 4 native types of dialogs.
    4. Easy to use, and very accurate
  • Areas:
    1. Diferent colors for diferent areas
    2. Zoom
    3. Option to choose between GangZone and WorldBounds
    4. Show rectangle or fill them with the color
    5. Export generated areas to working file
  • Converter:
    1. Object & vehicle converter
    2. Diferent input/output formats
    3. Set all objetcs/vehicles on a specific array
    4. Option to convert only objects
    5. Load the map from a file
    6. Fix objects IDs (0.3c objects from MTA)
    7. Custom Input Object output
    8. Convert interior & virtual world (if possible)
  • Teleports:
    1. strcmp, DCMD, ZCMD, YCMD
    2. send message with custom color
    3. set interior, world
    4. choose with or without vehicle
  • Secondary Pickup:
    1. When you need to generate a color for a message or sth wick, you can use this pickup
    2. RGB only
  • Gates:
    1. strcmp, DCMD, ZCMD
    2. 4 different types:
      1. 2 Commands (One for open the gate and one for close the gate)
      2. 1 Command (Open and close the gate with the same command)
      3. Semi-automatic (Open the gate with the command, and it closes automaticaly)
      4. Full-automatic (Open and close the gate automaticaly)
    3. restrictions for specified teams
    4. Message when opening the gate (otpional)
    5. Message when clossing the gate (optional)
  • Compiler:
    1. Default compiler is pawncc.exe
    2. Manage error in a detailed list
    3. Option to configure compiler args
  • Error processing:
    1. Real time error detection for includes (when a include can't be founded)
    2. Goto line on error/warning selection
  • Full info about skins, vehicles, anims, map icons, sounds, sprites, weapons
  • Extra:
    1. Multi-Language: English, Español, Portuguêse, Deutsch
    2. SetPlayerSkin will display a tab from where you can select the skin id (with image)
    3. Selecting a text will display a tab where you can see the selection length
    4. Extra tab will show you the lines of the current file
    5. Unsaved names will display a ' *' at the end of it's name
    6. Option to select where to load images (skins, vehicles, etc): file, url, default
    7. Option to view the header of the selected function (From "Includes" & "Current")
    8. Opening multiple files at the same time
    9. Opening files by drag and drop them on the main tool bars
    10. Multiple encoding types (UTF-8, ASCII, Big Endian and Unicode)

Images

http://i.imgur.com/MEJqU.png http://i.imgur.com/Xu2C0.png http://i.imgur.com/hya5L.png

Note: Scripting Machine is an IDE from 2.0 or higher versions. Before it was just a SA-MP scripting application.

Project Information

The project was created on Feb 15, 2012.

Labels:
IDE PawnScript SA-MP Developer dotn VisualBASIC Interface Application