Difference between revisions of "Hivebrain"

From Sega Retro

Line 81: Line 81:
 
|-
 
|-
 
| cdn || Retro CDN
 
| cdn || Retro CDN
 +
|}
 +
 +
==Replace text notes==
 +
Special characters: "( ) . * + ? [ ] | /" (Add "\" before these to use them as a normal character.)
 +
 +
{|style="width:auto;" class="prettytable"
 +
! Original text !! Replacement text !! Result !! Comment
 +
|-
 +
| a(.*)c || ac$1 || abc -> acb<br>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[0-9] || cd$1 || ab5 - > cd5 || Finds a single digit between 0 and 9. Also works with letters (e.g. [a-z]).
 +
|-
 +
| ab(cd<nowiki>|</nowiki>ef) || $1 || abcd -> cd<br>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.
 
|}
 
|}
  

Revision as of 20:33, 30 March 2019

Sega Retro admin. [1]

Special:CargoTables

Extensions wishlist

  • Something like Replace Text, except the search field can be blank. In other words, it adds some text to the beginning of every page, regardless of content.
A challenger appears, but it doesn't query all the pages matching criteria first. - Scarred Sun (talk) 07:51, 4 November 2017 (CDT)
Better than nothing I suppose. It's possible to generate lists of pages with ReplaceText or DPL and then paste them in. - Hivebrain (talk) 21:56, 4 November 2017 (CDT)
Not quite the same, but a nice alternative to uploading multiple files without UploadLocal? - Scarred Sun (talk) 07:51, 4 November 2017 (CDT)
It doesn't have the benefit of compression, but could be useful nonetheless. - Hivebrain (talk) 21:56, 4 November 2017 (CDT)
  • OBJ or some other 3D object viewer (with PNG thumbnails). Maybe 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").
  • 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.
  • External Data so we can share info stored in Cargo tables.

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[0-9] cd$1 ab5 - > cd5 Finds a single digit between 0 and 9. Also works with letters (e.g. [a-z]).
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.

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