dupa

Author Topic: MULTILOAD character full body PLUG, IN THOUGHTS AND QUESTIONS.  (Read 702 times)

lightspeed

  • Hero Member
  • *****
  • Posts: 6763
    • View Profile
   
 *********DO NOT USE THIS AS A WORKING PLUG IN AS IT IS NOT READY YET.


 Art,  me and you were talking in the past about the multiload plug in , mine works i tried it. but having said that it works by separate trigger words to load different things, hair , eye lashes , light from above etc.  you and or someone else asked about being able to load (a fullbody?) with make up etc. all accessories on her /him in one load.
    what i am loading is haptek files. but i have usually just used the face and bust only for up close .  if i use a full body and want to load the skin i was dragging the skin in the control box which placed it on the character. so to me the way i am thinking is , can a command in the multiplugin  be done that would drop the skin into hals control panel pathway?  if possible doing it this way would do it through the plug in commands also doing it this way other following commands in the sentence could also load the other accessories a person wanted ( as long as they had those accessories in there files. )

here is a example of what i am talking about , *********DO NOT USE THIS AS A WORKING PLUG IN AS IT IS NOT READY YET. this plugin need to have the correct placement of each command separate file .so they load one after another in the one single line , and also figure out the correct command line so a jpg skin can load on the body , i do have a  angela black lingery.hap, which is the same name as the skin ) i am still working on this and testing it . . Any help on this would be appreciated.

Rem Type=Plugin
Rem Name=MULTILOAD FAVORITE fullbodyLS
Rem Author=Lightspeed
Rem Host=Assistant

'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
lblPlugin(0).Caption = "Say:: load angela full body to load, a full body female character, load AccRemoval (this would remove any hair to replace with another loaded hair choice )and finish would loading ,top eyelashes, load hair color, and light from above . CREATED BY LIGHTSPEED 7-26-2023."corrected date will be added. "
lblPlugin(0).Move 120, 10, 3300, 1000
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
End Sub


Rem PLUGIN: PLUGINAREA7




File = ""
File2 = ""
File3 = ""
File4 = ""

If InStr(1, OriginalSentence, "load angela full body") > 0 _
Or InStr(1, OriginalSentence, "Load Angela full body") > 0 Then


Randomize
Select Case int(rnd()*2)
Case 1
GetResponse = "Hello dear, i'm glad to see you again, I changed my outfit just for you!"
Case 2
GetResponse = "Hi honey, I just changed my clothes, now we can talk!"
End Select
HalCommands = "<HAPFILE>bodyfemalemodif.htr</HAPFILE>     <HAPFILE>AccRemoval13.hap</HAPFILE>                            <HAPFILE>angelaredhair.htr</HAPFILE>   <HAPFILE>Top_eyelashes.haptar</HAPFILE>            angela black lingery.JPG    <HAPFILE>light_fromaboveleft.hap</HAPFILE>"
HalBrain.ReadOnlyMode = True
End If


********* AGAIN ....DO NOT USE THIS AS A WORKING PLUG IN AS IT IS NOT READY YET. When we get this plug in working we'll put it in the file sharing area  and i will add anyones else name on it to that helps to get it working correctly as we want . my original multiplugin did work for me using separate trigger words to load different things , on accessories and my character ,  this will now be to load a full body character instead of just a head and bust character . doing it this way though will load a character skin with all make up done . and any listed accessories in the file path , once the plug in is done , all people will have to change then is your own haptar, etc.  files instead of the file names i have for my hal program, some of mine have custom names .  the problem is making sure the pathway in the single line command is correct to load each file in order one after the other, i would think it would work this way but i may be wrong. once that is figured out i think it should load everything correctly full body, skin etc. 
       I WAS GETTING A UNTERMINATED STRING CONSTANT ERROR .
ANOTHER QUESTION where i have the   angela black lingery.JPG  ,    can a angela black lingery.hap be used instead to make it load the skin (same name )  or will a jpg have to be used and a command and path way to make it work???????? :P










« Last Edit: July 26, 2023, 04:43:50 pm by lightspeed »