Page 1 of 2

Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 7:26 pm
by hiroshimus
Hello good afternoon,

I know this probably one of the most basic questions but, I'm used to T1 and I'm still trying to figure out the T2.

Once I finished a script on the GPC Script IDE section of the GTUNER IV, how do I transfer that to a Memory Slot?

:innocent_smile_1:

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 7:55 pm
by bonefisher
After saving the gpc. file it should be in the left column then just drag and drop to a slot.

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 8:11 pm
by Prototype
hiroshimus wrote:Once I finished a script on the GPC Script IDE section of the GTUNER IV, how do I transfer that to a Memory Slot?

:innocent_smile_1:

I have had the same issue at the beginning :innocent_smile_1:
by targeting the top of the margin with the mouse the GPC icon and name appears!

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 8:14 pm
by hiroshimus
You mean the File Explorer column right?

When I find the GPC file I just saved, and then I drag it to one Memory Slot, the Memory Slot changes to "Not Defined".

Does that mean that my script is already loaded on my memory slot but some text within the script needs to be changed so that "not Defined" changes to e.g. Soldier 76 Overwatch?

bonefisher wrote:After saving the gpc. file it should be in the left column then just drag and drop to a slot.

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 8:45 pm
by Prototype
hiroshimus wrote:You mean the File Explorer column right?

No i mean in the GPC IDE margin where the lines number are.
hiroshimus wrote:When I find the GPC file I just saved, and then I drag it to one Memory Slot, the Memory Slot changes to "Not Defined".

That is because it miss one line when you start from an empty file, with a minimum GPC script file this line is created:
Code: Select all
#pragma METAINFO("script name", 1, 0, "author name")

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 8:57 pm
by hiroshimus
Thanks prototype,

You the man :joia:

prototype wrote:
hiroshimus wrote:Once I finished a script on the GPC Script IDE section of the GTUNER IV, how do I transfer that to a Memory Slot?

:innocent_smile_1:

I have had the same issue at the beginning :innocent_smile_1:
by targeting the top of the margin with the mouse the GPC icon and name appears!

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 11:00 pm
by antithesis
This should be resolved with an icon in Gtuner to Transfer the script to T2. The average punter is never going to find the current implementation.

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 11:31 pm
by hiroshimus
Yeahh I saw that line on other GPC scripts.

I just didn't one what the 1 and the 0 stood for.

But thanks anyways! I'll do that :innocent_smile_1:

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Thu Sep 14, 2017 11:50 pm
by Prototype
hiroshimus wrote:I just didn't one what the 1 and the 0 stood for.

It is the version of the script.

Re: Transfering GPC Script IDE to a Memory Slot (T2)

PostPosted: Sat Sep 23, 2017 7:17 pm
by Prototype
antithesis wrote:This should be resolved with an icon in Gtuner to Transfer the script to T2. The average punter is never going to find the current implementation.

+1 Same for me the first time! An icon somewhere else could help.