Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Script Showroom => Topic started by: VRocker on June 19, 2008, 12:57:32 PM

Title: GameMonkey & LUA for VC-MP 0.3z
Post by: VRocker on 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 (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 (http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en))

Also please remember to fill in the config file with your server details else it will crash and burn!
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Mattz on June 19, 2008, 03:44:31 PM
Nice work :)
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Klerekast on July 09, 2008, 09:57:17 PM
Great!

BTW, VRocker, please hurry up with LU :o I want to play it :p
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: capitanazo on September 13, 2008, 04:02:51 AM
that is great  ;D actuality i am creating some stupid comandos in lua
thanks alot :DDD
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: TanaX01 on September 13, 2008, 04:24:21 AM
Nice Work Vrock  :D
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Youpi! on September 13, 2008, 04:41:44 AM
Amazing thanks a lot dude
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: GTA-Roloboy on September 13, 2008, 09:43:47 PM
Amazing  ;D
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: qwq on September 25, 2008, 04:39:57 PM
link dont work
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Windlord on September 25, 2008, 04:43:33 PM
It is only temporary.
Try later...

I forgot to say this....

this is awesome VRocker :) like many other stuff you do :P
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Lander on December 03, 2008, 12:46:03 AM
I've got a problem with the program

I'm beginner in programing, so i was writing a simple welcome message in LUA, for hosting with your program. The problem is that the message doesn't show in VC:MP. Anyway, the main.lua script doesn't work too.

What's wrong??????
Title: Re: GameMonkey & LUA for VC-MP 0.3z
Post by: Tamas on December 12, 2008, 01:55:35 PM
Need to change your config settings:

Quote<serverip0>127.0.0.1</serverip0>
<serverport0>5315</serverport0>
<serverpass0>pass</serverpass0>

to this:

Quote<server0>127.0.0.1</server0>
<serverport0>5315</serverport0>
<serverpass0>pass</serverpass0>