shrek:
LAYERS
actually, no, this wasnt made in winnitron. it was made in a newer fantasy console called the tic80. https://nesbox.itch.io/tic
I really am so amazed how much tic80 has grown sence its first alpha in 2015 or 16. i forget which.
but now, it is even being discussed on thepico 8 fourms. good job team tic. good job. :)
you have made a great fantasy console that rivals pico 8 and in my opinion, exeeds it.
and now other programs support it.
https://monstersgoboom.itch.io/fcmt
i am so amazed about how much tic has grown in its alpha alone.
keep up the great work.
hello. i wanted to report a bug fir the tic 80.
heres what happens and this occurs constantly.
if tic80 is open and you close your laptop, then come back later and use it, the sound is ~5-7 seconds late in all instances.
my guess is it has to do with the way sound is called in tic80 being deprioritized, making it become unsynced as other programs take priority over it.
so there were somethings i wanted changed, i just didnt want to have to overwrite edits on the dev collab page because if my updates.
so i was wondering , if its not much trouble, could you do these two things:
1. the sonic mania menu screen song. (the select mode or whatever one) (
) Obviously not the whole thing. just a small loop. i tried to convert to midi to make a music sheet for you... but uh......
nightmares.
2.extend the opening song a bit, maybye mix it up a little with the super sonic song from sonic 2 to make it more upbeat. i want it to last longer so that he gets into position before the song ends and so theres a bit more before it (if i can program it) does a demo. if you dont know how to go about mixing them or hit a artist block then the sonic mania opening theme would be fine...
3. if you feel like it, the sonic mania opening animation song. i want to use it in the final boss and the demo screen
im trying to by ear make sheet music... its feaking hard, but im doin it
I CANNOT MAKE SHEET MUSIC LFMAO
im going to try
this stuff is amazing. thanks for implementing it in my messy af code Lol.
only thing i noticed was when jumping the music was canceled out. (it whent back to normal when the sound effect is over, i was just noticing because the game has a lot of jumping)
im looking into it as far as why,
but this music work IS AMAZING.
thanks so much
also, no need to change somthing yourself... im working on a large patch
WOW! thats awesome! heres the cart! https://jackj106.itch.io/pokeydevcollab (if you want it, this is the wip cart, alpha 1 is on tic.computer)
to use the wip cart go here https://itch.io/game/accept-admin/172179/723199
And just thanks my dude thats ligit.
and it dosnt have to be the sonic maina title theme. classic one is fine or whatever one you did
so my game Pokey the hedgehog 2 is in alpha 1. i need testers and people who are willing to help with certain aspects.
testers go here or my itch.io page. (to use itch.io comment below for key)
http://tic.computer/play?cart=184
Question:
Is there a way to sync multiple people working on a tic 80 file at once?
things i need
programers... i just suck. :P comment if interested in helpin (i CAN NOT pay yah)
i have art and story covered... but would like to see if anybody can do better sprites...might use em if i think they are better...
-jackj106
i made the classic tic 80 dude in the new style. anybody can use this.(even nesbox)
but heres my questions.
what are the other three sprites for?
also,
why the jump in versions?
link to my config:
https://drive.google.com/file/d/0BymVVZ-QticjUERzb05NTTRXZzQ/view?usp=sharing
Ello!
I am here to ask a few questions, that well... regard file size, posting on tic.computer and more(Hence the title)
hello! i was wondering if anybody was willing to help remix some songs onto the tic80.
i cant pay you but... i can give you credit in the credits and in the discription though.
so to be more exact, i need the following songs ported:
sonic the hedgehog main theme (sonic 1)
green hills zone(sonic1 )
boss theme (sonic 2)
i need these songs for a sequel of my game pokey the hedgehog. anybody willing to help just reply below.
this is a LUA library that converts obj to lua readable code.
https://github.com/karai17/lua-obj
problem is, if i import the library and add a obj file it gives me an error.
somthing about require not being a valid thing or whatever.
this is the code the importer requires you put into the program you have made
local obj_loader = require "loader" local object = obj_loader.load("some_object.obj")
any fixes on how to do this?
i was wondering how one would use functions to make multiple instances of the same entity, for example a enemy that would travel across the screen. i am hoping this can be done with really simple TIC80 api...
i need this so that enemies can spawn on the right and come at the player that is on the left moving up and down.
this my sound similar to the developers of nesbox and some others because i am remastering Pokey the hedgehog to be improved graphically and stability wise and also adding in a story mode (i might make it a dollar or so, reviewers with channels w/ at least 100 subs get free! (and whoever i choose to give free also))
-jackj106
hello! i often use this setup for cutscenes
if frame==0 then ______ end
if frame==15 then ____ end
ect.
so here is my setup.(simplified)
frame=0 mode=0 t=0 function tic() if mode==0 then t=t+1 cls() if frame==0 then map() map() map () end if frame==15 then map() map() map() end ect end end
however, when i run it, the third map that contains a 16x16 sprite overlaps its own frames. (the other two are backgrounds)
and map() is just simplifying it.
and i cant figure out how to get it NOT to overlap the frames of Map() 3.
is this a change in api? because this stuff used to work. or at least with x/y's and variables and sprites
thanks, hope you can help,
jackj106
(ps: i also tried containing this in functions)
hello, i was wondering, is it possible to get the librarys and special commands like print() and spr() into a patch to be applied to an lua development tool? i was wondering because i am looking into making homebrew nes snes gameboy or even ds games, and a lot of compliers use lua but i suck at barebones lua.
-jack