I'm seeking for help for a strange problem I have with a Fast Craft Script. Basically it's a script that allows player to craft epoch stuff via GUI.
It looks like this :
The problem as you can see is that it doesn't show the Items Name, same for the tools needed...
I followed a (very) old tutorial which is here :
It looks different I know, but the files are not available anymore on the link provided so I had to find some other files online.
The craft itself is actually working (without checking for the right tools apparently, even if you don't have the tool required the craft works) but appart from the name and tool everything is OK.
All my folders regarding this script look like this :
My Init is looking like that :
//Load in compiled functions
call compile preprocessFileLineNumbers "custom\Buildables\variables.sqf";
progressLoadingScreen 0.4;
call compile preprocessFileLineNumbers "custom\Buildables\Crafting_Compiles.sqf";
if (!isDedicated) then {
call compile preprocessFileLineNumbers "custom\crafting\Init.sqf";
My Description :
#include "custom\crafting\dialog.hpp"
My Space_interrupt :
if (_dikCode == 0x24) then {
ExecVM "custom\crafting\start.sqf";
_handled = true;
};
if (_dikCode == 0x02) then {
AAC_1 = true;
};
if (_dikCode == 0x04) then {
AAC_3 = true;
};
Question
Assomnia
Hello everyone !

I'm seeking for help for a strange problem I have with a Fast Craft Script. Basically it's a script that allows player to craft epoch stuff via GUI.
It looks like this :
The problem as you can see is that it doesn't show the Items Name, same for the tools needed...
I followed a (very) old tutorial which is here :
It looks different I know, but the files are not available anymore on the link provided so I had to find some other files online.
The craft itself is actually working (without checking for the right tools apparently, even if you don't have the tool required the craft works) but appart from the name and tool everything is OK.
All my folders regarding this script look like this :
My Init is looking like that :
My Description :
My Space_interrupt :
Compiles :
That's it, I forgot something, can someone help me with this ? If you need any other file or stuff tell me, anything that can help I take it !
Thanks in advance
The files are here : http://www.filedropper.com/fastcraft
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now