Flats Mini-Game [LUA] 0.7
485
8
485
8
###########################
Flats a Mini-game in Lua
###########################
A simple game of shooting tires for $$.
[To Play]
[F8] To start Flats mini-game
[Installation]
[Background]
This mod is something I created while learning Lua and GTA V modding. This is a work in progress, I welcome your testing and ideas. I am learning a lot by building this and welcome suggestions, code changes and improvements.
A big thanks to ZyDevs for all the help and support providing direction how to start with example code hints.
- Please visit his forum for modding info and download the GTA V Mod Creator here: http://www.developer-me.com/forums/index.php by ZyDevs.
[Known Issues]
[Future features/improvements]
[Share and learn]
I am new to Lua and GTA modding. Any suggestions on performance, or code improvements are welcome.
Github: https://github.com/adestefa/flatsMiniGame.git
This code is free to use and share, but please give credit and good will.
(CoreLogic http://www.developer-me.com/forums/member.php?action=profile&uid=29)
Flats a Mini-game in Lua
###########################
A simple game of shooting tires for $$.
- $100 each tire
- $1000 all four
- Ped must be alive in car for flat to count
- Cars must be on the same street as player, no sniping
- Car will explode if you shoot out all four tires
- Simple UI to ease game play with single key start/stop
- Sound with score tally and payout
- Wanted level still rises so you should be sneaky in your approach
[To Play]
[F8] To start Flats mini-game
[Installation]
- Install Script Hook https://www.gta5-mods.com/tools/script-hook-v
- Install the LUA script plugin for Scripthook https://www.gta5-mods.com/tools/lua-plugin-for-script-hook-v
- Download the flatsMiniGame file
- Put the flatsMiniGame.lua file in your \Grand Theft Auto V\scripts\addins folder.
- Text will appear over the mini-map when installed correctly
[Background]
This mod is something I created while learning Lua and GTA V modding. This is a work in progress, I welcome your testing and ideas. I am learning a lot by building this and welcome suggestions, code changes and improvements.
A big thanks to ZyDevs for all the help and support providing direction how to start with example code hints.
- Please visit his forum for modding info and download the GTA V Mod Creator here: http://www.developer-me.com/forums/index.php by ZyDevs.
[Known Issues]
- There is a known delay of receiving reward after shooting tire. Some of this has to do with cars leaving the radius before being counted.
- Four-wheel drive cars and motor cycles are not counted
- Wanted level still rises, suggested using this with the Trainer to avoid police. will fix this next release.
- Sound sucks
[Future features/improvements]
- Would like to figure out how to track bullet impacts to improve performance and open new features and game modes.
- Levels and timer
- Remove wanted level and add new abilities
- Better sound and effects. Looking for game sound hash list if anyone has one
[Share and learn]
I am new to Lua and GTA modding. Any suggestions on performance, or code improvements are welcome.
Github: https://github.com/adestefa/flatsMiniGame.git
This code is free to use and share, but please give credit and good will.
(CoreLogic http://www.developer-me.com/forums/member.php?action=profile&uid=29)
Dodano: lipiec 18, 2015
Ostatnia aktualizacja: lipiec 18, 2015
Last Downloaded: październik 25, 2024
10 Komentarzy
More mods by CoreLogic:
- Rozgrywka
- Lua
5.0
899
31
1.9.8.8
By CoreLogic
###########################
Flats a Mini-game in Lua
###########################
A simple game of shooting tires for $$.
[To Play]
[F8] To start Flats mini-game
[Installation]
[Background]
This mod is something I created while learning Lua and GTA V modding. This is a work in progress, I welcome your testing and ideas. I am learning a lot by building this and welcome suggestions, code changes and improvements.
A big thanks to ZyDevs for all the help and support providing direction how to start with example code hints.
- Please visit his forum for modding info and download the GTA V Mod Creator here: http://www.developer-me.com/forums/index.php by ZyDevs.
[Known Issues]
[Future features/improvements]
[Share and learn]
I am new to Lua and GTA modding. Any suggestions on performance, or code improvements are welcome.
Github: https://github.com/adestefa/flatsMiniGame.git
This code is free to use and share, but please give credit and good will.
(CoreLogic http://www.developer-me.com/forums/member.php?action=profile&uid=29)
Flats a Mini-game in Lua
###########################
A simple game of shooting tires for $$.
- $100 each tire
- $1000 all four
- Ped must be alive in car for flat to count
- Cars must be on the same street as player, no sniping
- Car will explode if you shoot out all four tires
- Simple UI to ease game play with single key start/stop
- Sound with score tally and payout
- Wanted level still rises so you should be sneaky in your approach
[To Play]
[F8] To start Flats mini-game
[Installation]
- Install Script Hook https://www.gta5-mods.com/tools/script-hook-v
- Install the LUA script plugin for Scripthook https://www.gta5-mods.com/tools/lua-plugin-for-script-hook-v
- Download the flatsMiniGame file
- Put the flatsMiniGame.lua file in your \Grand Theft Auto V\scripts\addins folder.
- Text will appear over the mini-map when installed correctly
[Background]
This mod is something I created while learning Lua and GTA V modding. This is a work in progress, I welcome your testing and ideas. I am learning a lot by building this and welcome suggestions, code changes and improvements.
A big thanks to ZyDevs for all the help and support providing direction how to start with example code hints.
- Please visit his forum for modding info and download the GTA V Mod Creator here: http://www.developer-me.com/forums/index.php by ZyDevs.
[Known Issues]
- There is a known delay of receiving reward after shooting tire. Some of this has to do with cars leaving the radius before being counted.
- Four-wheel drive cars and motor cycles are not counted
- Wanted level still rises, suggested using this with the Trainer to avoid police. will fix this next release.
- Sound sucks
[Future features/improvements]
- Would like to figure out how to track bullet impacts to improve performance and open new features and game modes.
- Levels and timer
- Remove wanted level and add new abilities
- Better sound and effects. Looking for game sound hash list if anyone has one
[Share and learn]
I am new to Lua and GTA modding. Any suggestions on performance, or code improvements are welcome.
Github: https://github.com/adestefa/flatsMiniGame.git
This code is free to use and share, but please give credit and good will.
(CoreLogic http://www.developer-me.com/forums/member.php?action=profile&uid=29)
Dodano: lipiec 18, 2015
Ostatnia aktualizacja: lipiec 18, 2015
Last Downloaded: październik 25, 2024
Hi,what is the different between this mod and https://www.gta5-mods.com/scripts/tireburstminigame-net :)
Not much, this is done in Lua, the other .NET. I think the other .Net stuff is harder to install and requires MS Visual Studio to run correctly so this may be easier in that regard.
@roger smith The main difference is this is written in Lua and does not require the same dependencies as .NET. Aside from that, this mod uses a simple UI to ease use and gives cash for flats with sound. Another difference is flats only count when a ped is alive and operating the car, this makes it harder to score. You get $100 for each successful flat and the car will blow up when all four tires are shot out.
I am working to improve performance and create complete scenarios with levels now. I am learning as I go so it takes time ;-)
Thanks for your support
@roger smith @CoreLogic Both use the same concept, I actually taught CoreLogic how to do this, its not stolen or anything, because its his own source code, we both have our own version :)
@ZyDevs Again, big thanks for all your help and support ;-)
Looking forward to GTA V Mod Creator 2.3d
Any luck finding bullet impact entity?
@CoreLogic I dont know the Native, I use the .NET api, you have to gather the targetted entity, and check if you have fired any bullets while it is the targetted entity, then get the entity ID, and do whatever with it.
@ZyDevs will do thanks!
@CoreLogic Good mod, though I commented out the explosion on all 4 tires cause that would kinda be weird with a LSPDFR. Just a personal preference.
@CoreLogic Well I didn't know that,oh and sorry for asking too much but if you upload video that's great.however I really like this mod,Keep up the good work dude :)
@CoreLogic Any updates?