Jump to content
IGNORED

dcp+ ?


Recommended Posts

i feel like i'm missing something, but i can't seem to get dcp+ to enable, tried downloading http://atariage.com/forums/topic/214909-bb-with-native-64k-cart-support-11dreveng/ this but it doesn't seem to enable it. then i tried reinstalling bb and vbb completely with rt's giude and still can't seem to enable it? what am i doing wrong?

Link to comment
Share on other sites

This should move to batari Basic Forum.

I dictated this real fast:

 

Open Visual batari Basic.

click on create project.
name your project and on the line below that says path click on the folder icon on the right side of the box
then you click the plus symbol in front of computer then the plus symbol beside local disk
then the folder where your files were downloaded from RevEng and
usually I have another folder inside there that contains my projects so I would highlight that.
Then click okay
then click okay of the new project box.
On the right side of visual basic, right click new project, highlight add, select new item, click on that.
Choose DPCplus kernel and you can put a name and click add.
It will ask do you want to open DPC_BAS now and you click yes. You should have a template.
if you're using the latest bug fixed version from RevEng you can delete the set kernel_options collision playfield player - at the top.
And under bank 6 add temp1 = temp1 like banks 2 thru 5.
Set up a few variables in the first bank, there is around 100 bytes free.
Start more variables and coding in bank 2.
The game loop has to have a drawscreen with the Fractional Data Fetchers set right before the drawscreen so it knows how many playfields lines and colours and background colors.
Link to comment
Share on other sites

ah, thought i posted it there, my bad. hmm i see the dcp+ files in the directory but there is no option for when i do what you said in the new item

This is the newest VbB that I could find:

http://atariage.com/forums/blog/302/entry-9759-small-update-for-visualbb/

 

post-29575-0-43147300-1423099015_thumb.jpg

 

or just use this )remember indents are important):

 rem batari Basic Program
 rem created 2/3/2015 6:16:11 PM by Visual bB Version 1.0.0.566
 rem *****************************************************
 bank 1
 rem *****************************************************
 temp1 = temp1

 set tv ntsc
 set kernel DPC+
 set smartbranching on
 set optimization inlinerand
 rem set kernel_options collision(playfield,player1) 

 rem DEFINE VARS HERE

 goto MAIN bank2

 rem *****************************************************
 bank 2
 rem ***************************************************** 
 temp1 = temp1

MAIN
 rem INSERT GAMEPLAY LOGIC
 goto MAIN

 rem *****************************************************
 bank 3
 rem ***************************************************** 
 temp1 = temp1

 rem *****************************************************
 bank 4
 rem ***************************************************** 
 temp1 = temp1

 rem *****************************************************
 bank 5
 rem ***************************************************** 
 temp1 = temp1

 rem *****************************************************
 bank 6
 rem ***************************************************** 
 temp1 = temp1

Edited by iesposta
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...