Page 1 of 1

Dallas graphical script editor

Posted: Mon Dec 14, 2009 9:41 am
by Dadas
i was trying to get dallas working, i installed egcs-1.1.2, downloaded D3SDK 1.4 and set it up like tutorial says.
Then i made very simple script that is 100% scripted good...
Image
that error says - virtualgcc.exe stopped working,
Error caused that program stopped to work right.
System windows will close program and tell you when it find affordable solution.
I m using windows Vista home basic SP2, is it possible to make it working?
(windows haven't found any solution :) )

Posted: Mon Dec 14, 2009 10:15 am
by D.Cent
Maybe it's not working on Windows Vista anymore?

Posted: Mon Dec 14, 2009 10:33 am
by SuperSheep
You can try this page...
http://www.prepare4descent.net/descenti ... velEditing

Don't know if you've done everything shown there, but it's worth a look. Unfortunately, that's the extent of my knowledge on the subject.

Dallas graphical script editor

Posted: Tue Dec 15, 2009 1:09 am
by Dadas
I tryed to set it not via virtalgcc.exe but virtualms.exe now , i downloaded microsoft visual studio 9.0 and when i press compile there are errors:

Code: Select all

Virtual MS Compiler layer for Descent 3
Copyright 1999 Outrage Entertainment
Source: \"C:\\Users\\Roman\\Desktop\\D3EDIT10\\d3-sdk_v14\\osiris\\level14.cpp\"
Output: \"C:\\Users\\Roman\\Desktop\\D3EDIT10\\d3-sdk_v14\\osiris\\level14.dll\"
Debug Info: None
Warning Level: 0
DLL Type: Level Script
cl : Command line warning D9002 : ignoring unknown option '/GD'
level14.cpp
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(85) : error C2383: 'Obj_GetGunPos_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(90) : error C2383: 'Obj_GetGroundPos_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(94) : error C2383: 'Room_Value_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(153) : error C2383: 'AI_GoalFollowPathSimple_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(165) : error C2383: 'Obj_Value_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(169) : error C2383: 'Matcen_Value_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(197) : error C2383: 'AI_FindObjOfType_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(361) : error C2383: 'Obj_Create_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(373) : error C2383: 'Obj_WBValue_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(403) : error C2383: 'Player_Value_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(406) : error C2383: 'Obj_SetCustomAnim_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(415) : error C2383: 'Obj_Burning_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(437) : error C2383: 'Sound_Stop_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(440) : error C2383: 'Sound_Play2d_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(443) : error C2383: 'Sound_Play3d_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(455) : error C2383: 'AI_GoalValue_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(458) : error C2383: 'AI_GetNearbyObjs_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(542) : error C2383: 'Game_CreateRandomSparks_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(562) : error C2383: 'Path_GetInformation_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\osiris_import.h(578) : error C2383: 'LGoal_Value_fp' : default-arguments are not allowed on this symbol
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(843) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(847) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(851) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(852) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(853) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(1447) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(1475) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(1500) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(1718) : error C2198: 'Obj_Create_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(2548) : error C2198: 'Matcen_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(2569) : error C2198: 'Matcen_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(2773) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(3059) : error C2198: 'AI_GoalValue_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(3265) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4256) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4273) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4288) : error C2198: 'Player_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4303) : error C2198: 'Player_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4334) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4352) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4438) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4442) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4479) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4513) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4543) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4612) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4652) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4672) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4690) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4708) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(4728) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(5402) : error C2198: 'Obj_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(6264) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(6285) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(6306) : error C2198: 'LGoal_Value_fp' : too few arguments for call
c:\\users\\roman\\desktop\\d3edit10\\d3-sdk_v14\\osiris\\dallasfuncs.cpp(6327) : error C2198: 'LGoal_Value_fp' : too few arguments for call

i have tryed to compile level 14 from retribution pack with source from planetdescent and it is showing these errors everywhere!! what is with it for now? please help :(

Posted: Tue Dec 15, 2009 10:29 am
by SuperSheep
Actually, those errors are real and show up when I first attempted to compile AntiCheat. You have two options, go in to those modules and fix the errors, or try to get virtualgcc running.

Posted: Tue Dec 15, 2009 1:04 pm
by Floyd
gcc 2.8.1 is the last working version afaik.

Posted: Tue Dec 15, 2009 1:19 pm
by D.Cent
2.95 works on my system as well, and I remember Kevin once said he was using 2.96.

Dallas graphical script editor

Posted: Wed Dec 16, 2009 5:10 am
by Dadas
Ehm , my c/c++ knowledge is very low :P i can't fix it myself... virtualgcc.exe is just not working on vista, no chance to run it :(

Dallas graphical script editor

Posted: Fri Dec 18, 2009 1:15 am
by Dadas
I just found a good solution :) check it:

Image
Maybe i will install XP later :D

Posted: Fri Dec 18, 2009 4:42 am
by Insurrectionist
So now I have to block postimg.org because of the adult friend finder adds showing nude adults.

Posted: Fri Dec 18, 2009 5:38 am
by Insurrectionist
Have you pointed to the path of virtualgcc.exe in the system enviroment variables

Image

just add a semicolon then the path to virtualgcc.exe click ok that sould fix you up. I haven't use dallas in a long time but I set it up once but descent died so I never finish my level.

Dallas graphical script editor

Posted: Fri Dec 18, 2009 5:52 am
by Dadas
no it wont because i already have done it :P windows virtual PC works good just transfering files is not good hehehe
omfg D3 never dies - new version is going to be released recently and a PXO will get up again!!! :P
btw yep i wanted to upload that image to another site but here is only that 1 supported