[TOOL] Automatic Race Script Creator 1.3 Final - Links fixed Feb 2009! w/ Source -
Pghpunkid - 08.01.2008
Its a simple program that takes in 9 fields of basic info, and it produces a fully functional, error free script.
DOWNLOAD:
http://rsc.us.to
Program Only -
http://download.pghpunkid.com/RSCv1.3.rar
Source Only -
http://download.pghpunkid.com/RSC-1.3-OpenV.rar
The program produces a PWN file and all i ask you do is keep my name in the source of the script. I wrote this by hand and got tired of having to constantly rewrite everything over and over for races, so i made a tool.
Hope it helps out everyone!
Edit by Towlies: Thank you for including the source.
Edit By Pghpunkid: 11:02pm - Jan 10th - Version 1.3 is out.
1.3 Changelog:
Quote:
-Laps have been added including 2 modes:Sprint(Laps:0) and Laps(Laps:1-inf.)
-Camera gets behind player before starting.
-Last Checkpoint actually is LAST checkpoint.
-Race Ends when player exits vehicle.
-Menu is in order with tab.
-Race ends when player leaves/ is disconnected.
-Checkpoints clear if Filterscript is unloaded during a race.
-Hope you enjoy this program even more with added simplicity of more auto-filling menus based on predefined menus.
-Vehicle warnings for vehicles with mounted weapons that may be mistaken on SAC. (SAC is actually disabled now)
-Undriveable vehicles such as Trailers have been removed from vehicle options.
|
Links Updated 12-27-2013
EDIT: If you have issues running this program, please refer to:
Microsoft VB6.0 SP6 Runtimes
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
Just downloaded it looks awsome! I will post back after i try it with some feedback.
Would you like a mirror?
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Sure. Mirrors are always appreciated.
Also, this program goes off of the 'KISS' rule... "Keep it Simple stupid."
Thought id chime in with that too..
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
Heres my mirror link if you would like to add it to your first post.
http://lasventurasfun.com/mirrors/RSCv1.1.rar
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Thanks for the help, hope it works good for you.
Re: [TOOL] Automatic Race Script Creator -
weedarr - 08.01.2008
you need to include the source...
WeeDarr
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
where does it compile the code too.
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Code compiles to the same Directory as the Program.
And this is a Visual Basic program. i dont think i actually have to post the source of the program, however, you do get the scripts source.
Rules say "ALL script releases must include the .pwn file (the source code)."
Re: [TOOL] Automatic Race Script Creator -
weedarr - 08.01.2008
well it says all releases must have the source included
WeeDarr
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Script. this is a executeable. a program. And seeing that other programs in the script showroom such as the pinned, SAMP REAL object editor does not include source, i wont be sharing mine. Sorry.
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
can you get on aim Pghpunkid got a few questions for ya.
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
I dont have aim. However, there is a support forum link at the site. Feel free to ask for help/questions etc there.
Re: [TOOL] Automatic Race Script Creator -
yom - 08.01.2008
You need to release the source, as everyone do. If you don't your links will be removed.
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
My Program source?! Others have not done so..
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
I tried but i am getting errors,
http://pastebin.com/m646df498 - code
errors:
Код:
C:\Accounts\Administrator\Desktop\New Folder\Hotring Race.pwn(272) : error 001: expected token: "}", but found "-rational value-"
C:\Accounts\Administrator\Desktop\New Folder\Hotring Race.pwn(274) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: [TOOL] Automatic Race Script Creator -
yom - 08.01.2008
Yes, everyone do release their source codes..Have you something to hide?
Quote:
Originally Posted by Script showroom's rules
Note: these rules apply to any released items, even if they aren't written in pawn or put in the showroom for some reason.
|
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Код:
new Float:racecheckpoints[MAX_RACE_POINTS][3] = {
{2730.4939,1320.6786,6.6300
2730.2017},
{1479.5179,6.6300,}
};
Make sure you dont post anything except the numbers, periods, or commas.
Try pasting this:
Код:
2730.4939,1320.6786,6.6300,2730.2017,1479.5179,6.6300,
Quote:
Yes, everyone do release their source codes..Have you something to hide?
|
Well yes, my hard coding efforts. I spent a lot of time trying to make this work the way it is and if im gonna give my hardcode away just like that for everyone to see, edit, release, then i may as well shut down shop. Why wont SAMP give out their source? Cuz they dont want it altered.
Re: [TOOL] Automatic Race Script Creator -
jake08 - 08.01.2008
Bad ass program! thanks it worked no errors now
Re: [TOOL] Automatic Race Script Creator -
Towlies - 08.01.2008
Sorry, but due to the lack of source code I am going to have to edit out the links.
Please release that and then its ok, but source IS required.
Re: [TOOL] Automatic Race Script Creator -
Pghpunkid - 08.01.2008
Quote:
Originally Posted by jake08
Bad ass program! thanks it worked no errors now
|
Yeah, you cant include the {'s or }'s.