Ranking
Original Post
MEV - Mod text Editor and Validator

Features:
  • Text Editor
    • Syntax Highlighting (Might want to turn off on slow computers :P)
    • New / Load / Save functions.
    • Displays current line.
  • Validator
    • Displaying
      • Shows the Line of all errors it finds.
      • Shows the actuall line that errors it.
      • The type of error it found.
      • Error number.
    • Detects what identifier the line is in. Example: it can tell if a gamerule is out of the "gamerule" identifier.
    • Made for 3.3 mod format.
Error Checks (01-15):
  1. More Enviroment Joints then there is Enviroment Objects.
  2. Invalid game rule.
  3. Invalid joint field.
  4. Invalid body field.
  5. Invalid enviroment object field.
  6. Invalid enviroment joint field.
  7. Too many Joint edits detected. (Detects if player is used).
  8. Too many Body edits detected. (Detects if player is used).
  9. Unknown identifier.
  10. Invalid Enviroment Object number.
  11. Invalid Enviroment Joint number.
  12. Invalid Enviroment Object specified in Enviroment Joint Call.
    1. First Enviroment Object.
    2. Second Enviroment Object.
  13. More then 16 Enviroment objects detected.
  14. Invalid Body part.
  15. Invalid Joint.
This one was done in C#.net, if you want the source pm me :P
Download
Last edited by Blam; Jul 28, 2008 at 07:31 PM.
:D
Update:
new error checks!
  1. Invalid Enviroment Object number.
  2. Invalid Enviroment Joint number.
  3. Invalid Enviroment Object specified in Enviroment Joint Call.
    1. First Enviroment Object.
    2. Second Enviroment Object.
  4. More then 16 Enviroment objects detected.
  5. Invalid Body part.
  6. Invalid Joint.
Last edited by Blam; Jul 28, 2008 at 08:25 PM.
:D
Originally Posted by Juntalis View Post
I'm going to punch you in the face.

now now, this isnt facepunchstudios.

:P
:D
Tell me if i missed anything out or did something wrong, cos im not all that familiar with mods and i used the wiki for most of it :P
:D
i would use t if i didnt use worldbuilder.lua to make my mods, i do however, add the joints in with notem
pad, i might try this when im making a mod next time =3
.