Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View freem's full-sized avatar
⛏️
work continues

AJ Kelly freem

⛏️
work continues
View GitHub Profile
@freem
freem / info.txt
Last active March 31, 2023 12:02
infodump for nba jam source code stuff
NBA Jam Tournament Edition
==========================
This is an attempt to get the NBA Jam Tournament Edition source code into
a buildable state.
The original code is available from:
https://github.com/historicalsource/nba-jam-tournament-edition
Currently, the original, non-Tournament Edition NBA Jam is not accounted for.
@freem
freem / gist:acf4af36475bff7209db726cb36ce4e7
Created September 3, 2020 16:34
The Future of VPW2 freem Edition
The Future of VPW2 freem Edition
================================
VPW2 freem Edition has reached the "sunset" phase. What that means is the
next release will be the last one for an indefinite period of time.
There are a few reasons that make this course of action the "right" one
in my mind.
1) I am not particularly enjoying the process anymore.
Back in 2018, when I started the project, it was exciting to work on, as it
@freem
freem / controls.txt
Last active June 20, 2020 01:23
wrestletopia partial doc dump 2020/06/19
the wrestletopia control scheme
===============================
wrestletopia's controls are heavily inspired by the AKI Corporation
pro-wrestling games on the N64, but expanded.
MAJOR TODO: list everything possible. there are a LOT of controls.
================================================================================
movement is d-pad or left stick, both work
taunting is right stick
@freem
freem / newsubmission.txt
Created June 20, 2020 01:00
wrestletopia new submission system
wrestletopia "new submission" system
====================================
todo:
- don't reward button mashing, you need to be deliberate
- some submissions can result in pinfalls (e.g. figure 4 leglock)
- transitions/reversals
- striking during some submissions (if limbs are free)
- manual rope escape for matches where rope escape deducts points
- double team submissions (e.g. one person does boston crab, other does camel clutch)
- body part damage is tied to "effectiveness"
@freem
freem / vpw2freem_running-changelog.txt
Last active March 10, 2024 18:33
VPW2 freem Edition running changelog (public)
Virtual Pro-Wrestling 2 freem Edition | Changelog
=================================================
================================================================================
2024/yy/zz, a.k.a. post-2023/07/30 (next version progress; not yet available)
================================================================================
I'm on semi-break, as I need to work on other things that will eventually
benefit this hack. Thanks for your patience.
IMPORTANT NOTICE!
@freem
freem / unrealistic_list_of_things_to_do.txt
Last active June 10, 2019 03:03
if i had infinite time and money
if i had infinite time and money, here are some unrealistic things i'd like to do
- Mesen, but for PC Engine/TurboGrafx 16
- port MUCOM88 for Neo-Geo
- https://www.ancient.co.jp/~mucom88/
- https://onitama.tv/mucom88/
- write Neo-Geo sound driver for BambooTracker
- https://github.com/rerrahkr/BambooTracker
- actually finish up various retrogame dev projects
- NES corelib
AKI polygon format
------------------
by S.K. Styles and jordyad (doc by freem)
general file format:
* header
* point/vertex data
* face data
this format is mad simple
WM2K/VPW2 <-> No Mercy Face Conversion
Obviously this will not be the BEST process, but here we go...
--------------------------------------------------------------------------------
[WM2K/VPW2 to No Mercy]
1) resize existing 32x64 face to 32x53
2) resize canvas to 32x64
3) Move face so that the chin bottom is one pixel from the bottom of the image.
4) Perform manual corrections
vpw2 default costume data
* located in "default sram" (VPW2 File ID 0x006B)
* each costume is 49 (0x31) bytes?
therefore each wrestler's full costume set is 49*4 (196, 0xC4) bytes.
00 - Body Type
01 - Skin Color
02 - Ring Attire Item
03 - Ring Attire Color 1
04 - Ring Attire Color 2