Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bromaster

50
Posts
8
Topics
4
Following
A member registered Jan 08, 2019

Recent community posts

?

Not sure about the alt idle.

There is a number box which, when above 1, causes the Alt Anim Note tick to turn on, which might suggest an unused multiple alt anim feature.


You can't add the fire notes in modding plus, but you can add them in FunkinVortex

it should look like this

var sh_r  = 1;
var movex = 0;
var movey = 0;
var xup = true;
var yup = true;
var movexby = 0.025;
var moveyby = 0.005;
function start(song) {

Move the vars and put them before the start function (function start(song) )

Can you reply with the code in the hscript?

1. Make sure your character's png and xml files are called char (char.png and char.xml respectively)

2. Make sure that the animation names in the xml and the hscript match up

If you have a custom stage, then you can do that (and if not then copy stage.hscript), and here's how.

Put these before "function start(song)"

var sh_r  = 1;
var movex = 0;
var movey = 0;
var xup = true;
var yup = true;
var movexby = 0.025;
var moveyby = 0.005;

Put these in "function update(elapsed)"

    var sh_toy = -2480 * movey * sh_r * 0.45;
    var sh_tox = -330 * movex * sh_r;
    dad.x += (sh_tox - dad.x) / 12;
    dad.y += (sh_toy - dad.y) / 12;
    movex += movexby;
    movey += moveyby;
    if (movex >= 2){
        movexby = -0.025;
    }
    if (movex <= -2){
        movexby = 0.025;
    }
    if (movey >= 0.25){
        moveyby = -0.005;
    }
    if (movey <= -0.25){
        moveyby = 0.005;
    }

You should have the enemy moving around, sorta like how it works in God eater.

Hello

I was wondering if there was a way to use 6 or 9 notes in a custom stage like the shaggy mod.

If not, would be cool to see it in a future update

I'm currently attempting to make a custom stage that stops the song it is played on at a certain point and i couldn't find a way to do so.

Does anyone know how i can achieve this?

(please do not respond if you are not familiar with hscript)

i have a ui pack that i added in ui_packs and ui.json but it still doesn't help.

anyone know how to fix this?

thanks

ah, ok.

would love to see them supported in the future

(1 edit)

Apparently all of the dialogue refers to the 'normal' dialog box but it should be referring to the classic dialog box.

Easiest way to fix this is to copy the 'classic.png' and the 'classic.xml' in 'assets\images\custom_dialogs\dialogBoxes' and rename it to 'normal.png' and 'normal.xml'

but how

hello

im trying to port over the Shaggy mod using custom plugin classes, and i was wondering how i could add a plugin class to a specific custom stage

please help

Hello.

I have a custom UI Pack (which is a clone of the normal ui pack) and when i load it in-game it crashes.

I even added it to the uitypes.txt in assets/data and it still crashes

How can i fix this?

the backgrounds and characters are appearing pink for me.

(1 edit)

you are an ugly stupid monke that does nothing but shits on the floor

i know you are

so did your mom last night uAHHAHAHAHHAHAHAAYRFYHJFYU

Minecraft is a sandbox video game developed by Mojang. The game was created by Markus "Notch" Persson in the Java programming language. Following several early test versions, it was released as a paid public alpha for personal computers in 2009 before releasing in November 2011, with Jens Bergensten taking over development. Minecraft has since been ported to several other platforms and is the best-selling video game of all time, with 200 million copies sold and 126 million monthly active users as of 2020.

In Minecraft, players explore a blocky, procedurally-generated 3D world with virtually infinite terrain, and may discover and extract raw materials, craft tools and items, and build structures or earthworks. Depending on game mode, players can fight computer-controlled "mobs", as well as cooperate with or compete against other players in the same world. Game modes include a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources. Players can modify the game to create new gameplay mechanics, items, and assets.

Minecraft has been critically acclaimed, winning several awards and being cited as one of the greatest video games of all time. Social media, parodies, adaptations, merchandise, and the annual MineCon conventions played large roles in popularizing the game. It has also been used in educational environments, especially in the realm of computing systems, as virtual computers and hardware devices have been built in it. In 2014, Mojang and the Minecraft intellectual property were purchased by Microsoft for US$2.5 billion. A number of spin-off games have also been produced, such as Minecraft: Story ModeMinecraft Dungeons, and Minecraft Earth.

neither will your mom tonight

so was your mom last night

so does your mom's only fans

Thank you!

Retro Jam communityCreated a new topic Theme?

What's the theme of this game jam? It says that the theme was supposed to be revealed today but it either didn't get revealed or it's not updating on my side.

(1 edit)

Crashes on everything but Week 6 and Week 1.

Week 6 works fine, but Week 1 doesn't show the gf.

Please fix this.

Also crashes at the end of Week 6

Will Asset Forge ever be free?

educational battle royale

I have extracted the software from the .zip into a folder

how to support without money

I am unable to export the sounds, I tried using .wav and .mp3, and I'm not sure what's going on.

Thank you.

The currently listed link for the Mix and Game Jam is invalid and I'm looking for a working one.

Can this run on low-end PCs or do I need to get a newer pc?