Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

found a oculus plugin and a joy stick plugin #10

Open
ghg2 opened this issue Aug 27, 2018 · 82 comments
Open

found a oculus plugin and a joy stick plugin #10

ghg2 opened this issue Aug 27, 2018 · 82 comments

Comments

@ghg2
Copy link

ghg2 commented Aug 27, 2018

found this on the forums its a plugin for oculus
https://forum.thegamecreators.com/thread/209513

i made some games with it if you want to check it out

one is called cyber raid its for 32 bit
https://file.fm/u/p44x88ss

cyber raid 2 should work kinda old if there is something wrong ill try to fix it later or keyboard oc fully fixed
cyber raid 3 solder should work will test later and fix any thing wrong if there is
https://file.fm/u/7qcp9ts3
32bit fix for cyber raid 3 just put the exe in the folder
https://file.fm/u/pajs5rbq
cyber raid 3 light gun should work with the aimtrak gun

update download it should be fully fixed and now there is a clock and sun moon fixed version 5
cyber raid 4 shadow mission win1064 v5 with rain fix for oculus you can use a pc dance pad to walk and shoot is the back buttons should be fully fixed
https://files.fm/u/ux4r363u

cyber raid 4 shadow mission v6.2 update to fix quest in v6 and v7 coming soon
https://files.fm/u/gys5fxpf

cyber raid 4 shadow mission v7
https://files.fm/u/4rc94zy6

cyber raid 4 shadow mission v8 if you have any missing objects just put the exe in v7.2s files
https://file.fm/u/3stsu3tm

ps2 usb adptor
https://www.newegg.com/p/1B4-00NA-001Y5?item=9SIAFS976R2275&ignorebbr=1&source=region&nm_mc=knc-googlemkp-pc&cm_mmc=knc-googlemkp-pc-_-pla-livemylife-_-accessories+-+general-_-9SIAFS976R2275&gclid=Cj0KCQjwov3nBRDFARIsANgsdoHoIzi1zYNWHbvLDS4J0ZQPlLRuHxcy59Yi3WZO7--LmUwX3zB4kn8aAmhuEALw_wcB&gclsrc=aw.ds

one is called blades its flame alter 4
https://file.fm/u/su7ds2ds

nature run - mage raid win 10 64 oculus fix
https://files.fm/u/3zfp88qm

cloud alter win 10 64 v4
https://files.fm/u/86mxr6cm

cloud v5
https://www.files.fm/u/86mxr6cm

hatter run win 10 64
https://files.fm/u/8nd24593

all games work just follow the read me

also found a plugin for joy sticks called multi joy
http://cmcgames.darkphear.com/2008/12/multijoy-plugin-for-darkbasic.html

@ghg2
Copy link
Author

ghg2 commented Aug 27, 2018

heres a 2d game i made when you get to riddle type it 2 times
https://file.fm/u/98y4yy6d

its an action game with icp in it

@ghg2
Copy link
Author

ghg2 commented Aug 27, 2018

the 2d uses no plugins at all just the basic code
the oculus 64 games only use dark ai no physx

@ghg2
Copy link
Author

ghg2 commented Aug 27, 2018

check this forum if you scroll down there's a download for a dev C++ temple for making darkbasic plugins
https://forum.thegamecreators.com/thread/97069

@ghg2
Copy link
Author

ghg2 commented Aug 27, 2018

also the download for the temple is use templet with c++ dev bloodshad
dbpdevt.zip

if you load it in blood shad scripter and read the first page it says to put the commands there and tells you how to put the commands in

i think it the command.h should look like this or something

#include "commands.h"

// Put DLLCMDC in front of all the functions you want to be exported "clearly"
// in the dll. Put DLLCMD in front of all the functions you want to be exported
// "mangled" in the dll.

// "clearly" - The function name will appear as it does in the editor.
// "mangled" - The function name might appear like this "_Z14MyFunctionii", in visual c++ "?MyFunction@YAXHH"

// Put all your commands and functions here

