PartyPlanner64

Results 38 issues of PartyPlanner64

The C compiler used, [SmallerC](https://github.com/alexfru/SmallerC/blob/master/v0100/doc/smlrc.md), does not support `double`. If a `double` type is defined, it is treated the same as a float. Here is a workaround for defining a...

bug
wontfix
compiler

It was observed that Chrome and Firefox may yield ROMs that have different MD5 checksums. The reason for this is that image scaling works differently between browsers. This issue is...

bug

Operations on the ROM are currently done on the main thread. The browser would remain responsive if the ROM operations were done in a web worker.

enhancement

The duel boards are mostly the same as real boards, but the space type integers are mapped differently. But aside from that and different event ASM, it should be pretty...

enhancement

https://www.youtube.com/watch?v=gXdaCfeOQBQ http://www.mariopartylegacy.com/forum/index.php?action=downloads;sa=view;down=86 Towards the end of this video, the MP3 game freezes at the start of Waluigi's turn. The space he is on is a "Hosts Star" space, and there...

bug
needs investigation
crash

I have had several reports of Bowser causing crashes in MP2 when he appears on the board and starts to move around. My impression was that this worked sometimes, but...

crash

The AI tend to just always follow the same path for a given star location. There must be some place where the AI decisions are hard coded. The editor should...

bug
bad workaround

The original games use a [decision-tree format](https://github.com/PartyPlanner64/PartyPlanner64/wiki/CPU-Player-AI) to control CPU decisions. PartyPlanner64 could expose a way to create these decision trees and apply them to path splits or message box...

enhancement

This documents my thoughts on a proposal for **static data and functions**. **Motivation**: - There are some events where you use it multiple times, but it really only needs one...

enhancement

Divide the project into three separate pieces: - A library that supports basic file operations on a Mario Party ROM. - A library that can apply custom boards to a...

enhancement