Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Masternama8000

51
Posts
14
Topics
3
Following
A member registered May 18, 2019 · View creator page →

Creator of

Recent community posts

Hello there,

I got found New bug way.

Note:

This version is 0.80.1224-dev it works real bug. Not edited.

I show  you.



Step 1: If you run cart


Step 2: Press Window Tab button

Step 3: Tap TIC-80 app

Step 4: Wola, I got lost cartridge data like sprites, titles, musics, sounds sfx & maps.


Cartridge all data is gone.



Screenshots:

PLEASE FIX THIS!!!!

Hello there,

I got incorrect 260 color palettes this cover image.

ScreenShots:


Opening surf it says "You don't have any files..."


Pop-up appear message it says "Unfortunately, TIC-80 has stopped".

Hello @Nesbox developer,

This 0.80.0-dev version.

For Android


BUG:

1. type "import <file>", "export <file>", & "get <file>" command.

2. Tap enter key

3. After crashed application


TIC-80 File explorer is corrupted GUI. I can't open file explorer.


This 0.70.6 version

Type "import <file>", "export <file>", & "get <file>" command. It works open file explorer there is no errors.


PLEASE FIX THIS!!

I try build PRO

@nitrofurano this is new TIC-80 debugger!

(1 edit)

This Android version.


BUG:

1. Type new command for (TIC-80 terminal)

2. Press CTRL+R to run cart

3. Tap Back button 

Back button is broken to can't exit cart.


PLEASE FIX THIS!!

Really, why changed image using hack account!?

Yes, @StinkerB06 You found comments:


https://tic.computer/play?cart=188#comment-790

snrf

https://tic.computer/play?cart=873#comment-1906

TaniaDevil

(1 edit)

@LM Game Dev I found problem 

https://itch.io/t/538283/tic-80-cant-run-browser-emulator

This is Star16 Palette - picture art. I can't run HTML?

Please comment

Awesome!

@geoman How to use?

@LM Game Dev I can't make video call your Nesbox developer.

So I maked video by Bad apple by Fubki & Nesbox

https://tic.computer/play?cart=419 using LZ77 algorithm (compress).

writed Video per bit video cilp support like (mp4 & avi).

@malevolent I download your cartridge? Please.

@alexsilent This is Hello World by Nesbox

RAM Info

RAM Info

- Added vram command 

- Added 2 New RAM address & name

Updates

Code Editor

- No New features

Sprite Editor

- Added 8 Sprite flags [ 0 1 2 3 4 5 6 7 ]

Map Editor

- No New features

SFX Editor

- Added Sound Left or Right Stereo

Music Editor

- No New features

TIC-80 Command

Like this


@netvip3r That's a new version is 0.80.0-dev

Github available here:

https://github.com/Masternama-8000/Star16-Palette/tree/master

TODO

1. Download TIC-80 application
Windows : https://github.com/nesbox/tic.computer/releases/download/v0.70.6/tic80_0.70.6.zi...
Linux 64-bit : https://github.com/nesbox/tic.computer/releases/download/v0.70.6/tic80_0.70.6.ta...
Mac OS X : https://github.com/nesbox/tic.computer/releases/download/v0.70.6/tic80_0.70.6.dm...
Android : https://github.com/nesbox/tic.computer/releases/download/v0.70.6/tic80_0.70.6.ap...

2. Download your zip file
Link: https://drive.google.com/open?id=1y7bPFpuPsJEhR_zXfqz9SR1rgxePweNp

3. Extract your zip file

4. Go to folder Star16 palette for TIC-80\TIC-80 cartridge

5. Select 2 TIC-80 cartridges

6. Copy 2 TIC-80 cartridge

7. Go to \AppData\Roaming\com.nesbox.tic\TIC-80

8. Paste your TIC-80 cartridge

9. Open your TIC-80

10. load your file
TIC-80 command "load Star16 palette demo.tic" or "surf"

11. type "run"

Star16 Palette demo files available here

https://drive.google.com/folderview?id=1QlnyTw2RjVd4bS_A1aEVy8WJsKT48KxM


You're welcome 😊

Awesome! I like this game. 😊

(2 edits)

Hello!, You got found this problem

Link:

https://itch.io/t/538283/tic-80-cant-run-browser-emulator

