• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - VRocker

#1
Been working on this for quite some time but only recently got around to getting it to a usable state. Like most of you i kept getting annoyed at the 'unhandled exception' spam on Vista/7 when closing the server browser, so i decided to write my own.

The browser is written in Managed C++ so is compatible with any system with the .net framework. Its currently Work In Progress so some things don't work, but i will get around to sorting them out another time.

It has been designed to look similar to the official server browser so you should recognise it.

You can download the browser Here (or if your really cool, the 64bit version Here)

It requires the .net framework 3.5 so if you dont have that, grab it Here or run a windows update.

Any bugs/suggestions, post them here :)
#2
Script Showroom / GameMonkey & LUA for VC-MP 0.3z
June 19, 2008, 12:57:32 PM
Not sure if this should be posted here or in the mIRC scripting section.... but feel free to move it :)

Heres something i've been making when i've wanted to get away from my other projects.
It allows you to create GameMonkey and LUA scripts for VC:MP 0.3z. It has the ability to connect to 50 servers at once and load as many GameMonkey/Lua scripts as you want, aswell as being able to run both GM and Lua scripts at the same time.

Included in the zip file is some example scripts for both lua and GameMonkey aswell as a list of commands and events so you can create your own scripts.
GameMonkey also comes with SQLite and XML support which i have yet to add to lua, but you can create a lua script to work with the GM functions.

Heres the link anyway: http://liberty-unleashed.co.uk/VCMP.zip

Please post your suggestions and feedback :)

NOTE: This application requires the Visual C++ 2005 SP1 Runtime Files. If it doesn't work, go download it! (Can be found Here)

Also please remember to fill in the config file with your server details else it will crash and burn!
#3
Script Showroom / New VC-MP mIRC Admin
March 31, 2008, 02:36:37 AM
Heres a shiney new script and DLL for you all to use!

Decided to recreate the VC-MP mIRC dll due to the hacky method that had to be used to retrieve data from the server and keep it connected.
The dll handles all the network connections, incoming data etc and parse the data. so no more if ($1 == [join]) :)

The script has been designed to give the user the minimum needed. A dialog and the signals that the DLL calls when data is retrieved.
The dialog has been designed to be similar to MTA:MA and features kick, ban, pm, slap and kill buttons.
It also has the ability to connect to multiple servers at the same time :)

Some benefits of using this include:

  • Faster data execution
  • More features
  • Easier to use
  • Nice dialog to monitor chat and manage the server

...:Usage:...
1) Place the 'vcmp.mrc' and the 'vcmp.dll' in your mIRC directory
2) Open up mIRC and load the script by typing /load -rs vcmp.mrc
3) The main dialog will then be displayed. Fill in your server IP, Port and Password in the appropriate fields and click 'Connect'
4) Your done! The script is now connected and you are ready to create your own scripts.

Functions and callbacks are in the ReadMe. Theres too many to list here.

Anyway, Grab it HERE

Please post any suggestions and any bugs encountered :)