// An example command, uncomment stringtable ID 2 in the resource table to get the command to be exported
// Resource Appearance: "GET VALUE[%L%getInteger"
/*

DLLCMDC int void codetest (void)
{
Sizei recommenedTex0Size = ovr_GetFovTextureSize(session, ovrEye_Left,
session->DefaultEyeFov[0], 1.0f);
Sizei recommenedTex1Size = ovr_GetFovTextureSize(session, ovrEye_Right,
session->DefaultEyeFov[1], 1.0f);
Sizei bufferSize;
bufferSize.w = recommenedTex0Size.w + recommenedTex1Size.w;
bufferSize.h = max ( recommenedTex0Size.h, recommenedTex1Size.h );
}
{
return 42;
}

*/

@ghg2
Copy link
Author

ghg2 commented Aug 27, 2018

updated cloud alter for 64 bit fixed the boxes

https://files.fm/u/vg9zyhad

might run better

@ghg2
Copy link
Author

ghg2 commented Sep 16, 2018

i have to find a new site to put up my games becuase the assholes at files.fm took away the serach bar so my fans cant find them

@ghg2
Copy link
Author

ghg2 commented Sep 16, 2018

hope you liked my games i make them all the time the program works good

@ghg2
Copy link
Author

ghg2 commented Sep 18, 2018

the cloud alter saves can be sold

@ghg2
Copy link
Author

ghg2 commented Sep 18, 2018

im the maker and they can be sold there cool saves with puzzles

@ghg2
Copy link
Author

ghg2 commented Sep 18, 2018

thats why cloud alter has a compiler named builder

@ghg2
Copy link
Author

ghg2 commented Sep 18, 2018

it wally me if you have a problem most fans know that

@ghg2
Copy link
Author

ghg2 commented Sep 18, 2018

in cloud alter if you hit 1 it loads .x files normaly

@ghg2
Copy link
Author

ghg2 commented Sep 20, 2018

quest for the alien boardv2
https://files.fm/u/m5zdyxn3
new game check it out

space board was cut but is in the fold try using it in cloud
its me wally aka walter i gave it to the cloud alter people becuase i lolst the .ac file
do to a brake in so now it cloud for you guys and still you can sell the cloud alter save
walter is me

@ghg2
Copy link
Author

ghg2 commented Sep 21, 2018

update and some fixes for alein board should work better and oculus should work type <()>
link was changed for new update

@ghg2
Copy link
Author

ghg2 commented Sep 28, 2018

new link for quest for alien board
https://files.fm/u/m5zdyxn3

@ghg2
Copy link
Author

ghg2 commented Oct 27, 2018

maruk cyber pc raidv1

https://files.fm/u/acux2mgk

@ghg2
Copy link
Author

ghg2 commented Nov 26, 2018

garilla raid
https://files.fm/u/k9jw4293
GR deathmatch
https://files.fm/u/vyjbf6dm

@ghg2
Copy link
Author

ghg2 commented Dec 1, 2018

check out the new one it called no Key Raid
https://files.fm/u/febztt5s
check this
https://files.fm/u/x95tu9kn

@ghg2
Copy link
Author

ghg2 commented Dec 8, 2018

heres another good game

hunt for the cyber stones

https://files.fm/u/fu9s7rsp

made with no physx

@ghg2
Copy link
Author

ghg2 commented Dec 13, 2018

hunt for the big key

https://files.fm/u/5gnjt735

@ghg2
Copy link
Author

ghg2 commented Dec 19, 2018

quest for the doorbreaker
https://files.fm/u/88nn9p72

@ghg2
Copy link
Author

ghg2 commented Dec 27, 2018

hunt on cross island new game
https://files.fm/u/rxpb5dre

builder test v6
https://file.fm/u/v5jgv8gv

builder test v7
https://file.fm/u/txjyr7y5

@ghg2
Copy link
Author

ghg2 commented Jan 11, 2019

check out rock raid and potion hunt
https://files.fm/u/6d93jmmd

https://files.fm/u/ne6uxuaf

@ghg2
Copy link
Author

ghg2 commented Jan 18, 2019

search for the vain balll
https://file.fm/u/wvnf9twe

@ghg2
Copy link
Author

ghg2 commented Jan 19, 2019

tower run
https://file.fm/u/m7ny7a38