It works in TIC-80 Website

https://tic.computer/play?cart=895

(4 edits)

@Lucas Marinho build a 0.80.0-dev Pro (Premium)

https://github.com/nesbox/TIC-80/wiki/build-instructions

or

Builded TIC-80 Program 0.80.0-dev (Basic)

http://builds.tic.computer/

Please leave a comment!

Hello, I upload demo TIC-80. See nothing options here. Help!.

https://masternama8000.itch.io/star16palettepicturedemo

You got solved & Please comments.

Thank you

Master Nama

@Calcified_Mind It works!


I can code script like Lua. Also make your games!!

thanks!

Yes, file extension is (txt) called text. Not work load txt file in TIC-80. TIC-80 cartridge file extension (tic).

This is YouTube video

How to switch blank using TIC-80

https://www.youtube.com/watch?v=g2J8NJh3yws

TIC-80 community · Created a new topic How to switch blank

It's free PRO version

download your exe file

For Windows

https://drive.google.com/open?id=1JuPBqSC2CrXkIKgaG9EsmaLEAr9M_Yq5


TIC-80 0.70.6 Using (Pro) version editing bank. 

TIP
:

Step 1
Press ESC


Step 2
Click orange cartridge icon




Step 3
Choose a bank states


(Have 8 bank states)

Step 4
See Cartridge gets blank.



DO YOU KNOW:
Bank state editing cartridge like
(Code, Sprite, Map, Sound & Music)

Using sync().



LEARN:
Syncing the bank state.

sync(tocart,bank number).

SAMPLE:



LINK:

Check it out
I created picture art in star16 palette
https://tic.computer/play?cart=895


Bye Bye!. Upload Topic soon.

TIC-80 community · Created a new topic What is scanline?

Scanline is scanline.

Scanline used function scanline() or function SCN()

scanline looks like gradient,screen line,extremely faster move,etc.


Sample 1

Code

-- title:  Scanline screen & border
-- author: masternama
-- desc: Scanline screen & border using SCN()
-- script: lua

t=0

function SCN()
poke(0x3fc1,t)
cls(t)
t=t+1.3
end

function TIC()
end


Sample 2


Code

-- title:  Gradient demo
-- author: masternama
-- desc: Gradient using scanline() or SCN()
-- script: lua

function scanline(color)
poke(0x3fc0,color)
end

function TIC()
cls()
end


Sample 3


Code

-- 'Change screen offset in every scanline' demo
-- author: Vadim
shake=0
d=4
function TIC()
if btnp()~=0 then shake=30 end
if shake>0 then
poke(0x3FF9+1,math.random(-d,d))
shake=shake-1
if shake==0 then memset(0x3FF9,0,2) end
end
cls(12)
print("PRESS ANY KEY TO GLITCH!",54,64)
end

function scanline(row)
if shake>0 then
poke(0x3FF9,math.random(-d,d))
end
end


What happens hello world cartridge put a function scanline()

Look see what happens

https://drive.google.com/file/d/1_0laQWWRni84YIbh-cfWZ1HgBHyO1cqG/view?usp=shari...

Please download your file


See TIC-80 sprite extremely faster moving like color white fastest.


Here we go

There is links

Scanline screen & border - https://tic.computer/play?cart=878

Gradient demo - https://tic.computer/play?cart=910

Screen giltch demo / lua - https://tic.computer/play?cart=847


Bye Bye! Upload topic soon.

Awesome!

This is New Palettes. TIC-80 tiny computer doing editing color palettes. put a name. Called Star16.

I'm completed edited palette. Done.

Link:https://tic.computer/play?cart=890

I show you TIC-80 menu editors



Code Editor



Sprite Editor



Map Editor



SFX Editor



Music Editor


Palette code

04080028998d55482c00aa3c00893cbe18189d18189548c67dbe5528c2baea693cc28d48ae481caa5589da2c65ffffff

1) Select all Palette code. 

2) Press ctrl+c or click Copy. 

3) open TIC-80 program.

 4) Go to Sprite Editor. 

5) click Edit Palette icon. 

6) click Paste icon.

7) See changed palette.

8) Type run.


Tada!! See Star16 Color Palettes 


Bye Bye! Upload Topic Soon.

Cool! I looks ilke 3D map?

btco show code