Jump to content

subabrain

Members
  • Posts

    194
  • Joined

  • Last visited

About subabrain

  • Birthday 09/08/1987

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

subabrain's Achievements

  1. Hello, yes i know its a hard work but i think that i can make feauters the others dont have... So i maybe need help with some questions for example - how to make waepons shows realistic ... so thanks a lot! Greetz Robert
  2. Hi there, i just want to know if someone could support me with my Hunting Game in the T3D Engine ... I know well that there are some Games like this ... but my vision is to make a game which is only paid once and not monthly ... (maybe as the follower to deer hunter tournament) ... here a little impressions of my game (but its not in alpha version or something like this): https://www.facebook.com/JagdSimPro/ Work in Progress :) Greetings Robert
  3. yes i just want to make creation of vehicles easier .... but i think you are right :) greetings Robert
  4. Hi, after my outtime i just want to ask if there is a tool for create vehicles easier for t3d... if not i maybe can code something in c# ... please give some information - if this make sence ;) greetings subabrain
  5. Hi, okay - i understand ... so i have to stop my development - but its good to get an answer ;) okay - so nice weekend! greetings Robert
  6. Hello, now what ive done: 1. i made a new project 2. in this project i started the sample.html in the folder "web" 3. this sample.html is only possible in older (very old version) of Firefox or with <= ie 8 4. all other browsers arent running 5. So now the next point is that i had to have the whole game data on the clients Computer and so on ... im at the end of my knowledge to start this game in newer browsers and how i can package for web :( Maybe someone could help me ... greetings and nice weekend! Robert
  7. Hello, i have made some changes now ... and i get the plugin now ... but the problem is - how can i add these plugins to the browsers? Would be nice if you could answer ;) Greetz Robert
  8. hello, im really sorry but i dont get it to work :( okay i found something here http://tdn.garagegames.com/wiki/TGE/Code/How_to_make_torque_a_plugin&needLogin=1 but im at the end now - i can not reproduce this :cry: greetz Robert
  9. okay, i find something out - i want to compile the web activex with visual studio ... but i get errors like the following: Fehler C2061 Syntaxfehler: Bezeichner "IIEWebGameCtrl" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 66 Fehler C2786 "unknown-type": Ungültiger Operand für __uuidof ax c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\atlmfc\include\atlctl.h 4164 Fehler C1083 Datei (Include) kann nicht geöffnet werden: "IEWebGamePlugin_i.h": No such file or directory ax e:\torquedev\my projects\sgamesechs\web\source\activex\dllmain.cpp 27 Fehler C4996 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.cpp 71 Fehler C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.cpp 79 Fehler (aktiv) E0020 Der Bezeichner ""IIEWebGameCtrl"" ist nicht definiert. ax e:\TorqueDev\My Projects\SGameSechs\web\source\activex\IEWebGameCtrl.h 40 Fehler (aktiv) E0020 Der Bezeichner ""CLSID_IEWebGameCtrl"" ist nicht definiert. ax e:\TorqueDev\My Projects\SGameSechs\web\source\activex\IEWebGameCtrl.h 48 Fehler (aktiv) E0020 Der Bezeichner ""IIEWebGameCtrl"" ist nicht definiert. ax e:\TorqueDev\My Projects\SGameSechs\web\source\activex\IEWebGameCtrl.h 66 Fehler (aktiv) E0171 Ungültige Typkonvertierung. ax e:\TorqueDev\My Projects\SGameSechs\web\source\activex\IEWebGameCtrl.h 67 Fehler (aktiv) E0020 Der Bezeichner ""IEWebGameCtrl"" ist nicht definiert. ax e:\TorqueDev\My Projects\SGameSechs\web\source\activex\IEWebGameCtrl.h 177 Fehler C2065 "IIEWebGameCtrl": nichtdeklarierter Bezeichner ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 40 Fehler C2923 "ATL::CStockPropImpl": "IIEWebGameCtrl" ist kein gültiges Vorlage-Typargument für den InterfaceName-Parameter. ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 40 Fehler C2955 "ATL::CStockPropImpl" : Für die Verwendung von Klasse Vorlage ist eine Vorlage-Argumentliste erforderlich ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 40 Fehler C2065 "CLSID_IEWebGameCtrl": nichtdeklarierter Bezeichner ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 48 Fehler C2975 "pclsid": Ungültiges Vorlagenargument für "ATL::CComCoClass", konstanter Kompilierzeitausdruck erwartet. ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 48 Warnung C4091 "typedef ": Ignoriert auf der linken Seite von "CIEWebGameCtrl::JavasScriptExport", wenn keine Variable deklariert wurde ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 160 Fehler C2065 "IIEWebGameCtrl": nichtdeklarierter Bezeichner ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 66 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "}" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 66 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 66 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 67 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 67 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 67 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 68 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 68 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 68 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 69 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 69 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 69 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 70 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 70 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 70 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 71 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 71 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 71 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 72 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 72 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 72 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 73 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 73 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 73 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 74 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 74 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 74 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 75 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 75 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 75 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 76 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 76 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 76 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 77 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 77 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 77 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 78 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 78 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 78 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 79 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 79 Fehler C2059 Syntaxfehler: "," ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 79 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 81 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 81 Fehler C2059 Syntaxfehler: "}" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 81 Fehler C2059 Syntaxfehler: "return" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 81 Fehler C2143 Syntaxfehler: Es fehlt ";" vor "{" ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 83 Fehler C2447 "{": Funktionsheader fehlt - Parameterliste im alten Stil? ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 83 Fehler C2065 "IEWebGameCtrl": nichtdeklarierter Bezeichner ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "HRESULT (__stdcall *)(BOOL) throw()" kann nicht in "const CLSID *" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "HRESULT (__stdcall *)(void *,const IID &,LPVOID *)" kann nicht in "HRESULT (__stdcall *)(BOOL)" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "ATL::_ATL_OBJMAP_CACHE *" kann nicht in "ATL::_ATL_CREATORFUNC (__stdcall *)" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "LPCTSTR (__stdcall *)(void)" kann nicht in "ATL::_ATL_OBJMAP_CACHE *" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "const ATL::_ATL_CATMAP_ENTRY *(__cdecl *)(void)" kann nicht in "ATL::_ATL_DESCRIPTIONFUNC (__stdcall *)" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C2440 "Initialisierung": "void (__stdcall *)(bool)" kann nicht in "ATL::_ATL_CATMAPFUNC (__cdecl *)" konvertiert werden ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgamectrl.h 177 Fehler C1083 Datei (Include) kann nicht geöffnet werden: "IEWebGamePlugin_i.h": No such file or directory ax e:\torquedev\my projects\sgamesechs\web\source\activex\iewebgameplugin.cpp 25 it would be nice if you could help :) greetings Robert
  10. Hi there, ok thanks a lot - sorry i know its shit but i have to do it in the browser ... but i really dont need the latest features ... maybe you can tell me how i can do this with older versions? Thanks a lot! Greetz Robert
  11. Hello, i have a last quesion - maybe someone could help me - would be nice :) so ... i searched for playing a t3d game in the webbrowser - so i found something with "webgl" and some javascript snippets ... But i dont really found something about it ... maybe you can give me some information - THX! Greetings Robert
  12. Hello together, ok - is see - thank you very much - the thing is of course it could be moved but i dont try to ask stupid questions ;) So thanks! Greetings Robert PS: Sorry for penetrating you but i have opened one last thread because i dont find a way to publish in the browser - THX!
  13. Hi, sorry i just see this post ... yes the problem is i dont know how it works ... maybe you can give me some support - maybe a code snippet or somthing ... would be really nice! Thanks a lot! Robert
  14. hmm ok, i get some way but i think its not right: function set_gcover() { new GroundCover() { Material = "grass3"; probability[0] = "1"; probability[1] = "1"; sizeMin[0] = "0.1"; sizeMin[1] = "0.1"; sizeMax[0] = "0.5"; sizeMax[1] = "0.5"; windScale[0] = "1"; windScale[1] = "1"; }; } maybe you could help :) thanks a lot! greetz Robert
  15. Thanks a lot for your answer! one question i have: is it encrypted - so nobody can simply change the scripts etc? ok would be nice if youcould answer :) greets Robert
×
×
  • Create New...