@ghg2
Copy link
Author

ghg2 commented Feb 15, 2019

time pack
https://files.fm/u/w99mt76w

time pack v55 has the oculus plays fixed <()>1 ans <()>2
https://files.fm/u/r8v7gnk5

to play game download and install this because i used nividia physX
https://files.fm/u/2uyfxvyj

time pack deathmatch pack for all death matches
https://files.fm/u/65mp98mx

quest at the flame alter is an other deathmatch game
https://files.fm/u/nz5ppbyy

search for the boxes is another deathmatch game
https://files.fm/u/u6muuuxx

if you type D when selected on bibles demonic cyrstal unlocks

@ghg2
Copy link
Author

ghg2 commented Feb 22, 2019

gold solder v55 <()> oculus play add and new secret plays
https://files.fm/u/f4gzeups

@ghg2
Copy link
Author

ghg2 commented Feb 22, 2019

(%).txt

@ghg2
Copy link
Author

ghg2 commented Feb 27, 2019

some info on the lib verion
http://zeus.cs.pacificu.edu/ryand/cs250/2012/Lectures/20DarkGDKa.pdf

http://home.clcillinois.edu/bdv603/CIT241/LecturesFall13/Week9/Installing%20the%20Dark%20GDK%20with%20Visual%20Studio%202008.pdf

more info.zip

here is the Documentation
Dark GDK.zip

if statement example

if ( dbDownKey() || dbKeyState( 31 ) == 1 ) 
{
	dbMoveCamera ( 0 , -PLAYERSPEED );
	gunWaggle += 0.5f;
	gunWaggle2 += 0.25f;
}

if ( dbDownKey() ) 
{
	dbMoveCamera ( 0 , -PLAYERSPEED );
	gunWaggle += 0.5f;
	gunWaggle2 += 0.25f;
}

