@KimonoBoy Thank you for the Wiki, easy and clear ,very useful for me,
gus-solo
View profile on GTA5-Mods.com »
Posts made by gus-solo
-
RE: Create your personal GTA 5 Trainer
-
RE: Howto LemonUI.SVHDN3
@JohnFromGWN in one word: WAW !
i Just read your links and it verry usefull... for my part I use just the minimum Mod possible but at the beggining i'have tryed nearly all the mods you can find on 5modsso i'had to reload all the game several time before I understood why some things works ans some other not...
I have a big machine but for the everyday's coding things I use an little i5 laptop, so I must use the minimum of ressources and it is a good guide...
-
RE: Howto LemonUI.SVHDN3
@JohnFromGWN the experts may be gone but there are still good coders...unfortunately not all sources are accessible...
at the moment i am trying to "update" CamxxCore's "Scripted Camera Tool" and "translate" it to LemonUI, i needed it for a Machinima but there is no backup for Nodes and a limitation to 20 nodes max... fortunately, he gave the sources, so I'm working on it... now I'm at 50% of the work...
Is this a video of your work on LemonUI? It seems very complete... if it's in C#, I'd love to see the sources
-
RE: Howto LemonUI.SVHDN3
@JohnFromGWN thanks again, I already figured out some of this info, I knew about the natives (I have at least 10 bookmarks about them) and the incompatibility between SHVDN2 and SHVDN3 (by loading them in references in VS). intellisense is very useful but of course it can't "guess" what I'm looking for... the problem is that I'm learning "coding" and "moding" at the same time... I have to learn C#, the using of VS, natives and hooks all at the same time and I only have one small brain... but that's how i really learn... I have to have a problem to solve to really integrate the information... but if I read between your words correctly, I'm not alone...
-
RE: Howto LemonUI.SVHDN3
@JohnFromGWN Thank you very much for your help, indeed I was looking for LemonUI but I find more info if I look in the SHVDN
-
RE: Howto LemonUI.SVHDN3
@JohnFromGWN By the way, I use one of your exemple as inspiration for my project menu...
(https://forums.gta5-mods.com/topic/34171/template-for-lemonui-c)
-
RE: Howto LemonUI.SVHDN3
Thank you, my subtitle problem is solved! but for any other problem, where can I find documentation? I looked on the Lemon Github page ("Quick Start" and "Upgrading from NativeUI") but I couldn't find anything about Subtitle or "UI.container()" for example...
surely you guess that i am not a developer,.. i am just starting to code and i am not sure about my V.S. configuration... what should i do to be well helped by intellisense?
-
Howto LemonUI.SVHDN3
Hi, I'm Trying to script a camera using LemonUI and SHVDN3 but doing this, it seems I can no more use the GTA.UI fonctions, аnd particularly: UI.ShowSubtitle("")... does someone knows a solution ?