3,891
172
-
2018년 04월 10일 (화)
Use Profile Editor to create and edit your profiles easily!
Having a few shortcuts in a mod is often useful. You only have to remember one or two keys and its done.
When you have a lot of mods installed, each one adding their own shortcuts, it begins to be truly overwhelming...
No More Shortcuts lets you add phone contacts that will trigger the shortcuts for you!
It is simple:
- It uses a XML file to create a phone contact
- When you call this contact, it will press the defined key(s) for you
Instead of remembering every shortcuts, simply go through your contact’s list and call the mod’s functionality.
It works using a profile system (a XML file containing informations about the phone contact and the key(s) to press).
Each mod must have a XML profile file to be added to the phone's contact list.
When creating the profile file, you might have to tweak the keys a little bit. Some keys are not supported by some mods very well. Just try another key.
If the mod lets you edit the key(s), you will have to use the same key(s) in both the mod config file and the XML profile file.
Note that the shortcut set by the mods will still work.
Prerequisites:
- ScriptHookV:
http://www.dev-c.com/gtav/scripthookv/
ScriptHookVDotNet2:
https://github.com/crosire/scripthookvdotnet/releases
NativeUI:
https://github.com/Guad/NativeUI/releases
iFruitAddon2:
https://github.com/Bob74/iFruitAddon2/releases
Mod installation:
- Install all prerequisites.
- Copy InputSimulator.asi and the scripts folder to your GTAV main directory (the one that contains GTAV.exe).
- Done!
Installing an existing profile:
- Paste XML file into scripts\NoMoreShortcuts folder.
- Edit XML file in order to have the same key(s) between the mod config and the profile.
Finding key values:
- Here are links to website giving keys codes: Keys.
Creating a new profile:
- (Highly recommended!) Use Profile Editor
- Or follow this guide: Creating a new profile
- Examples are available here.
Source code:
Github GTAForums 에서 토픽 보기 »
최초 업로드: 2018년 03월 07일 (수)
마지막 업로드: 2018년 08월 30일 (목)
마지막 다운로드: 2일 전
댓글 229
More mods by Bob_74:
Use Profile Editor to create and edit your profiles easily!
Having a few shortcuts in a mod is often useful. You only have to remember one or two keys and its done.
When you have a lot of mods installed, each one adding their own shortcuts, it begins to be truly overwhelming...
No More Shortcuts lets you add phone contacts that will trigger the shortcuts for you!
It is simple:
- It uses a XML file to create a phone contact
- When you call this contact, it will press the defined key(s) for you
Instead of remembering every shortcuts, simply go through your contact’s list and call the mod’s functionality.
It works using a profile system (a XML file containing informations about the phone contact and the key(s) to press).
Each mod must have a XML profile file to be added to the phone's contact list.
When creating the profile file, you might have to tweak the keys a little bit. Some keys are not supported by some mods very well. Just try another key.
If the mod lets you edit the key(s), you will have to use the same key(s) in both the mod config file and the XML profile file.
Note that the shortcut set by the mods will still work.
Prerequisites:
- ScriptHookV:
http://www.dev-c.com/gtav/scripthookv/
ScriptHookVDotNet2:
https://github.com/crosire/scripthookvdotnet/releases
NativeUI:
https://github.com/Guad/NativeUI/releases
iFruitAddon2:
https://github.com/Bob74/iFruitAddon2/releases
Mod installation:
- Install all prerequisites.
- Copy InputSimulator.asi and the scripts folder to your GTAV main directory (the one that contains GTAV.exe).
- Done!
Installing an existing profile:
- Paste XML file into scripts\NoMoreShortcuts folder.
- Edit XML file in order to have the same key(s) between the mod config and the profile.
Finding key values:
- Here are links to website giving keys codes: Keys.
Creating a new profile:
- (Highly recommended!) Use Profile Editor
- Or follow this guide: Creating a new profile
- Examples are available here.
Source code:
Github GTAForums 에서 토픽 보기 »
최초 업로드: 2018년 03월 07일 (수)
마지막 업로드: 2018년 08월 30일 (목)
마지막 다운로드: 2일 전
-
@nkjellman Well, I'm not planning on using another menu library. NativeUI is still actively maintained and as you said, the latest version improves performances.
To avoid reading from HDD during game time, the plugin starts by reading all the profiles and store them in memory.
The log file only write informations when needed (when a problem occur) so it shouldn't drop fps.I will have to try some parts of the code to see what's impacting the performances, I already had in mind to use as less resources as possible so I don't really know what to improve atm.
2019년 01월 07일 (월) -
@Bob_74 Yeah I see what you mean.
Maybe it could be the iFruit stuff. But I'd try and see how it affects FPS when you use the phone shortcut, and the controller shortcut. Heck it may have something to do with loading custom images. I know ScriptHookDotNet doesn't seem to do a good job when it comes to loading custom images in terms of FPS. It may help to use banners which exist in the game files. But also note that I do not have any banners in my configuration.
2019년 01월 07일 (월) -
@nkjellman Hi,
Just to say I haven't forgot this but I'm working on other projects and I'm quite busy IRL. But I will totally try to improve this mod :)2019년 01월 19일 (토) -
@Bob_74 Ah nvm about the top one Bob. I got my banner to look great. My problems now are:
1. My mod contact is located at the very bottom of the contact list. There are a lot of empty spaces between the last default contact and my mod contact. I started a fresh game btw and just past a single mission. Maybe the empty spaces are placeholders for the other default numbers that i'll encounter once i advance through the game?
2. Some button combination (and even a single button) doesn't work. Calling F8 for menyoo doesn't activate it, and calling C+W+SPACE for my fuel mod (to show gas station on the radar) doens't work either.2019년 01월 25일 (금) -
-
-
-
Unhandled exception in script
"NoMoreShortcuts.NMS"!
FileNotFoundException at
NoMoreShortcuts.Profile..Ctor(
String xmlFile)pleas help on fixing this
2020년 01월 02일 (목) -
I found the script to crash when not connected online(Rockstar Offline Mode) so I decompiled the shdn-extender and deleted the IsUpdateAvailable() and it works now.
2020년 01월 28일 (화) -
-
''Note that the shortcut set by the mods will still work.'' so this makes the mod kinda useless for some players like me (i prefer using shortcuts instead of this mod becoz its faster), mod must be improved for having more empty buttons on keyboard (your mod should trigger other mods without key setup), other than that still a great idea hope u update soon.
2020년 05월 08일 (금) -
-
@Bob_74 this mod is not working with "(SharpDX & SharpDX.XInput) version 4.2.0.0".
2020년 08월 27일 (목) -
@princegaz I am also facing the same problem, this mod is not compatible with (SharpDX & SharpDX.XInput) version 4.2.0.0. its actually works with version 4.0.1.0.
2020년 08월 27일 (목) -
-
@bloolol I don't suppose you could share that file could you? I'm playing with my rolled back directory right now since the contract update killed MLO collisions
2021년 12월 30일 (목) -
NEW TOOL TO CREATE/EDIT PROFILES!
Profile Editor: https://gta5-mods.com/tools/profile-editor
Update 2.1.3 (10/04/2018):
- Fixed a crash when reloading ScriptHookVDotNet with a profile having no phone contact.
Update 2.1.0 (01/04/2018):
- Added the ability to play the phone's notification sound when showing the notification.
- Contacts names can be written in bold.
- Profies menus items can play a sound when selected.
- Profiles menus can now be opened using a shortcut (keyboard or gamepad). It means you can set your profile to open a menu even without having a new phone contact.
- (InputSimulator) Changed the way keys are sent so it should handle a bit more keys.