PULITS'S PROFILE

Pulits
Jack Daniel's Evangelist
1168
Echoes of the Mind
This day, you have a truce with Death.

Search

Filter

[RM2K3][PAID WORK] Fix my ABS

author=Mirak
I don't have anything helpful to say but I needed to get out the fact that everytime I read this thread's title I can't help but think of



"Cmon just 3 more reps and we'll get those ABS fixed in no time"


Hahaha oh man. :P

[RM2K3][PAID WORK] Fix my ABS

author=Avee
I tried the demo. The ABS isn't much different than my old one for Crystalis, and the clunkiness with hit detection is explained by this:

author=Kazesui
A lot of people complain in ABS games that the hit detection is awful, and the reason for this, is that once an event starts to move, it's coordinates is immediately set to the tile it's moving too, eventhough it might be a full 15 pixels away from standing on the middle of the tile.


Kazesui wrote a tutorial on how to circumvent this problem.
This might not be the help you're looking for, but I would recommend that you follow this tutorial and make the changes to the ABS yourself.
https://rpgmaker.net/tutorials/859/


That's very helpful, thank you very much. If time allows me to do so I'll do it myself.

[RM2K3][PAID WORK] Fix my ABS

author=Avee
Could you show us what the ABS is like?


There's a demo specifically for the ABS in the download section. Demo

Even if it's a very old demo, the ABS is pretty much the same, with a minor updates I have done recently. I'll upload a video soon!

[RM2K3][PAID WORK] Fix my ABS

Hello,

As many of you may know, I am developing a RPG Maker 2003 game, Echoes of the Mind.



Development is doing relatively well. EotM features custom hand-drawn maps, music, menus and an action battle system. I have managed to develop most of these systems by myself throughout these years and with help from others. Other than myself, there's a sprite artist involved, a background artist and music artist (all received payment).

I am aiming for a demo release this year, since it's an horror game, October would be fantastic!

Development is doing "relatively" well because like many of you, I don't have enough time to make a full-time commitment. I have responsabilities like a job, family, etc.

The most crucial aspect that needs to be urgently fixed is the ABS. Although it works somewhat fine, it feels very clunky, particularly collision detection. The game has been in development hell for this very same reason. Depending on the game's acceptance, I would like to publish this game on digital platforms, but I'm aiming for an initial and conservative demo release.

Right now, I'm using a private GitHub repository, so ideally it would be very helpful that the prospect knows how to push/pull latest changes. Although this is not necessary.

I am not expecting this task (and subsequent tasks) to be done for free. I am more than happy to discuss hourly rates/fixed rates per task. Ideally, I'm looking for a 2k3 veteran that can execute these systems flawlessly; 2k3 is capable of many things, including Trigonometry and many other things.

Feel free to contact me through this platform or via Twitter, @santi_bambam


Regards!

Screenshot Survival 20XX

@Erave: Looking excellent, as usual! It really feels like a blast to the past.

@Dookie: Excellent work. Reminds me a bit of the junkyard in Chrono Trigger.

@Pizza: I love the simple yet very effective style. Congrats.

Screenshot Survival 20XX

Excuse the large image size.

What do you guys think? This is for the forest area in the game.

Horror Genre in RPG Maker

I think terror has been downgraded not only in video games but also in movies and literature. Movies and video games now rely on cheap jump-scares more than anything. What is even worse, sometimes the audience actually expects that. Cheap scares have their place, but I don't think they should be abused.

Back to topic, I think terror games are possilbe in RPG Maker, or any other pltaform. It all depends on the atmosphere. Speaking of which, that is exactly what I'm trying to do with my own game.

Screenshot Survival 20XX

author=Infinite
I wish the character matched the style of the cool hand drawn looking background. That staircase (if that's a staircase on the right) looks weird there on its own.


Thank you for your comments! Yeah, the background and sprites do contrast, it's kind of hard to make them match with the limited options 2k3 provides.

But also, some other games have mismatching elements and they kinda blend. Xenogears for example, which uses 3D rendered backgrounds and 2D pixel sprites.

Screenshot Survival 20XX


It's been a while since I don't post an image ITT. This is a screenshot of the very first scene of the game. Let me know your thoughts!

[CSS] What's the freakin label for the comment posts now?

Well, if I understand correctly you need to override the .css styles located in the main CSS.

To do that, you would need to do something like this:

div.contents.even, div.contents.odd {
background: #000000 !important;
color: #ffffff !important;
}

Hope this helps.
Pages: first 12345 next last