if ( dbMouseClick() == 1 )
{
gunWaggle2 += 1.0f;
if ( dbSoundPlaying ( 2 ) == 0 )
{
dbLoopSound ( 2 , 0 , 10000 , 0 );
}
//iShow = rand () % 2;
if ( playerBullet++ == 6 )
{

else statement example

if ( health > 0 )
{
updatePlayer ( );
updateBaddies ( );
}
else
{
die( );
}

	updateDoors		( );
	showFPS			( );
	updateFire		( );
	updateVis		( );	
}

gets for camera example

dbCameraAngleY ( 0 )
dbCameraAnglez ( 0 )
dbCameraAnglex( 0 )

dbCameraPositionX ( 0 )
dbCameraPositiony ( 0 )
dbCameraPositionz ( 0 )

object get are some what the same

float dbObjectPositionX ( int iObject )
float dbObjectPositiony ( int iObject )
float dbObjectPositionz ( int iObject )

here are some VS9 demos

https://file.fm/u/3zvgbte5

here are the .h files if needed
Include.zip

the .h files should go in the vs folder but if that dont work try putting them in
C:\Program Files\The Game Creators\Dark GDK\Include
C:\Program Files (x86)\Microsoft DirectX SDK (August 2007)\Include

heres a folder for the .llib files

the .lib
Lib.zip
files should go in the vs folder but if that dont work try putting them in
C:\Program Files\The Game Creators\Dark GDK\lib
also you should try putting a copy of them in
C:\Program Files (x86)\Microsoft DirectX SDK (August 2007)\Lib

@ghg2
Copy link
Author

ghg2 commented Feb 27, 2019

this is the dll one check this instead this is dark basic
https://files.fm/kainshatter#6zdaa9y6&layout=list;/view/darkbasicTGCv2_trigger.rar
the one i use this one does not use VS and is standalone
if there is still a problem after install just copy the editor and compiler for the folder old to yours that will fix it and run from main exe

@ghg2
Copy link
Author

ghg2 commented Dec 15, 2019

html templets v5 new templets and old ones fixed.zip

templets are fixed and working. remember you can use them any way you want if you can build some
thing you caN SELL more power to you

new htm dom templets coming soon

new templets for light gun and other html templets v3
html templets v3 new templets to work with.zip

updated templets check them out talking should be fixed and add new fps style
html templets v2 new templets and old ones fixed.zip

html templets.zip
save as unicode all files yourname.htm

[AUTORUN]
ShellExecute=HI.HTM
ICON=MYGAME.BMP
label=gamename

save as unicode all files AUTORUN.inf and it will boot the game when clicked not the folder from a cd

iif you make your own gifs animated images try ezgif.com

download codeblocks and save as cpp

#include <windows.h>

int main()
{
ShellExecute(NULL, "open",
"chrome.exe",
"file:///C:/testnpc.htm",
"",
SW_MAXIMIZE);
return 0;
}
make sure its the link for your starting file from A browser
use any way you want

@ghg2
Copy link
Author

ghg2 commented Dec 15, 2019

this is the dll one check this instead this is dark basic install with the read me and it will work fine
https://files.fm/kainshatter#6zdaa9y6&layout=list;/view/darkbasicTGCv2_trigger.rar

download and install directx june 2010 redist from https://www.microsoft.com/en-us/download/details.aspx?id=8109. turn the internet off and run the exe it will place the files in a folder of your pick then go to the folder and right click on the dxsetup.exe and run as adminatrator
then run dxsetup.exe and let it install then the basic games should work.

@ghg2
Copy link
Author

ghg2 commented Dec 25, 2019

new templets
html templets v3 new templets and old ones fixed.zip

new templets for light gun and other html templets v3
html templets v3 new templets to work with.zip

updated templets check them out talking should be fixed and add new fps style
html templets v2 new templets and old ones fixed.zip

html templets.zip
save as unicode all files yourname.htm

[AUTORUN]
ShellExecute=HI.HTM
ICON=MYGAME.BMP
label=gamename

save as unicode all files AUTORUN.inf and it will boot the game when clicked not the folder from a cd

iif you make your own gifs animated images try ezgif.com

download codeblocks and save as cpp

#include <windows.h>

int main()
{
ShellExecute(NULL, "open",
"chrome.exe",
"file:///C:/testnpc.htm",
"",
SW_MAXIMIZE);
return 0;
}
make sure its the link for your starting file from A browser
use them any way you want should make some good stuff

@ghg2
Copy link
Author

ghg2 commented Jan 22, 2020

some one was hexing my games on files.fm there company is shit and the person might have broke in but don't worry I have a lot of back saves and will fix it when I can. my PC is off right now because some one is also connecting remotely to it and stealing files like bmps and code clips from it so it might be a while

@hogsy
Copy link

hogsy commented Feb 4, 2020

Holy shit, this isn't a forum you know? You should use the issues board for reporting actual issues, not "omg look guys I made game."

@ghg2
Copy link
Author

ghg2 commented Mar 4, 2020

here is a demo of a sega game im buildin
tagcat adventure by wallys sega game.zip
g

@ghg2
Copy link
Author

ghg2 commented May 6, 2021

heres some demos of my sega work check it out.

heres a small demo of planet map it goes to the fire planet but does not go any ferther and the fire song is not in it the other verion i have goes past that but this is a tast planet map v1.zip

@ghg2
Copy link
Author

ghg2 commented May 6, 2021

here is an update on tag cat adventure shows the frist boss TAG CAT ADVENTURE BY WALLY (W).zip

@ghg2
Copy link
Author

ghg2 commented May 6, 2021

hers the a l;ittle of the end boss station to planet map it has end scenes but will actually have more bosses it comes after planet 3

BOSS FOR STATION TEST.zip

@ghg2
Copy link
Author

ghg2 commented May 6, 2021

in the station hold c and move to move the cursor a to select hold start to look around

@hogsy
Copy link

hogsy commented May 6, 2021

@Traductus or anyone else involved with this, is there any possibility you could somehow close/remove this issue?

I should iterate again @ghg2 that this is an issues board and not a forum. You continuously posting in this thread is spamming watchers with notifications.

@ghg2
Copy link
Author

ghg2 commented May 6, 2021

you got the right email kid

heres a new copy of darkbasic trigger fix
https://files.fm/f/x2ybw2gus

download directx 2010 redis https://www.microsoft.com/en-us/download/details.aspx?id=8109 and install it off line you unzip it and go to the folder then click the blue pc and then basic from the newer exe first then run it from the older exe when compiling
just hit ok if box pops up all plugins work.
{%}

@Traductus
Copy link
Contributor

Traductus commented May 10, 2021

Hi, @hogsy . I'm no longer a contributor with grants on this project so I can't close it. It looks like no one is assigned to it but maybe @kaedroho or somebody from @TheGameCreators can help us here. He's also spamming issue #12.

@ghg2
Copy link
Author

ghg2 commented May 11, 2021

sion that XQuadEditor

xquadeditor is not needed just follow what i said and it works

heres a new copy of darkbasic trigger fix
https://files.fm/f/x2ybw2gus

run the install for darkbasic in the zip and pasta in the game creators folder from the zip in to the c:\program\ folder

download directx 2010 redis https://www.microsoft.com/en-us/download/details.aspx?id=8109 and install it off line you unzip it and go to the folder then click the blue pc and then basic from the newer exe first then run it from the older exe when compiling
just hit ok if box pops up all plugins work.
{%}

@ghg2
Copy link
Author

ghg2 commented May 11, 2021 via email

@ghg2
Copy link
Author

ghg2 commented May 11, 2021 via email

@ghg2
Copy link
Author

ghg2 commented May 11, 2021

if there is some thing wrong and it don't work use the blue ball exe or new editor exe in the editor folder

@ghg2
Copy link
Author

ghg2 commented Jun 11, 2021

@ghg2
Copy link
Author

ghg2 commented Oct 7, 2021

@ghg2
Copy link
Author

ghg2 commented Oct 8, 2021

check out my directx lens demo click download in the gray box
https://files.fm/suhrim245788/u/qvpgssbq

@ghg2
Copy link
Author

ghg2 commented Oct 8, 2021

heres another new game called tropixz
https://files.fm/f/zwhusu3wt

@ghg2
Copy link
Author

ghg2 commented Mar 27, 2022

heres a reup of darkbasic trigger fix follow the read me
https://file.fm/u/nrqhh434x

download directx 2010 redis
https://www.microsoft.com/en-us/download/details.aspx?id=8109 and install
it off line you unzip it and go to the folder then click the blue pc and
then basic from the newer exe first then run it from the older exe when
compiling
just hit ok if box pops up all plugins work.
{%

@ghg2
Copy link
Author

ghg2 commented Sep 25, 2022

heres a reup of darkbasic trigger fix follow the read me
https://files.fm/f/xbq4ytybd

download directx 2010 redis
https://www.microsoft.com/en-us/download/details.aspx?id=8109 and install
it off line you unzip it and go to the folder then click the blue pc and
then basic from the newer exe first then run it from the older exe when
compiling
just hit ok if box pops up all plugins work.
{%

@ghg2
Copy link
Author

ghg2 commented Sep 26, 2022

here is some code you can use
https://files.fm/f/rn3xbmnxj

@ghg2
Copy link
Author

ghg2 commented Sep 26, 2022

some more code to use
https://files.fm/f/w5m25q2ez

@ghg2
Copy link
Author

ghg2 commented Sep 30, 2022

len test 2 fixed lens they show up now
https://file.fm/f/f69xx3dhn

@ghg2
Copy link
Author

ghg2 commented Mar 19, 2023

heres a new link to the dark basic trigger fix files read the read me
https://files.fm/u/x83cj4dp

@ghg2
Copy link
Author

ghg2 commented Apr 5, 2024

fixed walk and sky oculus working took some files out use it anyway you want len testv4
https://files.fm/f/22nnw4d4ju

@ghg2
Copy link
Author

ghg2 commented Apr 5, 2024

make object sphere 400,-1000000000000000000
position object 400,200000000000000,0,0
clone object 402,400
position object 402,0,0,0

if you do this it will work for the sky and you can move with out the .x

@ghg2
Copy link
Author

ghg2 commented Jul 10, 2024

The html temps were tapered with sorry about that they worked before didn't know open whould let people mess the files up fix them when I can also slot of the games were hexed there was a breaking so it might take some time to recover data and recompile them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants