Tool baka/bge/bct productions

baka

Engaged Member
Modder
Oct 13, 2016
3,668
7,704
im quite busy with other stuff. I already released the source-code and explained a bit how it works.
but I can't force people to work on it.
I abandoned working on mnf because others wanted to take charge. and now I just work on other projects.
but who knows in the future when I feel for it again. could be I create a new tool for it.
 

afengaf

New Member
Nov 17, 2022
1
0
im quite busy with other stuff. I already released the source-code and explained a bit how it works.
but I can't force people to work on it.
I abandoned working on mnf because others wanted to take charge. and now I just work on other projects.
but who knows in the future when I feel for it again. could be I create a new tool for it.
I found a scene in a game on meetandfuck that I really like. Do you know how to contact the author? I can only find the author's name on the meetandfuck homepage, but I can't contact him. I want to customize a work that contains similar scenes.
 

baka

Engaged Member
Modder
Oct 13, 2016
3,668
7,704

is their page, u can find everything there. they have "idea" contests.
I don't think they take any individual requests and if they do it will be very costly.
so, they have forum and all, so its not hard to get into contact with the 3 artists.
 

Jaymando

Newbie
Apr 20, 2018
73
51
Is there any way to fix this "a file is missing or invalid" problem in baka.loader but in windows 8.1? Looks like im lost in time or something or perhaps im blind
 

baka

Engaged Member
Modder
Oct 13, 2016
3,668
7,704
u can try creating a folder, like C:\flash\
and place everything in there and see if it works.
baka.loader is very old and can't handle long path / odd characters well.
 
  • Like
Reactions: Jaymando

natsugajeel2000

Active Member
Jan 4, 2018
687
342
Is there any way to run F11 (sizer) with other tools? I tried to use mtool with one of the scalegarden games, but unlike sizer F11 requires you to run from the exe, which mtool doesn't work with? Is there an option to change the resolution like sizer without the exe
 

baka

Engaged Member
Modder
Oct 13, 2016
3,668
7,704
I don't think it will work.
I assume mtool need to attach itself to the game, and so do F11.
scalegarden games u need to resize+render as its based on rpgmaker xp.
the other formats it is possible to just manipulate the window of the game, and that u can do without attaching itself.
 
  • Like
Reactions: natsugajeel2000

baka

Engaged Member
Modder
Oct 13, 2016
3,668
7,704
I have experimented with non-attach approach. but its much harder to accomplish.
like input-issues (mouse/keyboard), focus-problems (game need to be active-window or it set to idle) and so on.
the way I tried was to make the game semi-invisible (like alpha-settings 1%) and use a method to copy the surface and place it in my own window. not sure I want to revisit this now and I think it will be a buggy-thing anyway.