Anniversary Edition/To-do: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
m (link fix)
 
(104 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>[[Image:Checkmark_16px_blue.png]] = done but not incorporated into Edition package yet<br>
{| class="wikitable"
[[Image:Checkmark_16px_green.png]] = done and committed to Edition on svn</noinclude>
!width="300px"| Task
 
!Description
{|border=1 cellspacing=0 color=black cellpadding=2 style="border:1px solid"
!width="20px"| !!width="100px"|Task!!width="400px"|Description!!width="200px"|Required Skills!!width="50px"|Project Members
|-
|-
!colspan=5|'''Slated for next release'''
|Support the Oni demo
|If the AEI can install mods into the demo's 2 or 3 level set, it would be nice advertising. The demo data can even be automatically installed through the AEI.
|-
|-
|||Update AE Installer||Add auto-download and update checks, etc. (see list below)||Coding||Alloc
|Turn previously-core mods into optional mods
|Packages can be marked as "Standard fixes" so user is more inclined to install them.
|-
|-
|||Streamline AE||Determine which tweaks and minor mods will be included (to be listed below for consideration)||||Iritscen
|Consider salvaging the animation mods that were bundled with AE 2010 as [https://websvn.illy.bz/listing.php?repname=Oni2&path=%2FAE%2Fpackages%2F optional packages]
|
*Upgraded ONCCs - Make into patch mod if this is still valuable.
*Andrashi TRAMs - Loser [http://oni.bungie.org/forum/viewtopic.php?pid=43490#p43490 seems to want] them to be forgotten; there are numerous issues reported for them, such as [http://oni.bungie.org/forum/viewtopic.php?pid=27161#p27161 here] and [http://oni.bungie.org/forum/viewtopic.php?pid=36174#p36174 here]. See discussion of his and love_Oni's changes [http://oni.bungie.org/forum/viewtopic.php?id=2576 here].
|-
|-
|||Fix bug with Dream Lab photos||The replaced flyby photos are not being found in level13_Final, but are found when in level0_Final||BSL||Iritscen
|Raise femcop health in Upgraded ONCCs
|We have multiple reports that Karen et al. have way too low health in this pkg
|-
|-
|||Cutscene fix for Ch. 14||Prevent Konoko from appearing on the side of the screen before she falls from the plane (done?)||BSL||Iritscen
|Fix damage for TCTF back throw
|Damage frame [http://oni.bungie.org/forum/viewtopic.php?pid=45791#p45791 is outside] the actual animation!
|-
|-
|||BGI pistol fix||Does the pistol still claim it has no recoil?||||Iritscen
|Fix numerous issues with OTA mod packages
|Issues are listed [[AE talk:OTA|HERE]].
|-
|-
!colspan=5|'''Slated for a later release'''
|Review HQ movie packages for Mac/Win
|Why are the movies 512x384 when the PS2 masters were 640x480?
|-
|-
|||[[AE:Dashing|Dashing AI cutscene fix]]||Fix the cutscenes where running characters now dash and go off the correct path||BSL, XML editing (novice will do)||
|Upgrade HD Screens with larger screens
|Modern resolutions make the 1024x768 screens look tiny.
|-
|-
|Add support for BSL patches
|A BSL patch would include context like the function name, surrounding lines, and a number meaning "''n''th occurrence of text". This would allow us to actually modify the same BSL file with more than one mod.
|-
|Straighten out melee profiles
|Custom characters' profiles and the Brutal AI profiles are all over the place. See [http://oni.bungie.org/forum/viewtopic.php?id=2941 this thread].
|}
|}
== AE Installer ==
[[Image:Checkmark_16px_blue.png]] = partially done<br>
[[Image:Checkmark_16px_green.png]] = completely done
; Working offline
: The AE(I)-folder has to be able to be moved to other machines without the need for internet access to use the AE. This includes mods downloaded to the AEI-folder being installable on those target machines.
; Open folders in explorer
: Open package folders from mod list, open GDF/backup folder from menu
; OniSplit and other tools from depot (Vago, AE Tools, Demo's GUI, Lukas Level Unlocker)
: Download/Update from depot. Do not ship with the AEI to always get the latest version
; Dependencies
: Check dependencies and conflicts of mods with others. Give a warning when a mod's dependencies aren't selected for installation (ability to autoselect the required mods). Requires additions to the mod-configs.
; Mod-Depot access ( [[Image:Checkmark_16px_blue.png]] )
: List mods from Depot, download/install automatically
; Mod-list order
: Order list alphabetically, by mod number, by category alphabetically
; .NET check / download
: Check for installed .NET framework and if not installed download/install the most appropriate one (MS.NET, Mono, 32/64bit)
; Correct or avoid problem with mod overload
: Prevent user from checking too many mods, or else fix the bug in the AEI or OniSplit (or the OS?) that prevents too many .oni files or other resources from being installed at once
; Fix HasOnis bug
: When a package has HasOnis->No, it will not appear in the AEI. Do not check HasOnis at all (decide on files existing or not)
; Fix newlines bug
: The AEI may not recognize CR newlines, as found on the Mac, only LF and CR/LF.
; Check correct location on startup ( [[Image:Checkmark_16px_green.png]] )
: Installer/AE should reside within an installation folder of Oni
==Mods to Include==


[[Category:Anniversary Edition]]
[[Category:Anniversary Edition]]

Latest revision as of 17:32, 3 December 2023

Task Description
Support the Oni demo If the AEI can install mods into the demo's 2 or 3 level set, it would be nice advertising. The demo data can even be automatically installed through the AEI.
Turn previously-core mods into optional mods Packages can be marked as "Standard fixes" so user is more inclined to install them.
Consider salvaging the animation mods that were bundled with AE 2010 as optional packages
  • Upgraded ONCCs - Make into patch mod if this is still valuable.
  • Andrashi TRAMs - Loser seems to want them to be forgotten; there are numerous issues reported for them, such as here and here. See discussion of his and love_Oni's changes here.
Raise femcop health in Upgraded ONCCs We have multiple reports that Karen et al. have way too low health in this pkg
Fix damage for TCTF back throw Damage frame is outside the actual animation!
Fix numerous issues with OTA mod packages Issues are listed HERE.
Review HQ movie packages for Mac/Win Why are the movies 512x384 when the PS2 masters were 640x480?
Upgrade HD Screens with larger screens Modern resolutions make the 1024x768 screens look tiny.
Add support for BSL patches A BSL patch would include context like the function name, surrounding lines, and a number meaning "nth occurrence of text". This would allow us to actually modify the same BSL file with more than one mod.
Straighten out melee profiles Custom characters' profiles and the Brutal AI profiles are all over the place. See this thread.