iMenu, a Hub of Apps. 1.0.0.3
14.950
111
14.950
111
iMenu bring to game the possibility of join all the scripts in just one place.
With Subs and likes in Youtube You Help me :).
There's a few buttons under my user name, use them ;)
25/01/2018
V1.0.0.3
-Add Option to display Help Msg for items.
-Add Option to display Running App icon.
-Add and improved iTime App, an app to control time, Slow time mode called "Time-Slider".
-Minor Fixes.
-Other things i don't remember right now :P
22/01/2018
*V1.0.0.2
-Add Some Features to iBat App.
-Add RT & LT to switch Pages on Foot / RB & LB On vehicle.
-Add a third button to the phone the, "Option" button set to "Jump Key"
-Other things i don't remember right now :P
*V 1.0.0.1
-Minor Fix, iDriver show status bar in fullscreen.
-Add a better support for ScreenShots of the cars, now looks better.
ScreenShots now store by plate and vehicle name, to store multiple cars of the same model.
*Version 1.0.
*Init released.
Install:
-https://www.gta5-mods.com/scripts/kr_mpmoney
-Put inside scripts folder
NetFrameWork 4.7 and Up.
Scripthook
scripthookdotnet2
Features:
-A new phone environment.
-Changeable Wallpapers.(Put Icon inside: KR_iMENU\Apps\iSettings\IMG ; Wallpaper: KR_iMENU\IMG\Wpp) [PNG files]
-Last Vehicle Tracker with custom icon and distance.
-iTeleport App, place a way-point and go.
-iDriver App, request your favorite cars.
-Clock,Signal, Battery.
-SecuroServ, Supervisor.
-Support for some INM Scripts(Cargo plane, Town Truck, SPA)
How to use:
Bring up the phone, go down until the last app (Web Browser/Internet App) and then go down again! :D
'---------Developers-----------------------------'
How to link your scripts:
-Add the reference iMenu.dll to your project.
-Create a New Imenu.iItem
Private TestApp as New Imenu.iItem("Name",".\Icon.png").
- Add the new iMenu.iItem to Imenu using: Imenu.AddiItem(TestApp)
-Execute the code:
If imenu.drawnow = true then
If TestApp.Selected = True then
'Code Here
End if
End if
-Add SubApp
Private TestSubApp as new iItem("SubApp",".\Icon.png")
TestApp.addSubApp(TestSubApp)
Done!
Other functions will be explain in future or if you want give it a try :).
With Subs and likes in Youtube You Help me :).
There's a few buttons under my user name, use them ;)
25/01/2018
V1.0.0.3
-Add Option to display Help Msg for items.
-Add Option to display Running App icon.
-Add and improved iTime App, an app to control time, Slow time mode called "Time-Slider".
-Minor Fixes.
-Other things i don't remember right now :P
22/01/2018
*V1.0.0.2
-Add Some Features to iBat App.
-Add RT & LT to switch Pages on Foot / RB & LB On vehicle.
-Add a third button to the phone the, "Option" button set to "Jump Key"
-Other things i don't remember right now :P
*V 1.0.0.1
-Minor Fix, iDriver show status bar in fullscreen.
-Add a better support for ScreenShots of the cars, now looks better.
ScreenShots now store by plate and vehicle name, to store multiple cars of the same model.
*Version 1.0.
*Init released.
Install:
-https://www.gta5-mods.com/scripts/kr_mpmoney
-Put inside scripts folder
NetFrameWork 4.7 and Up.
Scripthook
scripthookdotnet2
Features:
-A new phone environment.
-Changeable Wallpapers.(Put Icon inside: KR_iMENU\Apps\iSettings\IMG ; Wallpaper: KR_iMENU\IMG\Wpp) [PNG files]
-Last Vehicle Tracker with custom icon and distance.
-iTeleport App, place a way-point and go.
-iDriver App, request your favorite cars.
-Clock,Signal, Battery.
-SecuroServ, Supervisor.
-Support for some INM Scripts(Cargo plane, Town Truck, SPA)
How to use:
Bring up the phone, go down until the last app (Web Browser/Internet App) and then go down again! :D
'---------Developers-----------------------------'
How to link your scripts:
-Add the reference iMenu.dll to your project.
-Create a New Imenu.iItem
Private TestApp as New Imenu.iItem("Name",".\Icon.png").
- Add the new iMenu.iItem to Imenu using: Imenu.AddiItem(TestApp)
-Execute the code:
If imenu.drawnow = true then
If TestApp.Selected = True then
'Code Here
End if
End if
-Add SubApp
Private TestSubApp as new iItem("SubApp",".\Icon.png")
TestApp.addSubApp(TestSubApp)
Done!
Other functions will be explain in future or if you want give it a try :).
Првпат Додадено: Јануари 18, 2018
Последно Ажурирање: Јануари 26, 2018
Последно Симнување: пред 9 саати
79 Коментари
More mods by Krlos_Rokr:
iMenu bring to game the possibility of join all the scripts in just one place.
With Subs and likes in Youtube You Help me :).
There's a few buttons under my user name, use them ;)
25/01/2018
V1.0.0.3
-Add Option to display Help Msg for items.
-Add Option to display Running App icon.
-Add and improved iTime App, an app to control time, Slow time mode called "Time-Slider".
-Minor Fixes.
-Other things i don't remember right now :P
22/01/2018
*V1.0.0.2
-Add Some Features to iBat App.
-Add RT & LT to switch Pages on Foot / RB & LB On vehicle.
-Add a third button to the phone the, "Option" button set to "Jump Key"
-Other things i don't remember right now :P
*V 1.0.0.1
-Minor Fix, iDriver show status bar in fullscreen.
-Add a better support for ScreenShots of the cars, now looks better.
ScreenShots now store by plate and vehicle name, to store multiple cars of the same model.
*Version 1.0.
*Init released.
Install:
-https://www.gta5-mods.com/scripts/kr_mpmoney
-Put inside scripts folder
NetFrameWork 4.7 and Up.
Scripthook
scripthookdotnet2
Features:
-A new phone environment.
-Changeable Wallpapers.(Put Icon inside: KR_iMENU\Apps\iSettings\IMG ; Wallpaper: KR_iMENU\IMG\Wpp) [PNG files]
-Last Vehicle Tracker with custom icon and distance.
-iTeleport App, place a way-point and go.
-iDriver App, request your favorite cars.
-Clock,Signal, Battery.
-SecuroServ, Supervisor.
-Support for some INM Scripts(Cargo plane, Town Truck, SPA)
How to use:
Bring up the phone, go down until the last app (Web Browser/Internet App) and then go down again! :D
'---------Developers-----------------------------'
How to link your scripts:
-Add the reference iMenu.dll to your project.
-Create a New Imenu.iItem
Private TestApp as New Imenu.iItem("Name",".\Icon.png").
- Add the new iMenu.iItem to Imenu using: Imenu.AddiItem(TestApp)
-Execute the code:
If imenu.drawnow = true then
If TestApp.Selected = True then
'Code Here
End if
End if
-Add SubApp
Private TestSubApp as new iItem("SubApp",".\Icon.png")
TestApp.addSubApp(TestSubApp)
Done!
Other functions will be explain in future or if you want give it a try :).
With Subs and likes in Youtube You Help me :).
There's a few buttons under my user name, use them ;)
25/01/2018
V1.0.0.3
-Add Option to display Help Msg for items.
-Add Option to display Running App icon.
-Add and improved iTime App, an app to control time, Slow time mode called "Time-Slider".
-Minor Fixes.
-Other things i don't remember right now :P
22/01/2018
*V1.0.0.2
-Add Some Features to iBat App.
-Add RT & LT to switch Pages on Foot / RB & LB On vehicle.
-Add a third button to the phone the, "Option" button set to "Jump Key"
-Other things i don't remember right now :P
*V 1.0.0.1
-Minor Fix, iDriver show status bar in fullscreen.
-Add a better support for ScreenShots of the cars, now looks better.
ScreenShots now store by plate and vehicle name, to store multiple cars of the same model.
*Version 1.0.
*Init released.
Install:
-https://www.gta5-mods.com/scripts/kr_mpmoney
-Put inside scripts folder
NetFrameWork 4.7 and Up.
Scripthook
scripthookdotnet2
Features:
-A new phone environment.
-Changeable Wallpapers.(Put Icon inside: KR_iMENU\Apps\iSettings\IMG ; Wallpaper: KR_iMENU\IMG\Wpp) [PNG files]
-Last Vehicle Tracker with custom icon and distance.
-iTeleport App, place a way-point and go.
-iDriver App, request your favorite cars.
-Clock,Signal, Battery.
-SecuroServ, Supervisor.
-Support for some INM Scripts(Cargo plane, Town Truck, SPA)
How to use:
Bring up the phone, go down until the last app (Web Browser/Internet App) and then go down again! :D
'---------Developers-----------------------------'
How to link your scripts:
-Add the reference iMenu.dll to your project.
-Create a New Imenu.iItem
Private TestApp as New Imenu.iItem("Name",".\Icon.png").
- Add the new iMenu.iItem to Imenu using: Imenu.AddiItem(TestApp)
-Execute the code:
If imenu.drawnow = true then
If TestApp.Selected = True then
'Code Here
End if
End if
-Add SubApp
Private TestSubApp as new iItem("SubApp",".\Icon.png")
TestApp.addSubApp(TestSubApp)
Done!
Other functions will be explain in future or if you want give it a try :).
Првпат Додадено: Јануари 18, 2018
Последно Ажурирање: Јануари 26, 2018
Последно Симнување: пред 9 саати
All users, i don't have the answer for everything, also now i'm back to the university, so my time is less, i write scripts to fill my needs, to have fun in game, i read all what you write but i don' take request, i just take that ideas that combine with mine.
if i'm not wrong some missing files error message are related to missing ".dll" (other scripts), but i think this doesn't affect the usage of imenu.
@KarensJohnny don't give the mod 5 stars because you think it doesn't work, maybe you didn't read the readme properly, anyway back to the mod itself, does this mod combine all script mods into one menu (e.g SPA, AddonPeds, etc.)
this is not work :/ for me im on camera icon and nothing
@Krlos_Rokr Can you please add the option in the config file to disable Last Vehicle Tracker with custom icon and distance Because it's really annoying! And also this function is conflicting with the "I'm Not MentaL's Persistence Mod"
And i see that i'm not the only one who don't like this function...
@OneLegendaryGamer Yes, i agree - looks like this mod is really combine the mods like SPA and others, because without them this mod gives a lot of errors in the ScriptHookVDotNet.log. And it's really annoying, because SPA isn't working for me. I mean i have the icons on the map but somehow i can't buy any apartment... So if SPA isn't working for me - i want to delete it, but if i do that then this mod is also must be deleted! But if i do THAT then "Arcadius Office Garage" mod is ALSO must be deleted and i really don't want that! So what am i supposed to do?!
In short - this mod needs a good and big update!!!
@Krlos_Rokr
[15:56:23] [DEBUG] Instantiating script 'iMenu.iSettings' in script domain 'ScriptDomain_2CC21E90' ...
[15:56:23] [ERROR] Failed to instantiate script 'iMenu.iSettings' because constructor threw an exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at iMenu.iAppsCode.GenerateSPAAptlist()
at iMenu.iSettings..ctor()
Hi! This is an error from the ScriptHookVDotNet2.log. Can you please help me to solve this problem?
@Krlos_Rokr Forget about the previous post, because now i have the other errors.
First this one:
[18:42:07] [DEBUG] Instantiating script 'iMenu.iSettings' in script domain 'ScriptDomain_C364ACF8' ...
[18:42:08] [ERROR] Failed to instantiate script 'iMenu.iSettings' because constructor threw an exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'G:\Games\Grand Theft Auto V\Scripts\SinglePlayerApartment\Garage'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)
at iMenu.iAppsCode.GenerateSPAAptlist()
at iMenu.iSettings..ctor()
Then this one:
[18:42:30] [ERROR] Caught fatal unhandled exception:
System.IO.FileNotFoundException: Could not load file or assembly 'SinglePlayerApartment, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Не удается найти указанный файл.
File name: 'SinglePlayerApartment, Version=1.9.2.0, Culture=neutral, PublicKeyToken=null'
at ClassLibrary1.KR_INM_Apps.KR_INM_Apps_Tick(Object sender, EventArgs e)
at GTA.Script.raise_Tick(Object value0, EventArgs value1)
at GTA.Script.MainLoop()
Why this mod is demanding to install SPA mod?! Especially when SPA isn't working!
Also this is what i getting if i don't install CarCarrierTrailerMod:
[19:38:56] [ERROR] Caught fatal unhandled exception:
System.IO.FileNotFoundException: Could not load file or assembly 'CarCarrierTrailerMod, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Не удается найти указанный файл.
File name: 'CarCarrierTrailerMod, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null'
at ClassLibrary1.KR_INM_Apps.KR_INM_Apps_Tick(Object sender, EventArgs e)
at GTA.Script.raise_Tick(Object value0, EventArgs value1)
at GTA.Script.MainLoop()
And the same goes if i don't install CargoPlaneMod.
It's very strange that your file KR_INM_Apps.dll needs those mods... Why?!
@Ecio because imenu itself add support for inm scripts, but i'm not sure this crash the game.
@Krlos_Rokr Thank you for all your work... 3 scripts very immersive ;-)
So if i understand i need :
3 folders : KR_iMENU, KR_MazeBank, KR_OfficeGarage and 4 files : IMENU.dll, KR_INM_Apps.dll, KR_MazeBank.dll and OfficeGarage.dll and perhaps NativeUI but all people had it 😉
So with all this files, everything work exept Idriver, Icar and Iteleport... I have a error about Imenu and SPA...
All apps work for you ?
I like the idea to have access all my script in the phone... Great work
Very nice!
how do i disable the vehicle persistence this mod provides?
Installed all the requirements. I go in game and the garage and money work but the imenu is nowhere to be seen. You gave basically no instruction for troubleshooting or how to use the mod in the readme.
how do i activate imenu it wont open up plss help
Failed to instantiate script 'iMenu.iSettings' because constructor threw an exception:
iMenu.iAppsCode.GenerateSPAAptlist()
Could not find a part of the path '\Scripts\SinglePlayerApartment\Garage'
Need to state this is a dependency or add a check too see if the class exists before you call your function GenerateSPAAptlist().
More useful apps on our phones. Nice!
hey man amazing mods btw, but i see a lot of people asking how do you open de menu. also i cant seem to figure it out. btw thanks a lot for office garage, amazing mod.
how i can use it with PC? i dont know what is LB , RB or LT and RT :v
Nenhum script que eu instalo da certo, sabe o que pode ser ?
No script I install right, you know what it can be?
This is broken, even my originial apps on the phone dont work, and I need this to use the office garage mod. Isn't there a way I could use that mod without having to install this?