Difference between revisions of "Hivebrain"

From Sega Retro

Line 3: Line 3:
 
[[Special:CargoTables]]
 
[[Special:CargoTables]]
  
==Extensions wishlist==
+
{{#mediawidth:sonic1 title.png}}
* A working version of [https://www.mediawiki.org/wiki/Extension:SpecialMultiUploadViaZip MultiUploadViaZip] that also accepts 7z files.
 
: [https://www.mediawiki.org/wiki/Extension:SimpleBatchUpload Not quite the same, but a nice alternative to uploading multiple files without UploadLocal?] - [[User:Scarred Sun|Scarred Sun]] ([[User talk:Scarred Sun|talk]]) 07:51, 4 November 2017 (CDT)
 
:: It doesn't have the benefit of compression, but could be useful nonetheless. - [[User:Hivebrain|Hivebrain]] ([[User talk:Hivebrain|talk]]) 21:56, 4 November 2017 (CDT)
 
* OBJ or some other 3D object viewer (with PNG thumbnails). Maybe [https://www.mediawiki.org/wiki/Extension:3DAlloy 3DAlloy]. Something that supports textured models would be better (for example, loading the model and texture files from a single zip file).
 
* Something that can read bytes from uploaded files.
 
* Something that can view the contents of zip/7z files ("ZipHandler").
 
* [https://www.mediawiki.org/wiki/Extension:Sync Sync] looks like a good way to share templates between wikis. From what I can tell it would only needed to be installed on Retro CDN.
 
* [https://www.mediawiki.org/wiki/Extension:External_Data External Data] so we can share info stored in Cargo tables.
 
  
 
==To do list==
 
==To do list==

Revision as of 15:49, 14 August 2019

Sega Retro admin. [1]

Special:CargoTables

320

To do list

Portable programs needed

Problem emulators

  • A-Saturn - needs a BIOS file I can't find
  • Xe - needs GTK+
  • Daphne - needs some kind of video files
    • Looking up "Daphne for dummies" may be a pleasure
  • Makaron - seems to require Xbox 360 controller
    • To use a keyboard: change "X360PAD.dll" to "MakaronKEY.dll", under "[PortA]" in "Maple.ini"
  • Gearsystem - missing component
  • SSE - doesn't detect BIOS
  • Retrocade - couldn't get it to detect roms
  • Virtua - uses nonstandard rom set

Pricing notes

  • Tax in Japan:
    • 1989-04-01 - 1997-03-31 : 3%
    • 1997-04-01 - 2014-03-31 : 5%
    • 2014-04-01 - 2019-10 : 8%
    • 2019-10 - ? : 10%
  • Microsoft Points: phased out on 2013-08-26
  • Euro: introduced 1999-01-01

Wiki notes

prefix sitename
sega Sega Retro
sonic Sonic Retro
nec NEC Retro
cdn Retro CDN

Replace text notes

Special characters: "( ) . * + ? [ ] | /" (Add "\" before these to use them as a normal character.)

Original text Replacement text Result Comment
a(.*)c ac$1 abc -> acb
aanythingc -> acanything
Finds any string of any length.
a(B*)c ac$1 aBBBBc -> acBBBB Finds the letter B repeated any number of times.
ab(C+) $1ab abCCC -> CCCab Finds the letter C repeated one or more times.
ab(C?) $1ab abC -> Cab Finds the letter C zero or one times.
ab(C{5}) $1ab abCCCCC -> CCCCCab Finds the letter C five (or specified number) times.
ab(C{3,5}) $1ab abCCCC -> CCCCab Finds the letter C three to five times.
ab([0-9]) cd$1 ab5 -> cd5 Finds a single digit between 0 and 9. Also works with letters (e.g. [a-z]) and lists (e.g. [aceg]). Brackets can be omitted if $1 isn't needed in replacement text.
ab([^0-9]) cd$1 abx -> cdx Finds a single digit not between 0 and 9. Same as above.
ab(cd|ef) $1 abcd -> cd
acef -> ef
Finds any of the specified strings in brackets.
123(.*)456 {$1}123456 123x456 -> x123456 Curly brackets indicate $1 instead of $1123456.
(?i)iphone iPhone IPhone -> iPhone Makes the search case insensitive.
\n Finds a line break. Same as using an actual line break.
^ Finds the beginning of the page.
$ Finds the end of the page.

Done list

NEC Retro notes

Unlicensed game reviews etc

  • Pengo (BBC Micro, H. Soft) [14]
  • Zaxxon (MSX, Electric Software) [15]
  • File:CVG UK 182.pdf, page 50
  • File:CVG UK 117.pdf, page 48
  • File:CVG UK 118.pdf, page 26
  • File:CVG UK 118.pdf, page 112
  • File:CVG UK 123.pdf, page 30
  • File:CVG UK 125.pdf, page 23
  • File:CVG UK 125.pdf, page 30
  • File:CVG UK 126.pdf, page 46
  • File:CVG UK 126.pdf, page 61
  • File:CVG UK 141.pdf, page 90
  • File:CVG UK 138.pdf, page 50
  • File:CVG UK 139.pdf, page 60
  • File:CVG UK 117.pdf, page 13
  • File:CVG UK 029.pdf, page 45
  • File:CVG UK 044.pdf, page 21