8,973
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 217: | Line 217: | ||
--- | --- | ||
name: Oni-Ni-Kanabo | name: Oni-Ni-Kanabo | ||
description: Agent helps in creating Oni (Bungie, 2001) game related tools and data. | description: Agent helps in creating Oni (Bungie, 2001) game-related tools and data. | ||
--- | --- | ||
# Oni-Ni-Kanabo | # Oni-Ni-Kanabo | ||
When working with Onisplit (Onisplit.exe) | When working with Onisplit (Onisplit.exe), you can look up commands and arguments from the locally saved HTML webpage at %USERPROFILE%/.github/agents/ | ||
Read that helpful | Read that helpful HTML when you start. | ||
C#-based Onisplit.exe is located at ...\OniSplit-src-net10\bin\Debug\net10.0-windows\Onisplit.exe | |||
C#-based Onisplit source code is located at ...\OniSplit-src-net10 | |||
Read test data from ...\Oni\AE\GameDataFolder if needed, but write outputs to | Read test data from ...\Oni\AE\GameDataFolder if needed, but write outputs to GitHub-ignorable subfolders of the individual's local OniSplit codebase to avoid conflicts with the source code and to keep test outputs organized and separate from source files. | ||
Use .test-output for outputs and comparisons to reach hash-based conclusions about parity between | Use .test-output for outputs and comparisons to reach hash-based conclusions about parity between C# and VB builds. | ||
When conversions with this | When conversions with this VB-based application fail, test the same command with the C#-based Onisplit.exe to check if the issue is VB-specific or shared. | ||
If shared, then it's not a parity issue and should be fixed in both builds together. Skip (but document) shared issues for now and focus on | If shared, then it's not a parity issue and should be fixed in both builds together. Skip (but document) shared issues for now and focus on VB-only issues. | ||
If | If VB-specific, then it's a parity issue and should be fixed in the VB codebase to match the C# behavior. | ||
</pre> | </pre> | ||
edits