Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Wall Street Raider Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Modding
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== File layout == In source (<code>electron/</code>) and in an installed copy (<code><install>/resources/app/</code>) the layout is identical - the install is a verbatim copy of the source tree (see <code>extraFiles</code> in <code>electron/package.json</code>): <pre> resources/app/ βββ index.html # entry point βββ main.js # Electron main process βββ js/ # β all frontend code (editable) β βββ app.js # Preact root, WS wiring, hotkeys β βββ api.js # REST/WS client, gameStore, ID constants, endpoint wrappers β βββ components/ # 100+ Preact panels/modals/tables/tabs β βββ hooks/ # useCookie, useInterval, usePanelSelection, β¦ β βββ services/ # hintMatcher.js, β¦ β βββ utils/ # misc β βββ icons.js # inline SVG β βββ debug-log.js # frontend logging β βββ lib/ # vendored: preact, zustand, tailwind, fast-json-patch β βββ locale/ # β translations β βββ data/hints/ # β contextual hints βββ css/ # β all styling (editable) βββ assets/ # β images / videos / icons / help (editable) βββ CORPNAME.DAT # β plain-text company database (editable) βββ wsr.exe # engine (binary) βββ ui.dll # bridge (binary) βββ *.DAT / *.PRM # other game data (binary/encoded - leave alone) </pre>
Summary:
Please note that all contributions to Wall Street Raider Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wall Street Raider Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Modding
(section)
Add topic