forked from spacebar/spfn-website
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64aa1e78f8 | |||
|
b524787216 |
|||
|
ec1e82879d |
|||
| 7871e7917e | |||
| bfab0c0f88 | |||
| 7df3ddf7f4 | |||
| 6be3f63d05 | |||
| 7d63640731 | |||
| c6a3c6bb55 | |||
| a5ba948b35 | |||
| 4b89e5891f | |||
| f8a8426490 | |||
|
|
d6ae3acd84 | ||
| fe262d895d | |||
| a964f4d458 | |||
| 6f374681dd | |||
| a5cc09537b | |||
| 517a9fad39 | |||
| fff5401712 | |||
| f086781c30 | |||
| 85bc47b70d | |||
| 7cace7e30b | |||
| d20a8a3781 | |||
| 3a8438ee9a | |||
| 288a14e82b | |||
| 0f875530f7 | |||
| 83f733f44f | |||
| 7f951009b2 | |||
| 6af4d9a815 |
41 changed files with 1493 additions and 394 deletions
|
|
@ -4,6 +4,6 @@ APP_PORT=80
|
|||
|
||||
# Account Client and Secret
|
||||
# Token generation will always fail if no secret is specified
|
||||
ACCOUNT_URL=https://account.spfn.net
|
||||
ACCOUNT_URL=https://account.spbr.net
|
||||
ACCOUNT_CLIENT_ID=account
|
||||
ACCOUNT_CLIENT_SECRET=secret
|
||||
|
|
|
|||
661
LICENSE
Normal file
661
LICENSE
Normal file
|
|
@ -0,0 +1,661 @@
|
|||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
Version 3, 19 November 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU Affero General Public License is a free, copyleft license for
|
||||
software and other kinds of works, specifically designed to ensure
|
||||
cooperation with the community in the case of network server software.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
our General Public Licenses are intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
Developers that use our General Public Licenses protect your rights
|
||||
with two steps: (1) assert copyright on the software, and (2) offer
|
||||
you this License which gives you legal permission to copy, distribute
|
||||
and/or modify the software.
|
||||
|
||||
A secondary benefit of defending all users' freedom is that
|
||||
improvements made in alternate versions of the program, if they
|
||||
receive widespread use, become available for other developers to
|
||||
incorporate. Many developers of free software are heartened and
|
||||
encouraged by the resulting cooperation. However, in the case of
|
||||
software used on network servers, this result may fail to come about.
|
||||
The GNU General Public License permits making a modified version and
|
||||
letting the public access it on a server without ever releasing its
|
||||
source code to the public.
|
||||
|
||||
The GNU Affero General Public License is designed specifically to
|
||||
ensure that, in such cases, the modified source code becomes available
|
||||
to the community. It requires the operator of a network server to
|
||||
provide the source code of the modified version running there to the
|
||||
users of that server. Therefore, public use of a modified version, on
|
||||
a publicly accessible server, gives the public access to the source
|
||||
code of the modified version.
|
||||
|
||||
An older license, called the Affero General Public License and
|
||||
published by Affero, was designed to accomplish similar goals. This is
|
||||
a different license, not a version of the Affero GPL, but Affero has
|
||||
released a new version of the Affero GPL which permits relicensing under
|
||||
this license.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, if you modify the
|
||||
Program, your modified version must prominently offer all users
|
||||
interacting with it remotely through a computer network (if your version
|
||||
supports such interaction) an opportunity to receive the Corresponding
|
||||
Source of your version by providing access to the Corresponding Source
|
||||
from a network server at no charge, through some standard or customary
|
||||
means of facilitating copying of software. This Corresponding Source
|
||||
shall include the Corresponding Source for any work covered by version 3
|
||||
of the GNU General Public License that is incorporated pursuant to the
|
||||
following paragraph.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the work with which it is combined will remain governed by version
|
||||
3 of the GNU General Public License.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU Affero General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU Affero General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU Affero General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU Affero General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published
|
||||
by the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If your software can interact with users remotely through a computer
|
||||
network, you should also make sure that it provides a way for users to
|
||||
get its source. For example, if your program is a web application, its
|
||||
interface could display a "Source" link that leads users to an archive
|
||||
of the code. There are many ways you could offer source, and different
|
||||
solutions will be better for different programs; see section 13 for the
|
||||
specific requirements.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
|
@ -22,9 +22,10 @@ struct TokenRequest {
|
|||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
struct TokenResponse {
|
||||
access_token: String,
|
||||
token_type: String,
|
||||
expires_in: i64,
|
||||
access_token: Option<String>,
|
||||
token_type: Option<String>,
|
||||
expires_in: Option<i64>,
|
||||
error: Option<String>,
|
||||
}
|
||||
|
||||
pub fn router() -> Router {
|
||||
|
|
@ -35,12 +36,12 @@ pub fn router() -> Router {
|
|||
async fn gen_token(Json(payload): Json<GenerateTokenRequest>) -> Result<Json<TokenResponse>, StatusCode> {
|
||||
let client = Client::new();
|
||||
|
||||
let account_url = env::var("ACCOUNT_URL").unwrap_or("https://account.spfn.net".into());
|
||||
let account_url = env::var("ACCOUNT_URL").unwrap_or("https://account.spbr.net".into());
|
||||
let client_id = env::var("ACCOUNT_CLIENT_ID").unwrap_or("account".into());
|
||||
let client_secret = match env::var("ACCOUNT_CLIENT_SECRET") {
|
||||
Ok(secret) => secret,
|
||||
Err(_) => {
|
||||
println!("No account client secret specified - Token generation will always fail");
|
||||
println!("[/api/v1/login/generate_token] No account client secret specified - Token generation will always fail");
|
||||
return Err(StatusCode::INTERNAL_SERVER_ERROR)
|
||||
},
|
||||
};
|
||||
|
|
@ -65,7 +66,10 @@ async fn gen_token(Json(payload): Json<GenerateTokenRequest>) -> Result<Json<Tok
|
|||
|
||||
match body {
|
||||
Ok(b) => return Ok(Json(b)),
|
||||
Err(_) => return Err(StatusCode::BAD_GATEWAY)
|
||||
Err(e) => {
|
||||
println!("[/api/v1/login/generate_token] Failed to parse token data from upstream: {}", e);
|
||||
return Err(StatusCode::BAD_GATEWAY)
|
||||
},
|
||||
};
|
||||
},
|
||||
Err(e) => match e.status() {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Account | SPFN</title>
|
||||
<title data-i18n="account.window"></title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
@ -19,17 +19,17 @@
|
|||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button active">Account</button></a>
|
||||
<a href="/"><button class="header-button" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button active" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div id="loading-screen">
|
||||
<h2 class="center">Loading...</h2>
|
||||
<h2 class="center" data-i18n="guides.loading"></h2>
|
||||
</div>
|
||||
|
||||
<div id="user-info" class="info" style="display: none;">
|
||||
|
|
@ -54,26 +54,27 @@
|
|||
</div>
|
||||
|
||||
<div id="confirm-delete" class="delete-screen" style="display: none">
|
||||
<h2 style="text-align: center;">WARNING: This Action Is Irreversible</h2>
|
||||
<p style="text-align: center;">Deleting your account is an irreversible action. You cannot recover your account once this has been done.</p>
|
||||
<p style="text-align: center;">This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.</p>
|
||||
<h2 style="text-align: center;" data-i18n="account.delete.warningTitle"></h2>
|
||||
<p style="text-align: center;" data-i18n="account.delete.unrecoverable"></p>
|
||||
<p style="text-align: center;" data-i18n="account.delete.dbOnly"></p>
|
||||
<div style="display: flex; flex-direction: row; padding: 8px; justify-content: center;">
|
||||
<button id="confirm-delete-button" style="width: 300px; font-size: 32px;" class="delete-button" onclick="deleteAccount()">Delete Account</button>
|
||||
<button id="cancel-delete-button" style="width: 300px; font-size: 32px;" onclick="hideDeleteWarning()">Cancel</button>
|
||||
<button id="confirm-delete-button" style="width: 300px; font-size: 32px;" class="delete-button" onclick="deleteAccount()" data-i18n="account.delete.confirm"></button>
|
||||
<button id="cancel-delete-button" style="width: 300px; font-size: 32px;" onclick="hideDeleteWarning()" data-i18n="account.delete.cancel"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="delete-success" class="delete-screen" style="display: none">
|
||||
<h2 style="text-align: center; margin: 0;">Account Deleted Successfully</h2>
|
||||
<p style="text-align: center;">Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.</p>
|
||||
<p style="text-align: center;">This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href="https://discord.gg/grMSxZf" target="_blank">ask in the discord.</a></p>
|
||||
<h2 style="text-align: center; margin: 0;" data-i18n="account.delete.success"></h2>
|
||||
<p style="text-align: center;" data-i18n="account.delete.deleted"></p>
|
||||
<p style="text-align: center;" data-i18n="account.delete.dbOnly2"></p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/accounts.js"></script>
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -19,10 +19,10 @@
|
|||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button active">Account</button></a>
|
||||
<a href="/"><button class="header-button" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button active" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
@ -33,23 +33,24 @@
|
|||
</div>
|
||||
|
||||
<form id="login">
|
||||
<h3 class="center">Please log in to access your account.</h3>
|
||||
<h3 class="center" data-i18n="login.prompt"></h3>
|
||||
<div class="form-group">
|
||||
<label for="username">SFID / Username:</label>
|
||||
<label for="username" data-i18n="login.username"></label>
|
||||
<input class="login-input" type="text" id="username" name="username" required />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">Password:</label>
|
||||
<label for="password" data-i18n="login.password"></label>
|
||||
<input class="login-input" type="password" id="password" name="password" required />
|
||||
</div>
|
||||
<button class="form-button" type="submit">Login</button>
|
||||
<p class="form-note">Please ask an SPFN Developer in the <a href="https://discord.gg/grMSxZf">discord server</a> for assistance with password resets</p>
|
||||
<button class="form-button" type="submit" data-i18n="login.submit"></button>
|
||||
<p class="form-note" data-i18n="login.passwordReset"></p>
|
||||
</form>
|
||||
|
||||
<script type="text/javascript" src="/js/login.js"></script>
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Downloads | SPFN</title>
|
||||
<title data-i18n="downloads.window"></title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
@ -15,14 +15,14 @@
|
|||
<header>
|
||||
<div style="display: flex;">
|
||||
<img style="width: 96px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px">Downloads</h2>
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px" data-i18n="downloads.title"></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button active">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button">Account</button></a>
|
||||
<a href="/"><button class="header-button" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button active" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
@ -33,14 +33,14 @@
|
|||
<h2 class="download-category-title">Wii U</h2>
|
||||
<div class="download-link-container">
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">Inkay-spfn.wps</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/plugins/Inkay-spfn.wps</p>
|
||||
<a download href="https://git.spbr.net/spacebar/inkay/releases/download/latest/Inkay-spfn.wps"><button class="header-button">Download</button></a>
|
||||
<h3 class="download-title">Malamar-spfn.wps</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/plugins/Malamar-spfn.wps</p>
|
||||
<a download href="https://git.spbr.net/spacebar/malamar/releases/download/latest/Malamar-spfn.wps"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">Inkay-spfn.wms</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/modules/Inkay-spfn.wms</p>
|
||||
<a download href="https://git.spbr.net/spacebar/inkay/releases/download/latest/Inkay-spfn.wms"><button class="header-button">Download</button></a>
|
||||
<h3 class="download-title">Malamar-spfn.wms</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/modules/Malamar-spfn.wms</p>
|
||||
<a download href="https://git.spbr.net/spacebar/malamar/releases/download/latest/Malamar-spfn.wms"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -49,16 +49,18 @@
|
|||
<div class="download-link-container">
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">network_services.xml</h3>
|
||||
<p class="download-path">%appdata%/Cemu/network_services.xml</p>
|
||||
<p class="download-path">Windows: %appdata%/Cemu/network_services.xml, Linux: $HOME/.config/Cemu/network_services.xml</p>
|
||||
<a download href="/downloads/network_services.xml"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -3,15 +3,15 @@
|
|||
<networkname>SPFN</networkname>
|
||||
<disablesslverification>1</disablesslverification>
|
||||
<urls>
|
||||
<act>https://account.spfn.net</act>
|
||||
<act>https://account.spbr.net</act>
|
||||
<ecs>https://ecs.wup.shop.nintendo.net/ecs/services/ECommerceSOAP</ecs>
|
||||
<nus>https://nus.wup.shop.nintendo.net/nus/services/NetUpdateSOAP</nus>
|
||||
<ias>https://ias.wup.shop.nintendo.net/ias/services/IdentityAuthenticationSOAP</ias>
|
||||
<ccsu>https://ccs.wup.shop.nintendo.net/ccs/download</ccsu>
|
||||
<ccs>http://ccs.cdn.wup.shop.nintendo.net/ccs/download</ccs>
|
||||
<idbe>https://idbe-wup.cdn.nintendo.net/icondata</idbe>
|
||||
<boss>https://boss.spfn.net/p01/tasksheet</boss>
|
||||
<boss>https://boss.spbr.net/p01/tasksheet</boss>
|
||||
<tagaya>https://tagaya.wup.shop.nintendo.net/tagaya/versionlist</tagaya>
|
||||
<olv>https://discover.olv.nintendo.net/v1/endpoint</olv>
|
||||
<olv>https://discovery.olv.spbr.net/v1/endpoint</olv>
|
||||
</urls>
|
||||
</content>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Guides | SPFN</title>
|
||||
<title data-i18n="guides.window"></title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
@ -19,14 +19,14 @@
|
|||
<header>
|
||||
<div style="display: flex;">
|
||||
<img style="width: 96px; padding: 0px; margin: 0 auto" src="/res/img/spfn.png">
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px">Guides</h2>
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px" data-i18n="guides.title"></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button">Home</button></a>
|
||||
<a href="/guides"><button class="header-button active">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button">Account</button></a>
|
||||
<a href="/"><button class="header-button" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button active" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
<script type="text/javascript" src="/js/guides.js"></script>
|
||||
|
||||
<div class="guide-container" style="display: block;">
|
||||
<h3>Languages</h3>
|
||||
<h3 data-i18n="guides.langs"></h3>
|
||||
<div class="guide-langs">
|
||||
<a id="en" onclick="updateLang('en')">English</a>
|
||||
<a id="es" onclick="updateLang('es')">Español</a>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<div class="guide-container">
|
||||
<h3>Guides</h3>
|
||||
<h3 data-i18n="guides.title"></h3>
|
||||
<div class="guide-list">
|
||||
<div class="guide-buttons" id="guide-buttons">
|
||||
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Installation - Wii U</a>
|
||||
|
|
@ -62,10 +62,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Home | SPFN</title>
|
||||
<title data-i18n="home.window"></title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
@ -15,33 +15,27 @@
|
|||
<header>
|
||||
<div style="display: flex;">
|
||||
<img style="width: 96px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px">Splatfestival Network</h2>
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px" data-i18n="home.title"></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button active">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button">Account</button></a>
|
||||
<a href="/"><button class="header-button active" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<div class="title">
|
||||
<img style="width: 192px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 class="title-main">Splatfestival Network</h2>
|
||||
<p class="title-desc">Restoring Splatfests to Splatoon on the Wii U</p>
|
||||
<h2 class="title-main" data-i18n="home.title"></h2>
|
||||
<p class="title-desc" data-i18n="home.subtitle"></p>
|
||||
</div>
|
||||
<div class="home-container">
|
||||
<h2>Where to Find Us</h2>
|
||||
<p class="center">
|
||||
Join the Splatfestival discord server for updates to the
|
||||
servers and news about current or future Splatfests.
|
||||
</p>
|
||||
<p>
|
||||
Our code is also all open source,
|
||||
which can all be found on our self-hosted Forgejo instance.
|
||||
</p>
|
||||
<h2 data-i18n="home.findus.title"></h2>
|
||||
<p class="center" data-i18n="home.findus.discord"></p>
|
||||
<p data-i18n="home.findus.forgejo"></p>
|
||||
<div style="display: flex; flex-direction: row;">
|
||||
<a href="https://discord.gg/grMSxZf" target="_blank"><img src="/res/img/discord.png" style="width: 8rem;" /></a>
|
||||
<a href="https://git.spbr.net/spacebar" target="_blank"><img src="/res/img/fj.png" style="width: 8rem;" /></a>
|
||||
|
|
@ -63,29 +57,29 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="home-container">
|
||||
<h2 style="margin: 0 auto;">Credits</h2>
|
||||
<p>Members or Groups that made Splatfestival Network what it is today</p>
|
||||
<h2 style="margin: 0 auto;" data-i18n="home.credits.title"></h2>
|
||||
<p data-i18n="home.credits.subtitle"></p>
|
||||
<div class="team-members">
|
||||
<div class="member-row">
|
||||
<div class="team-member">
|
||||
<img src="/res/img/pretendo.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/PretendoNetwork/" target="_blank" class="team-link"><h2>Pretendo Network</h2></a>
|
||||
<p>Original Server Code and Reverse Engineering</p>
|
||||
<p data-i18n="home.credits.pretendo"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/rusticmaple.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/RusticMaple" target="_blank" class="team-link"><h2>RusticMaple</h2></a>
|
||||
<p>Owner and Server Developer</p>
|
||||
<p data-i18n="home.credits.rusticmaple"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/ceantix.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/ceantixdev" target="_blank" class="team-link"><h2>Ceantix</h2></a>
|
||||
<p>Server Developer</p>
|
||||
<p data-i18n="home.credits.ceantix"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -94,21 +88,21 @@
|
|||
<img src="/res/img/bloxerhd.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/BloxerHD018" target="_blank" class="team-link"><h2>BloxerHD</h2></a>
|
||||
<p>Website and Server Developer</p>
|
||||
<p data-i18n="home.credits.bloxerhd"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/kinnay.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/kinnay" target="_blank" class="team-link"><h2>Kinnay</h2></a>
|
||||
<p>Documentation of PRUDP and RMC</p>
|
||||
<p data-i18n="home.credits.kinnay"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/purplepote.png">
|
||||
<div style="display: block;">
|
||||
<h2>PurplePote</h2>
|
||||
<p>Splatfestival Admin who Supported Development</p>
|
||||
<p data-i18n="home.credits.purplepote"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -117,7 +111,7 @@
|
|||
<img src="/res/img/splatfestival.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://discord.gg/grMSxZf" target="_blank" class="team-link"><h2>Splatfestival Staff</h2></a>
|
||||
<p>Supported Development and Deployment of SPFN</p>
|
||||
<p data-i18n="home.credits.splatfestival"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -125,9 +119,10 @@
|
|||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/home.js"></script>
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -5,7 +5,8 @@ let userAccessLevels = { // Name | Text Colour | Background Colour | Border Colo
|
|||
"0": ["Member", "#fff", "#047205", "#00a003"],
|
||||
"1": ["Tester", "#fff", "#0c98a2", "#01c9d7"],
|
||||
"2": ["Moderator", "#000", "#00dc04", "#067708"],
|
||||
"3": ["Admin", "#fff", "#920606", "#c80404"],
|
||||
"3": ["Admin / Developer", "#fff", "#920606", "#c80404"],
|
||||
"4": ["Manager", "#fff", "#0830b4", "#1e51f8"],
|
||||
}
|
||||
|
||||
function updateUserDataDisplay(data) {
|
||||
|
|
@ -23,7 +24,7 @@ function updateUserDataDisplay(data) {
|
|||
|
||||
document.getElementById("user-info").style.display = "flex";
|
||||
|
||||
let miiLink = `https://mii.spfn.net/${data["pid"]}/main.png`
|
||||
let miiLink = `https://mii.spbr.net/${data["pid"]}/main.png`
|
||||
document.getElementById("mii-img").src = miiLink;
|
||||
|
||||
let level = userAccessLevels[data["account_level"]];
|
||||
|
|
@ -49,7 +50,7 @@ window.onload = async function() {
|
|||
if (expiry > new Date()) { // Hasn't expired - Get user data
|
||||
let token = sessionStorage.getItem("authToken");
|
||||
|
||||
const response = await fetch("https://account.spfn.net/api/v2/users/@me/profile", {
|
||||
const response = await fetch("https://account.spbr.net/api/v2/users/@me/profile", {
|
||||
method: "GET",
|
||||
headers: {
|
||||
"Authorization": `Bearer ${token}`
|
||||
|
|
@ -97,7 +98,7 @@ async function deleteAccount() {
|
|||
window.location.href = "/account/login?redirect=/account"
|
||||
}
|
||||
|
||||
const response = await fetch("https://account.spfn.net/api/v2/users/@me/delete", {
|
||||
const response = await fetch("https://account.spbr.net/api/v2/users/@me/delete", {
|
||||
method: "GET",
|
||||
headers: {
|
||||
"Authorization": `Bearer ${token}`
|
||||
|
|
@ -111,4 +112,4 @@ async function deleteAccount() {
|
|||
|
||||
document.getElementById("confirm-delete").style = "display: none;"
|
||||
document.getElementById("delete-success").style = ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,3 @@
|
|||
const langs = [
|
||||
"en", // [x] English
|
||||
"es", // [ ] Spanish
|
||||
"ja", // [ ] Japanese
|
||||
"fr", // [ ] French
|
||||
"it", // [ ] Italian
|
||||
"de", // [ ] German
|
||||
]
|
||||
|
||||
async function updateGuide(guide, lang) {
|
||||
let buttonsRes = await fetch(`/md/${lang}/buttons.html`);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
async function requestFestInfo() {
|
||||
// DO NOT USE THIS - USE ROUTE https://boss-info.spfn.net/api/v2/fest-info
|
||||
const response = await fetch("https://account.spfn.net/api/v2/fest-info", { // ROUTE NOT IMPLEMENTED
|
||||
// DO NOT USE THIS - USE ROUTE https://boss-info.spbr.net/api/v2/fest-info
|
||||
const response = await fetch("https://account.spbr.net/api/v2/fest-info", { // ROUTE NOT IMPLEMENTED
|
||||
method: "GET"
|
||||
})
|
||||
|
||||
|
|
|
|||
36
static/js/locale.js
Normal file
36
static/js/locale.js
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
const langs = [
|
||||
"en",
|
||||
"es",
|
||||
"ja",
|
||||
"fr",
|
||||
"it",
|
||||
"de",
|
||||
]
|
||||
|
||||
function t(key, locale) {
|
||||
return key
|
||||
.split(".")
|
||||
.reduce((obj, part) => obj && obj[part], locale)
|
||||
}
|
||||
|
||||
window.addEventListener("load", async () => {
|
||||
let lang = "en";
|
||||
let savedLang = localStorage.getItem("lang");
|
||||
|
||||
if (savedLang) {
|
||||
lang = savedLang;
|
||||
} else {
|
||||
let currentLang = navigator.language.split("-")[0];
|
||||
|
||||
if (langs.includes(currentLang)) {
|
||||
localStorage.setItem("lang", currentLang);
|
||||
lang = currentLang;
|
||||
}
|
||||
}
|
||||
|
||||
const locale = await fetch(`/locales/${lang}.json`).then(r => r.json());
|
||||
|
||||
document.querySelectorAll("[data-i18n]").forEach(e => {
|
||||
e.innerHTML = t(e.dataset.i18n, locale)
|
||||
});
|
||||
})
|
||||
|
|
@ -41,8 +41,33 @@ async function generateToken(username, password) {
|
|||
|
||||
const data = await response.json();
|
||||
|
||||
if (data["error"]) {
|
||||
let error = data["error"];
|
||||
if (error == "invalid_client" || error == "unsupported_grant_type") {
|
||||
loginError("Website is misconfigured, contact a SPFN developer to fix this", 502);
|
||||
} else if (error == "invalid_request") {
|
||||
loginError("Website sent invalid data to account, contact a SPFN developer to fix this", 502);
|
||||
} else if (error == "invalid_grant") {
|
||||
loginError("Invalid SFID or Password");
|
||||
} else {
|
||||
loginError(error);
|
||||
}
|
||||
|
||||
throw new Error(`Token Generation Returned Error: ${data["error"]}`);
|
||||
}
|
||||
|
||||
if (!data["access_token"]) {
|
||||
loginError("Malformed Response from API, contact a SPFN developer to fix this", 502);
|
||||
throw new Error(`No Token in Response from API but No Error Field Either: ${data}`)
|
||||
}
|
||||
|
||||
sessionStorage.setItem("authToken", data["access_token"]);
|
||||
|
||||
if (!data["expires_in"]) {
|
||||
loginError("Malformed Response from API, contact a SPFN developer to fix this", 502);
|
||||
throw new Error(`No Expiry in Response from API but No Error Field Either: ${data}`)
|
||||
}
|
||||
|
||||
const expiry = Date.now() + (data["expires_in"] * 1000);
|
||||
sessionStorage.setItem("authExpires", expiry)
|
||||
return data["access_token"];
|
||||
|
|
|
|||
63
static/locales/de.json
Normal file
63
static/locales/de.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
63
static/locales/en.json
Normal file
63
static/locales/en.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
63
static/locales/es.json
Normal file
63
static/locales/es.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
63
static/locales/fr.json
Normal file
63
static/locales/fr.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
63
static/locales/it.json
Normal file
63
static/locales/it.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
63
static/locales/ja.json
Normal file
63
static/locales/ja.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"header": {
|
||||
"home": "Home",
|
||||
"guides": "Guides",
|
||||
"downloads": "Downloads",
|
||||
"account": "Account"
|
||||
},
|
||||
"footer": {
|
||||
"assistance": "Need assistance? <a href='https://discord.gg/grMSxZf' target='_blank'>Join the Discord</a>"
|
||||
},
|
||||
"home": {
|
||||
"window": "Home | SPFN",
|
||||
"title": "Splatfestival Network",
|
||||
"subtitle": "Restoring Splatfests to Splatoon on the Wii U",
|
||||
"findus": {
|
||||
"title": "Where to Find Us",
|
||||
"discord": "Join the Splatfestival discord server for updates to the servers and news about current or future Splatfests",
|
||||
"forgejo": "Our code is also all open soure, which can all be found on our self-hosted Forgejo instance."
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"subtitle": "Members or Groups that made Splatfestival Network what it is today",
|
||||
"pretendo": "Legacy Server Code and Reverse Engineering",
|
||||
"rusticmaple": "Owner and Server Developer",
|
||||
"ceantix": "Server Developer",
|
||||
"bloxerhd": "Website and Server Developer",
|
||||
"kinnay": "Documentation of PRUDP and RMC",
|
||||
"purplepote": "Splatfestival Admin who Supported Development",
|
||||
"splatfestival": "Supported Development and Deployment of SPFN"
|
||||
}
|
||||
},
|
||||
"guides": {
|
||||
"window": "Guides | SPFN",
|
||||
"title": "Guides",
|
||||
"langs": "Languages",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"downloads": {
|
||||
"window": "Downloads | SPFN",
|
||||
"title": "Downloads"
|
||||
},
|
||||
"account": {
|
||||
"window": "Account | SPFN",
|
||||
"delete": {
|
||||
"warningTitle": "WARNING: This Action Is Irreversible",
|
||||
"unrecoverable": "Deleting your account is an irreversible action. You cannot recover your account once this has been done.",
|
||||
"dbOnly": "This will delete your account from our database, not from your Wii U or Cemu. You will need to manually remove it from these.",
|
||||
"confirm": "Delete Account",
|
||||
"cancel": "Cancel",
|
||||
"success": "Account Deleted Successfully",
|
||||
"deleted": "Your account has been removed from our database. You can no longer log in to this account on this website, your Wii U or on Cemu. If you wish to use these services again, you will need to create a new account on your Wii U. Your old SFID can be reused on this new account if it remains unused.",
|
||||
"dbOnly2": "This does not remove your account from your devices. You will need to manually remove the files with FTPiiU or by removing the files from your Cemu MLC folder. If you are not sure how to do this, <a href='https://discord.gg/grMSxZf' target='_blank'>ask in the discord.</a>"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"window": "Log In | SPFN",
|
||||
"prompt": "Please log in to access your account.",
|
||||
"username": "SFID / Username:",
|
||||
"password": "Password:",
|
||||
"submit": "Login",
|
||||
"passwordReset": "Please ask an SPFN Developer in the <a href='https://discord.gg/grMSxZf'>discord server</a> for assistance with password resets"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Installation - Wii U</a>
|
||||
<a class="guide" id="install-cemu" href="/guides?guide=install-cemu">Installation - Cemu</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Common Error Codes</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Häufig auftretende Fehlercodes</a>
|
||||
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Troubleshooting - Wii U</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Troubleshooting - Cemu</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Troubleshooting - Cemu</a>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
## Common Error Codes
|
||||
## Häufig auftretende Fehlercodes
|
||||
|
||||
---
|
||||
|
||||
### 118-XXXX when Playing Matches or Matchmaking
|
||||
### 118-XXXX während Matches und dem Matchmaking
|
||||
|
||||
These errors refer to the Peer to Peer connection. Either your connection or the connection of the host console is unstable, resulting in these errors. Ensure that your NAT type is either A or B (preferrably A) and try again
|
||||
Diese Fehler kommen von der Peer-to-Peer Verbindung. Diese Fehler treten auf, wenn entweder deine Verbindung oder die Verbindung des Hosts instabil ist. Stelle sicher, dass dein NAT Typ entweder A oder B (idealerweise A) ist und versuche es erneut.
|
||||
|
||||
### 686-XXXX when Opening SPFN Environment
|
||||
### 686-XXXX beim Starten des SPFN Environments
|
||||
|
||||
SPFN requires you to be on the latest version of Aroma. Open the Aroma Updater while in the SPFN environment and update it.
|
||||
SPFN erfordert die neueste Version von Aroma. Öffne im SPFN Environment den Aroma Updater und aktualisiere Aroma.
|
||||
|
||||
### 102-28XX (Banned Error)
|
||||
|
||||
Either you or someone on your Wii U was banned from SPFN. Appeals are currently unavailable. Do not request an appeal from SPFN or Splatfestival staff. When appeals are available, submit your SFID and why you think it was a false ban and wait for a response.
|
||||
Entweder du oder jemand auf deiner Wii U wurde von SPFN gebannt. Appeals sind derzeit nicht verfügbar. Frage nicht nach einem Appeal von SPFN oder Splatfestival Teammitgliedern. Wenn Appeals verfügbar sind, kannst du deine SFID und warum du entbannt werden solltest einreichen und auf eine Antwort warten.
|
||||
|
||||
### My error isn't listed here
|
||||
### Mein Fehler ist hier nicht aufgeführt
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
[Tritt dem Discord bei](https://discord.gg/grMSxZf) und stelle deine Frage im Kanal #assistance.
|
||||
|
|
|
|||
|
|
@ -2,34 +2,34 @@
|
|||
|
||||
---
|
||||
|
||||
Requirements:
|
||||
Voraussetzungen:
|
||||
|
||||
- Wii U with SPFN set up
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- Device that can run Cemu
|
||||
- An internet connection
|
||||
- Wii U, eingerichtet mit SPFN
|
||||
- SD Karte (idealerweise 32 GB)
|
||||
- Computer oder ein anderes Gerät um auf die SD Karte zuzugreifen
|
||||
- Gerät, das Cemu ausführen kann
|
||||
- Eine Internetverbindung
|
||||
|
||||
### Step 1: Dump Necessary Files
|
||||
### Schritt 1: Notwendige Dateien dumpen
|
||||
|
||||
This guide requires that you have already set up SPFN on your Wii U and created an account. Account creation is currently unavailable on this website. If you have not done this yet, [follow this guide](/guides?guide=install-wiiu)
|
||||
Dieser Guide erfordert, dass du SPFN bereits auf deiner Wii U eingerichtet und einen Account erstellt hast. Das Erstellen von Accounts ist derzeit nicht auf dieser Webseite verfügbar. Hast du dies noch nicht getan, [folge diesem Guide](/guides?guide=install-wiiu).
|
||||
|
||||
You will also need to dump your SPFN account and `otp.bin` and `seeprom.bin`files from your Wii U. Follow Cemu's [guide to dump online files](https://cemu.cfw.guide/using-dumpling.html#online-files) and dump your SPFN account. Take this time to also dump your Splatoon game if you haven't already done so.
|
||||
Ebenso musst du deinen SPFN Account, sowie die Dateien `otp.bin` und `seeprom.bin` von deiner Wii U dumpen. Folge Cemus [Guide um Online Files zu dumpen](https://cemu.cfw.guide/using-dumpling.html#online-files) und dumpe deinen SPFN Account. Wenn noch nicht geschehen, nutze die Zeit, dein Splatoon zu dumpen.
|
||||
|
||||
Transfer the dumped files to your computer.
|
||||
Transferriere die gedumpten Dateien auf deinen Computer.
|
||||
|
||||
### Step 2: Cemu Configuration
|
||||
### Step 2: Konfiguration von Cemu
|
||||
|
||||
Make sure you are using the latest version of Cemu. This can be found [here](https://github.com/cemu-project/Cemu/releases).
|
||||
Stelle sicher, dass du die neueste Version von Cemu benutzt. Diese kann [hier](https://github.com/cemu-project/Cemu/releases) gefunden werden.
|
||||
|
||||
Open Cemu and go to `File -> Open Cemu Folder`. Place the dumped `mlc01` folder, the `otp.bin` file and the `seeprom.bin` file into the Cemu folder.
|
||||
Öffne Cemu und gehe auf `Datei -> Cemu-Ordner öffnen`. Kopiere den gedumpten `mlc01` Ordner, sowie die Dateien `otp.bin` und `seeprom.bin` in den Cemu Ordner.
|
||||
|
||||
Download network_services.xml from [here](/downloads/) and place it into the Cemu folder
|
||||
Lade `network_services.xml` von [hier](/downloads/) herunter und veschiebe sie in den Cemu Ordner.
|
||||
|
||||
Open Cemu and go to `Options -> General Settings`. In the `Account` tab, make sure your SPFN account is selected. If not, select it from the dropdown.
|
||||
Öffne Cemu und gehe auf `Optionen -> Allgemeine Einstellungen`. Stelle im `Nutzerkonto` Tab sicher, dass dein SPFN Account ausgewählt ist. Ist dies nicht der Fall, wähle ihn im Dropdown-Menü aus.
|
||||
|
||||
You should see the option to switch to Custom network services. Select this. If you can't select it, you haven't added the `network_services.xml` file correctly.
|
||||
Bei Netzwerk-Dienst solltest du die Option `Benutzerdefiniert` sehen. Wähle diese aus. Wenn du sie nicht auswählen kannst, hast du die `network_services.xml` nicht korrekt hinzugefügt.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Starte Splatoon und prüfe ob Aioli und Limone dich mit Nachrichten begrüßen.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Du bist jetzt bereit, auf dem Splatfestival Network zu spielen! [Tritt dem Discord bei](https://discord.gg/grMSxZf) für Informationen über kommende oder laufende Splatfeste und andere Updates.
|
||||
|
|
|
|||
|
|
@ -2,110 +2,109 @@
|
|||
|
||||
---
|
||||
|
||||
SPFN supports two methods of connecting to our servers:
|
||||
- Aroma Plugin (Requires modded Wii U)
|
||||
- SSSL (No mods required but reduced feature support)
|
||||
SPFN unterstützt zwei Methoden, um sich mit unseren Serven zu verbinden:
|
||||
- Aroma Plugin (Benötigt eine gemoddete Wii U)
|
||||
- SSSL (Benötigt keine gemoddete WiiU, unterstützt aber weniger Funktionen)
|
||||
|
||||
Choose whichever method you prefer, then follow the corresponding guide. Note that SSSL has limitations compared to the Aroma method, so it is recommended you use the Aroma method if possible.
|
||||
Bitte folge dem Guide mit der Methode, die du verwenden möchtest. Wichtig: SSSL unterstützt weniger Funktionen als Aroma. Deswegen wird generell Aroma als Methode verbunden.
|
||||
|
||||
---
|
||||
|
||||
## Aroma
|
||||
|
||||
Requirements:
|
||||
- Modded Wii U with Aroma
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- An internet connection
|
||||
Benötigt wird:
|
||||
- Eine gemoddete Wii U mit Aroma
|
||||
- SD-Karte (Am besten mit 32GB Speicher)
|
||||
- Computer oder ein anderes Gerät, um auf die SD-Karte zugreifen zu können
|
||||
- Eine Internetverbindung
|
||||
|
||||
In order to follow this guide, you must have a modded Wii U console with the latest version of Aroma. If your console isn't modded, [follow this guide](https://wiiu.hacks.guide/). If your console is modded, check for any Aroma updates with the Aroma Updater and install it if any are found. If you are unable to mod your Wii U, follow the SSSL guide instead.
|
||||
Um diesen Guide folgen zu können benötigt man eine gemoddete WiiU mit der neusten Version von Aroma. Falls deine WiiU noch nicht mit Aroma gemoddet ist [Folge diesem Guide](https://wiiu.hacks.guide/). Wenn deine WiiU schon mit Aroma gemoddet ist, dann überprüfe Aroma auf Updates und installiere diese, falls welche vorhanden sind. Wenn das Modden deiner WiiU nicht möglich ist, folge bitte stattdessen dem SSSL-Guide.
|
||||
|
||||
This guide will create a duplicate Aroma environment which you can use to connect to our servers. Once set up, you will be able to switch between Pretendo and SPFN by switching which environment you launch into when starting your Wii U.
|
||||
Dieser Guide wird eine Kopie von der Aroma-Umgebung erstellen, um eine Verbindung mit unseren Servern herzustellen. Nachdem dies getan wurde kann man einfach zwischen SPFN und Pretendo wechseln, indem man die Umgebung wechselt, während die Konsole am Hochfahren ist.
|
||||
|
||||
Ensure that you don't have a default user set before setting up SPFN as it could cause you to log in with the wrong account. To disable it, turn on your Wii U and when it logs in, press your Mii in the top left and scroll down to the option labelled "Default User" and disable it.
|
||||
Stelle auch sicher, dass du keinen Nutzer als Standartnutzer festgelegt hast, bevor SPFN eingerichtet wird, da man sonst mit den falschen Account eingeloggt werden kann. Um dies zu deaktivieren, muss man die WiiU anschalten und unter den Nutzereinstellungen des betroffenen Nutzers "Als Standartnutzer festlegen?" deaktivieren.
|
||||
|
||||
If you are currently using Pretendo's DNS servers to connect to Pretendo, disable the DNS server before continuing.
|
||||
Falls momentan Pretendos DNS-Server verwendet werden, um eine Verbindung zu Pretendo Network herzustellen, deaktiviere die Verbindung zu den DNS-Server, bevor man diesem Guide fortsetzt.
|
||||
|
||||
### Step 1: SD Card Preparation
|
||||
### Schritt 1: SD-Karten Vorbereitungen
|
||||
|
||||
Plug your SD card into your computer and navigate to `SD:/wiiu/environments`
|
||||
Stecke die SD-Karte in einen Computer und navigiere zu `SD:/wiiu/environments`
|
||||
|
||||
Make a copy of your `aroma` environment folder and rename it to `SPFN` - this will be the environment you use for connecting to our servers.
|
||||
Erstelle eine Kopie vom `aroma` Environment-Ordner und benenne die Kopie in `SPFN` um - das wird die Umgebung sein, um sich mit unseren Servern zu verbinden.
|
||||
|
||||
For users who previously used Pretendo's Inkay plugin, delete the files `plugins/Inkay-pretendo.wps` and `modules/Inkay-pretendo.wms` from the SPFN environment.
|
||||
Benutzer, die vorher Pretendo's Inkay Plugin verwendet haben, müssen die Dateien `plugins/Inkay-pretendo.wps` und `modules/Inkay-pretendo.wms` von der SPFN-Umgebung löschen.
|
||||
|
||||
Download the plugins and modules found on the [Downloads page](/downloads/) - make sure you enable file name extensions in your file browser and take note of the extension.
|
||||
Lade die Plugins und Modules von der [Downloadseite](/downloads/) herunter - stelle sicher das in dem Datei-Explorer, der verwendet wird, Dateinamenerweiterungen aktiv sind und merke dir die Erweiterungen.
|
||||
|
||||
- `Inkay-spfn.wps` goes into the `plugins` folder
|
||||
- `Inkay-spfn.wms` goes into the `modules` folder
|
||||
- `Malamar-spfn.wps` kommt in den `plugins` Ordner
|
||||
- `Malamar-spfn.wms` kommt in den `modules` Ordner
|
||||
|
||||
With these files installed, you can eject your SD card and put it into your Wii U.
|
||||
Mit den Dateien nun auf der SD-Karte kann man diese vom Computer entfernen und in die WiiU einlegen´.
|
||||
|
||||
### Step 2: Setup on Console
|
||||
### Schritt 2: Setup an der Konsole
|
||||
|
||||
Power on the console and hold `X` on the gamepad to open the Environment Loader.
|
||||
Schalte die Konsole an und halte während dem Hochfahren den `X`-Knopf am Gamepad gedrückt, um den Environment Loader zu öffnen.
|
||||
|
||||
Navigate using the D-Pad to `SPFN` and press `A` to select. Your console will now load into the environment and connect to our servers.
|
||||
Mit dem D-Pad navigiert man anschließend zu `SPFN` und drückt `A` um dies auszuwählen. Die Konsole lädt nun das `SPFN`-Environment und stellt eine Verbindung zu den SPFN-Servern her.
|
||||
|
||||
In the top left of your screen, you should see a message saying "Using SPFN".
|
||||
Oben-Links sollte dann eine Nachricht mit dem Inhalt "Nutze SPFN" erscheinen.
|
||||
|
||||
> If you see "Using Pretendo Network", DO NOT PROGRESS. Turn off the console and delete the Pretendo plugins as mentioned in step 1.
|
||||
> Wenn stattdessen die Nachricht "Nutze Pretendo Network" auftaucht, FAHRE NICHT MIT DEM GUIDE FORT. Schalte die Konsole aus und lösche, wie im Schritt 1 beschrieben, die Pretendo Plugins.
|
||||
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Inkay-spfn.wps` and `Inkay-spfn.wms` files.
|
||||
> Falls du die "Nutze SPFN" Nachricht nicht siehst wurde das SPFN-Plugin wahrscheinlich nicht korrekt installiert. Überprüfe die Speicherorte der `Malamar-spfn.wps` und `Malamar-spfn.wms` Dateien.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Now that your console is connected to our servers, you should be brought to the accounts page. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Die Server von SPFN sind separat von Pretendo's und Nintendos Server. Deswegen muss ein neuer Account für die Nutzung der SPFN-Server erstellt werden. Da die Konsole schon mit unseren Servern verbunden ist, muss nur noch ein neuer Nutzer angelegt werden. Drücke `+` am Gamepad bei der Benutzerauswahl, um einen neuen Nutzer anzulegen. Folge den Anweisungen der WiiU bei der Accounterstellung. Wenn gefragt wird, ob man eine NNID hat, wählt man Nein aus. Anschließend wählt man ein Mii für den Account aus. Wenn danach gefragt wird, ob man einen Account verknüpfen möchte, bestätigt man dies mit "Verknüpfen".
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, your plugins aren't set up correctly. Return to step 1 and ensure they are correctly placed.
|
||||
Bevor man mit den Prozess weitermacht, sollte man sicherstellen, dass die Nutzervereinbarung Splatfestival erwähnt. Dafür öffnet man die Nutzervereinbarung auf Englisch. Falls die Nutzervereinbarung nicht Splatfestival oder SPFN erwähnt sind die Plugins nicht korrekt eingerichtet. Falls dies so ist, wiederhole den Schritt 1 von diesem Guide und stelle sicher, dass die Dateien alle am richtigen Ort platziert sind.
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
Falls die Nutzervereinbarung Splatfestival erwähnt, lese diese aufmerksam durch und wähle `I Accept` aus, um der Nutzervereinbarung zuzustimmen. Anschließend muss man Nutzerinformationen eingeben, um den SPFN-Account zu erstellen.
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
> VERWENDE NIE DAS GLEICHE PASSWORT FÜR MEHERE ACCOUNTS INNERHALB ODER AUSSERHALB VON UNSEREM NETZWERK
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Nachdem der Account erstellt wurde, wird eine Bestätigungscode an die hinterlegte E-Mail-Adresse gesendet. Es kann passieren, dass der Bestätigungscode im Spam-Ordner landen kann. Um den Bestätigungscode einzugeben, muss man sich auf der Konsole mit dem Benutzer anmelden. Nach der Anmeldung wird man dazu aufgefordert den Bestätigungscode einzugeben. Wenn man schon angemeldet ist, kann man unter den Nutzereinstellungen "Nutzer wechseln" sich mit dem Benutzer erneut anmelden. Nachdem man sich erneut angemeldet hat, sollte die Aufforderung für den Bestätigungscode auftauchen.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Starte Splatoon und überprüfe ob Arenen-Neuigkeiten empfangen werden können.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Nun bist du bereit auf Splatfestival Network zu spielen! [Trete den Discord bei](https://discord.gg/grMSxZf) für Informationen über zukünftige Splatfests oder andere Updates.
|
||||
|
||||
---
|
||||
|
||||
## SSSL
|
||||
|
||||
> SSSL does not support the full feature set SPFN has to offer, features such as the Miiverse applet and in game posting are not supported through SSSL and can only be used through the Aroma method. We currently don't have Miiverse fully functional on our servers, but once it is available, users connected through SSSL will only be able to view in game posts, not create them.
|
||||
> SSSL unterstützt nicht alle Funktionen von SPFN. Funktionen wie die Miiverse-App oder das Verfassen von Posts in Splatoon werden durch SSSL nicht unterstützt und können nur über Aroma verwendet werden. Momentan ist Miiverse auf den SPFN-Servern noch nicht komplett funktionsfähig, sobald es aber verfügbar sein wird, können Nutzer die SSSL verwenden nur Posts von anderen Spielern sehen aber selbst keine verfassen.
|
||||
|
||||
Requirements:
|
||||
Benötigt wird:
|
||||
- Wii U
|
||||
- An internet connection
|
||||
- eine Internetverbindung
|
||||
|
||||
If you have a modded console, it is recommended that you use the Aroma method instead, but if you wish to continue with SSSL anyways, ensure you either disable Pretendo's Inkay if present or make a duplicate environment without the Pretendo Inkay plugin and module. Guides to making a duplicate environment can be found in Step 1 of the Aroma guide above. Note that when switching between servers, you will have to disable or reenable SSSL by following this guide again.
|
||||
Falls eine gemoddete Konsole schon vorhanden ist, wird als Methode Aroma empfohlen. Falls aber trotzdem SSSL verwenden möchte sollte man sicherstellen das Inkay (Plugin von Pretendo) deaktiviert ist oder eine Umgebung ohne Inkay erstellt wird. Anleitungen wie man eine Umgebung ohne Pretendos Inkay erstellen kann findet man im Schritt 1 vom Aroma Guide. Wichtig: Wenn man zwischen Pretendo und SPFN wechseln möchte, muss man SSSL mithilfe diesen Guides erneut (de-)aktivieren.
|
||||
|
||||
### Step 1: Console Configuration
|
||||
### Schritt 1: Konfiguration der Konsole
|
||||
|
||||
SSSL uses the DNS settings of the console to redirect you to our servers. In order to connect, you must configure your active WiFi connection to use this DNS server.
|
||||
SSSL verwendet die DNS-Einstellungen, um den Netzwerkverkehr zu unseren Servern umzuleiten. Um eine Verbindung herzustellen, muss man die DNS-Einstellungen der aktiven Internetverbindung ändern.
|
||||
|
||||
Boot up your Wii U and log in. Open the `System Settings` app and navigate to `Internet`. In here, select `Connect to the Internet`, press `X` to open your Connection List and select your current internet connection.
|
||||
Fahre die WiiU hoch und melde dich mit einem Benutzer an. Öffne anschließend die `Systemeinstellungen` und navigiere zu der Option `Internet`. Dort angekommen wähle `Internetverbindung einrichten` aus. Anschließend drücke `X` um die Verbindungsübersicht zu öffnen. Wähle dort die Internetverbindung aus, die für SSSL verwendet werden soll.
|
||||
|
||||
Select `Change Settings`, then navigate to `DNS`. Change it to `Do not auto-obtain` and input the following values:
|
||||
Wähle `Einstellungen ändern` aus, navigiere anschließend zu der Option `DNS` und ändere diese zu `Nicht automatisch beziehen`. Trage danach folgende Werte für die DNS ein:
|
||||
|
||||
- Primary DNS: 45.85.147.85
|
||||
- Secondary DNS: 1.1.1.1
|
||||
- Primärer DNS-Server: 45.85.147.85
|
||||
- Sekundärer DNS-Server: 1.1.1.1
|
||||
|
||||
The Wii U may automatically format the values you inputted so that, for example, the primary DNS may look like `045.085.147.085`. This is normal and will still work correctly.
|
||||
Die Wii U wird die Werte, die eingegeben wurden, automatisch formatieren. Zum Beispiel steht bei dem primären DNS-Server dann `045.085.147.085`. Das ist normal und alles wird korrekt funktionieren.
|
||||
Nachdem alle Werte richtig eingetragen wurden, muss man `O.K.` drücken, um die DNS-Werte zu speichern. Drücke anschließend `B` um die geänderten Einstellungen zu speichern. Die Konsole wird danach dazu einen Auffordern einen Verbindungstest durchzuführen. Wähle `Test durchführen` aus. Der Test sollte erfolgreich ausgeführt werden. Nachdem dies erledigt, ist drückt man mehrmals `B` um die Systemeinstellungen zu verlassen und um ins Home-Menü zurückzukehren. Die Konsole sollte nun erfolgreich mit SPFN verbunden sein.
|
||||
|
||||
Then press confirm and press `B` to save the internet settings. The console will prompt you to perform a connection test, select `Perform Test`. The test should pass. Once this is done, exit the System Settings app by repeatedly pressing `B` to return through the menus. You should now be connected to SPFN.
|
||||
### Schritt 2: Einen Account anlegen
|
||||
|
||||
### Step 2: Creating an Account
|
||||
Die Server von SPFN sind separat von Pretendo's und Nintendos Server. Deswegen muss ein neuer Account für die Nutzung der SPFN-Server erstellt werden. Da die Konsole schon mit unseren Servern verbunden ist, muss nur noch ein neuer Nutzer angelegt werden. Drücke `+` am Gamepad bei der Benutzerauswahl, um einen neuen Nutzer anzulegen. Folge den Anweisungen der WiiU bei der Accounterstellung. Wenn gefragt wird, ob man eine NNID hat, wählt man Nein aus. Anschließend wählt man ein Mii für den Account aus. Wenn danach gefragt wird, ob man einen Account verknüpfen möchte, bestätigt man dies mit "Verknüpfen".
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Once you have exited System Settings, tap on your Mii in the top right corner to open User Settings, then select `Switch User`. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Bevor man mit den Prozess weitermacht, sollte man sicherstellen, dass die Nutzervereinbarung Splatfestival erwähnt. Dafür öffnet man die Nutzervereinbarung auf Englisch. Falls die Nutzervereinbarung nicht Splatfestival oder SPFN erwähnt ist, SSSL nicht richtig konfiguriert. Bitte wiederhole Schritt 1 und stelle sicher das die DNS richtig eingetragen wurde.
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, you may have configured SSSL incorrectly. Return to step 1 and ensure it is correctly configured. If this doesn't resolve it, contact a SPFN developer through the assistance channel of the [Discord server](https://discord.gg/grMSxZf).
|
||||
Falls die Nutzervereinbarung Splatfestival erwähnt, lese diese aufmerksam durch und wähle `I Accept` aus, um der Nutzervereinbarung zuzustimmen. Anschließend muss man Nutzerinformationen eingeben, um den SPFN-Account zu erstellen.
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
> VERWENDE NIE DAS GLEICHE PASSWORT FÜR MEHERE ACCOUNTS INNERHALB ODER AUSSERHALB VON UNSEREM NETZWERK
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
Nachdem der Account erstellt wurde, wird eine Bestätigungscode an die hinterlegte E-Mail-Adresse gesendet. Es kann passieren, dass der Bestätigungscode im Spam-Ordner landen kann. Um den Bestätigungscode einzugeben, muss man sich auf der Konsole mit dem Benutzer anmelden. Nach der Anmeldung wird man dazu aufgefordert den Bestätigungscode einzugeben. Wenn man schon angemeldet ist, kann man unter den Nutzereinstellungen "Nutzer wechseln" sich mit dem Benutzer erneut anmelden. Nachdem man sich erneut angemeldet hat, sollte die Aufforderung für den Bestätigungscode auftauchen.
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Starte Splatoon und überprüfe ob Arenen-Neuigkeiten empfangen werden können.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Nun bist du bereit auf Splatfestival Network zu spielen! [Trete den Discord bei](https://discord.gg/grMSxZf) für Informationen über zukünftige Splatfests oder andere Updates.
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
---
|
||||
|
||||
### Splatoon freezes on the loading screen when first opening
|
||||
### Splatoon hängt sich im Loading-Screen auf, wenn man es das erste Mal startet
|
||||
|
||||
Restart Cemu and go to `Debug -> Open Logging Window`. Keep this window open and launch the game. Wait for at least 30 seconds. Screenshot the logging window and send it to the assistance channel of the [Discord](https://discord.gg/grMSxZf).
|
||||
Starte Cemu neu und navigiere zu `Debug -> Logging-Fenster öffnen`. Lass dieses Fenster offen und starte das Spiel. Warte danach für mindestens 30 Sekunden. Mache danach einen Screenshot von dem Logging-Fenster und sende diesen in den Support-Channel (assistance channel) vom Splatfestival [Discord](https://discord.gg/grMSxZf).
|
||||
|
||||
### My issue isn't listed here
|
||||
### Mein Problem wurde hier nicht erwähnt
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
[Trete dem Discord bei](https://discord.gg/grMSxZf) und frag nach Hilfe im assistance-channel.
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
---
|
||||
|
||||
### When I load the environment, I don't see a "Using SPFN" message / see a "Using Pretendo Network" message
|
||||
Either you have selected your main Aroma environment or you have not set up the plugin correctly. Verify that you have removed the Pretendo files from the SPFN environment folder (`inkay-pretendo.wps` in `plugins` and `inkay-pretendo.wms` in `modules`). Then, when next booting your Wii U, ensure you hold `X` to open the environment selector and select the SPFN environment.
|
||||
### Wenn ich die Umgebung lade, sehe ich keine "Nutze SPFN" oder ich sehe stattdessen eine "Nutze Pretendo Network" Nachricht.
|
||||
Entweder wurde als Hauptumgebung Aroma gewählt oder das SPFN-Plugin wurde nicht korrekt eingerichtet. Stelle sicher, dass alle Pretendo-Dateien von dem SPFN-Umgebungsordner (`inkay-pretendo.wps` in `plugins` und `inkay-pretendo.wms` in `modules`) gelöscht wurden. Dann, nachdem du deine WiiU neugestartet hat und diese dabei ist hochzufahren, halte "X" gedrückt, um den Environment-Selector zu öffnen. Wähle dort SPFN aus, um in die SPFN-Umgebung zu booten.
|
||||
|
||||
### My issue isn't listed here
|
||||
### Mein Problem wurde hier nicht erwähnt
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
[Trete dem Discord bei](https://discord.gg/grMSxZf) und frag nach Hilfe im assistance-channel.
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ For users who previously used Pretendo's Inkay plugin, delete the files `plugins
|
|||
|
||||
Download the plugins and modules found on the [Downloads page](/downloads/) - make sure you enable file name extensions in your file browser and take note of the extension.
|
||||
|
||||
- `Inkay-spfn.wps` goes into the `plugins` folder
|
||||
- `Inkay-spfn.wms` goes into the `modules` folder
|
||||
- `Malamar-spfn.wps` goes into the `plugins` folder
|
||||
- `Malamar-spfn.wms` goes into the `modules` folder
|
||||
|
||||
With these files installed, you can eject your SD card and put it into your Wii U.
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ In the top left of your screen, you should see a message saying "Using SPFN".
|
|||
|
||||
> If you see "Using Pretendo Network", DO NOT PROGRESS. Turn off the console and delete the Pretendo plugins as mentioned in step 1.
|
||||
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Inkay-spfn.wps` and `Inkay-spfn.wms` files.
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Malamar-spfn.wps` and `Malamar-spfn.wms` files.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Now that your console is connected to our servers, you should be brought to the accounts page. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Installation - Wii U</a>
|
||||
<a class="guide" id="install-cemu" href="/guides?guide=install-cemu">Installation - Cemu</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Common Error Codes</a>
|
||||
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Troubleshooting - Wii U</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Troubleshooting - Cemu</a>
|
||||
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Instalación - Wii U</a>
|
||||
<a class="guide" id="install-cemu" href="/guides?guide=install-cemu">Instalación - Cemu</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Códigos de error comunes</a>
|
||||
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Solucionario de problemas - Wii U</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Solucionario de problemas - Cemu</a>
|
||||
|
|
@ -1,19 +1,19 @@
|
|||
## Common Error Codes
|
||||
## Códigos de error comunes
|
||||
|
||||
---
|
||||
|
||||
### 118-XXXX when Playing Matches or Matchmaking
|
||||
### 118-XXXX Jugando partida multijugador o buscando partida.
|
||||
|
||||
These errors refer to the Peer to Peer connection. Either your connection or the connection of the host console is unstable, resulting in these errors. Ensure that your NAT type is either A or B (preferrably A) and try again
|
||||
Estos errores pueden referirse a conexiones Peer to Peer. O de cualquier modo tu conexión o la conexión de la consola host es inestable, resultando en estos errores. Asegúrate de que tu tipo de NAT sea A o B (Preferiblemente A) e inténtalo de nuevo.
|
||||
|
||||
### 686-XXXX when Opening SPFN Environment
|
||||
### 686-XXXX Al abrir el environment SPFN.
|
||||
|
||||
SPFN requires you to be on the latest version of Aroma. Open the Aroma Updater while in the SPFN environment and update it.
|
||||
SPFN requiere la versión más reciente de Aroma. Abre Aroma Updater en el environment SPFN para actualizarlo.
|
||||
|
||||
### 102-28XX (Banned Error)
|
||||
### 102-28XX (Error de baneado).
|
||||
|
||||
Either you or someone on your Wii U was banned from SPFN. Appeals are currently unavailable. Do not request an appeal from SPFN or Splatfestival staff. When appeals are available, submit your SFID and why you think it was a false ban and wait for a response.
|
||||
Tú o cualquiera en tu Wii U ha sido baneado de SPFN. Apelaciones no están actualmente disponibles. No pidas una apelación de SPFN o del equipo de Splatfestival. Cuando las apelaciones estén disponibles, comparte tu SFID y por qué crees que fue una falsa expulsión y espera una respuesta.
|
||||
|
||||
### My error isn't listed here
|
||||
### Mi error no está listado en esta lista.
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
Únete al [servidor de Discord](https://discord.gg/grMSxZf) y pregunta en el canal de asistencia.
|
||||
|
|
@ -1,35 +1,35 @@
|
|||
## Installation - Cemu
|
||||
## Instalacion - Cemu
|
||||
|
||||
---
|
||||
|
||||
Requirements:
|
||||
Requerimientos:
|
||||
|
||||
- Wii U with SPFN set up
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- Device that can run Cemu
|
||||
- An internet connection
|
||||
- Consola Wii U con el environment SPFN instalado
|
||||
- Tarjeta SD (Preferimente de 32GB)
|
||||
- Ordenador o cualquier otro dispositivo con acceso a tarjeta SD
|
||||
- Un dispositivo que pueda ejecutar Cemu
|
||||
- Una connexion a Internet
|
||||
|
||||
### Step 1: Dump Necessary Files
|
||||
### Paso 1: Volcado de los archivos necesarios.
|
||||
|
||||
This guide requires that you have already set up SPFN on your Wii U and created an account. Account creation is currently unavailable on this website. If you have not done this yet, [follow this guide](/guides?guide=install-wiiu)
|
||||
Esta guia requiere el environment SPFN ya instalado en tu Wii U y una cuenta SPFN creada. La creacion de cuentas no esta disponible en esta pagina actualmente. Si no has hecho esto anteriormente, [sigue esta guia](/guides?guide=install-wiiu).
|
||||
|
||||
You will also need to dump your SPFN account and `otp.bin` and `seeprom.bin`files from your Wii U. Follow Cemu's [guide to dump online files](https://cemu.cfw.guide/using-dumpling.html#online-files) and dump your SPFN account. Take this time to also dump your Splatoon game if you haven't already done so.
|
||||
Necesitaras volcar tu cuenta SPFN y tambien `otp.bin` y `seeprom.bin` de tu Wii U. Sigue la guia de Cemu de [como volcar tus archivos online](https://cemu.cfw.guide/using-dumpling.html#online-files) y tu cuenta SPFN. Tambien puedes utilizar este momento para volcar tu copia de Splatoon.
|
||||
|
||||
Transfer the dumped files to your computer.
|
||||
Transfiere los archivos volcados a tu ordenador.
|
||||
|
||||
### Step 2: Cemu Configuration
|
||||
### Paso 2: Configuracion de Cemu.
|
||||
|
||||
Make sure you are using the latest version of Cemu. This can be found [here](https://github.com/cemu-project/Cemu/releases).
|
||||
Asegurate de que estes utilizando la version más reciente de Cemu. La version más reciente de Cemu puede ser encontrada [aquí](https://github.com/cemu-project/Cemu/releases).
|
||||
|
||||
Open Cemu and go to `File -> Open Cemu Folder`. Place the dumped `mlc01` folder, the `otp.bin` file and the `seeprom.bin` file into the Cemu folder.
|
||||
Abra Cemu y dirijase a `File -> Open Cemu Folder`. Coloca la carpeta volcada `mlc01` junto a los archivos `otp.bin` y `seeprom.bin` en la carpeta de Cemu.
|
||||
|
||||
Download network_services.xml from [here](/downloads/) and place it into the Cemu folder
|
||||
Descarga `network_services.xml` desde [aquí](/downloads/) y ponlo en la carpeta de Cemu.
|
||||
|
||||
Open Cemu and go to `Options -> General Settings`. In the `Account` tab, make sure your SPFN account is selected. If not, select it from the dropdown.
|
||||
Abra Cemu y dirijase a `Options -> General Settings`. Y en el apartado de configuracion `Account`, asegurese de que su cuenta SPFN este seleccionada. Si no, seleccionala en la lista.
|
||||
|
||||
You should see the option to switch to Custom network services. Select this. If you can't select it, you haven't added the `network_services.xml` file correctly.
|
||||
Deberia estar la opcion de `Custom` en `Network Service` disponible. selecciónala. Si no la puedes seleccionar, no configuraste el archivo `network_services.xml` correctamente.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Abre Splatoon y verifica que recibes noticias del juego.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Ya tienes todo lo necesario para jugar Splatfestival Network! Unete al [servidor de Discord](https://discord.gg/grMSxZf) para informacion de proximos Splatfest y noticias.
|
||||
|
|
@ -1,111 +1,111 @@
|
|||
## Installation - Wii U
|
||||
## Instalación - Wii U
|
||||
|
||||
---
|
||||
|
||||
SPFN supports two methods of connecting to our servers:
|
||||
- Aroma Plugin (Requires modded Wii U)
|
||||
- SSSL (No mods required but reduced feature support)
|
||||
SPFN soporta dos métodos para conectarse a nuestros servidores:
|
||||
- Aroma Plugin (Requiere una Wii U modificada)
|
||||
- SSSL (No requiere modificaciones pero sus funcionalidades son reducidas)
|
||||
|
||||
Choose whichever method you prefer, then follow the corresponding guide. Note that SSSL has limitations compared to the Aroma method, so it is recommended you use the Aroma method if possible.
|
||||
Elige el metodo que prefieras, luego sigue la guía correspondiente. Se advierte que SSSL tiene limitaciones comparado con el metodo de Aroma, es recomendado utilizar el metodo de Aroma si es posible.
|
||||
|
||||
---
|
||||
|
||||
## Aroma
|
||||
|
||||
Requirements:
|
||||
- Modded Wii U with Aroma
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- An internet connection
|
||||
Requerimientos:
|
||||
- Una Wii U modificada con Aroma
|
||||
- Tarjeta SD (Preferiblemente de 32GB)
|
||||
- Ordenador o cualquier otro dispositivo con acceso a tarjeta SD
|
||||
- Una conexión a Internet
|
||||
|
||||
In order to follow this guide, you must have a modded Wii U console with the latest version of Aroma. If your console isn't modded, [follow this guide](https://wiiu.hacks.guide/). If your console is modded, check for any Aroma updates with the Aroma Updater and install it if any are found. If you are unable to mod your Wii U, follow the SSSL guide instead.
|
||||
En orden para seguir está guía, necesitas tener una Wii U modificada con la última versión de Aroma disponible. Si tu consola no está modificada, [sigue está guía](https://wiiu.hacks.guide/). Si tu consola está modificada, verifica cualquier actualización de Aroma con Aroma Updater e instálala si hay alguna disponible. Si no puedes modificar tu Wii U, Sigue la guía SSSL en su lugar.
|
||||
|
||||
This guide will create a duplicate Aroma environment which you can use to connect to our servers. Once set up, you will be able to switch between Pretendo and SPFN by switching which environment you launch into when starting your Wii U.
|
||||
Está guía duplicara el environment de Aroma el cual te permitirá conectarte a nuestros servidores. Una vez completado, podrás cambiar entre Pretendo y SPFN cambiando de environment al encender tu Wii U.
|
||||
|
||||
Ensure that you don't have a default user set before setting up SPFN as it could cause you to log in with the wrong account. To disable it, turn on your Wii U and when it logs in, press your Mii in the top left and scroll down to the option labelled "Default User" and disable it.
|
||||
Asegúrese de no tener un usuario predeterminado configurado antes de configurar SPFN porque podria iniciar sesión con la cuenta equivocada. Para desactivarlo, enciende tu Wii U y cuando inicie sesión, pulsa tu Mii en la parte superior izquierda y desplázate hacia abajo hasta la opción etiquetada "Usuario Predeterminado" y desactívalo.
|
||||
|
||||
If you are currently using Pretendo's DNS servers to connect to Pretendo, disable the DNS server before continuing.
|
||||
Si actualmente está utilizando los servidores DNS de Pretendo para conectarse a Pretendo, desactive el servidor DNS antes de continuar.
|
||||
|
||||
### Step 1: SD Card Preparation
|
||||
### Paso 1: Preparación de la tarjeta SD.
|
||||
|
||||
Plug your SD card into your computer and navigate to `SD:/wiiu/environments`
|
||||
Conecta tu tarjeta SD en tu ordenador y navega a `SD:/wiiu/environments`
|
||||
|
||||
Make a copy of your `aroma` environment folder and rename it to `SPFN` - this will be the environment you use for connecting to our servers.
|
||||
Haz una copia de tu environment de `Aroma` y renómbrala a `SPFN` - Este será el environment que utilizarás para conectarte a nuestros servidores.
|
||||
|
||||
For users who previously used Pretendo's Inkay plugin, delete the files `plugins/Inkay-pretendo.wps` and `modules/Inkay-pretendo.wms` from the SPFN environment.
|
||||
Para los usuarios que anteriormente han utilizado el plugin Inkay de Pretendo, elimina los archivos `plugins/Inkay-pretendo.wps` y `modules/Inkay-pretendo.wms` en el environment SPFN.
|
||||
|
||||
Download the plugins and modules found on the [Downloads page](/downloads/) - make sure you enable file name extensions in your file browser and take note of the extension.
|
||||
Descarga los plugins y módulos que se encuentran en la [página de descargas](/downloads/) - Asegúrate de activar los nombres de las extensiones de los archivos en tu explorador de archivos para tener a la vista las extensiones de los archivos.
|
||||
|
||||
- `Inkay-spfn.wps` goes into the `plugins` folder
|
||||
- `Inkay-spfn.wms` goes into the `modules` folder
|
||||
- `Malamar-spfn.wps` va en la carpeta `plugins`
|
||||
- `Malamar-spfn.wms` va en la carpeta `modules`
|
||||
|
||||
With these files installed, you can eject your SD card and put it into your Wii U.
|
||||
Con esos archivos instalados, puedes extraer la tarjeta SD de tu ordenador e introducirla en tu consola Wii U.
|
||||
|
||||
### Step 2: Setup on Console
|
||||
### Paso 2: Configuración de tu consola Wii U.
|
||||
|
||||
Power on the console and hold `X` on the gamepad to open the Environment Loader.
|
||||
Enciende tu consola y mantén presionado `X` en tu gamepad para abrir el `Cargador de environments`.
|
||||
|
||||
Navigate using the D-Pad to `SPFN` and press `A` to select. Your console will now load into the environment and connect to our servers.
|
||||
Navega utilizando el D-Pad a `SPFN` y presiona `A` para seleccionarlo. Tu consola empezará a cargar el environment de SPFN y conectarse a nuestros servidores.
|
||||
|
||||
In the top left of your screen, you should see a message saying "Using SPFN".
|
||||
En la parte superior izquierda de la pantalla, debería aparecer un mensaje que dice "Using SPFN".
|
||||
|
||||
> If you see "Using Pretendo Network", DO NOT PROGRESS. Turn off the console and delete the Pretendo plugins as mentioned in step 1.
|
||||
> Si ve el mensaje "Using Pretendo Network", NO CONTINÚE. Apague la consola y elimine los complementos de Pretendo como se indica en el paso 1.
|
||||
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Inkay-spfn.wps` and `Inkay-spfn.wms` files.
|
||||
> Si no ve el mensaje "Using SPFN", es probable que no haya instalado el plugin correctamente. Verifique la ubicación de los archivos `Malamar-spfn.wps` e `Malamar-spfn.wms`.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Now that your console is connected to our servers, you should be brought to the accounts page. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Los servidores de SPFN están separados a los de Nintendo y Pretendo, así que, tendrás que crear una nueva cuenta para acceder a nuestros servicios. Ahora que tu consola está conectada a nuestros servidores, deberías ser llevado a la página de cuentas. Presiona `+` en tu gamepad para crear una cuenta nueva. Sigue el proceso de creación de cuenta. Selecciona No cuando se te pregunte si tienes un NNID. Selecciona un Mii para tu cuenta. Cuando te pregunte de crear una cuenta, presiona Vincular.
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, your plugins aren't set up correctly. Return to step 1 and ensure they are correctly placed.
|
||||
Antes de continuar, confirma que el acuerdo hace referencia a Splatfestival Network. Si no, tus plugins están mal configurados. Retroceda al paso 1 y Asegúrese de que están bien ubicados.
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
Si hace referencia a Splatfestival Network, lea el acuerdo y presione `Aceptar`, después proceda a introducir la información de su cuenta.
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
> NO REUTILICE CONTRASEÑAS CON MÚLTIPLES CUENTAS DENTRO O FUERA DE NUESTRA NETWORK
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Una vez hayas creado tu cuenta, se te enviará un código de verificación para registrar tu correo electrónico. Quizás aparezca en tu bandeja de spam, así que búscalo antes de reenviar otro nuevo. Para introducirlo, inicia sesión con tu cuenta en tu Wii U y te preguntará por el código. Si ya estás con la sesión iniciada, presiona en tu Mii arriba a la izquierda en tu gamepad y selecciona Cambiar de Usuario. Entonces, selecciona tu cuenta de SPFN para iniciar sesión nuevamente. El mensaje debería aparecer.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Abre Splatoon y verifica que recibes noticias del juego.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Ya estás listo para jugar en Splatfestival Network! [Únete al servidor de Discord](https://discord.gg/grMSxZf) para información de próximos Splatfest y noticias.
|
||||
|
||||
---
|
||||
|
||||
## SSSL
|
||||
|
||||
> SSSL does not support the full feature set SPFN has to offer, features such as the Miiverse applet and in game posting are not supported through SSSL and can only be used through the Aroma method. We currently don't have Miiverse fully functional on our servers, but once it is available, users connected through SSSL will only be able to view in game posts, not create them.
|
||||
> SSSL no tiene soporte para todo lo que SPFN puede ofrecer, funciones como Miiverse y las publicaciones en juegos no tienen soporte utilizando SSSL y solo pueden ser utilizados siguiendo el método de Aroma. Nosotros no tenemos Miiverse totalmente funcional en nuestros servidores, pero una vez este disponible, los usuarios conectados usando SSSL solo podrán ver publicaciones dentro del juego, no crearlos.
|
||||
|
||||
Requirements:
|
||||
- Wii U
|
||||
- An internet connection
|
||||
Requerimientos:
|
||||
- Una consola Wii U
|
||||
- Una conexion a Internet
|
||||
|
||||
If you have a modded console, it is recommended that you use the Aroma method instead, but if you wish to continue with SSSL anyways, ensure you either disable Pretendo's Inkay if present or make a duplicate environment without the Pretendo Inkay plugin and module. Guides to making a duplicate environment can be found in Step 1 of the Aroma guide above. Note that when switching between servers, you will have to disable or reenable SSSL by following this guide again.
|
||||
Si tienes una consola modificada, es recomendado que utilices el método de Aroma en su lugar, pero si deseas continuar con SSSL de todos modos, asegúrese de deshabilitar el plugin Inkay de Pretendo si esta presente o crea un environment duplicado sin el plugin Inkay y el módulo de Pretendo. Las guías para hacer un environment duplicado se puede encontrar en el paso 1 de la guía de Aroma arriba. Importante que a la hora de cambiar de usuario entre servidores, tendrás que deshabilitar o reactivar SSSL siguiendo está guia otra vez.
|
||||
|
||||
### Step 1: Console Configuration
|
||||
### Paso 1: Configuracion de la Consola.
|
||||
|
||||
SSSL uses the DNS settings of the console to redirect you to our servers. In order to connect, you must configure your active WiFi connection to use this DNS server.
|
||||
SSSL utiliza los ajustes de DNS de la consola para redirigirte a nuestros servidores. En orden de conectarte, deberas configurar tu conexion WiFi para usar este servidor DNS.
|
||||
|
||||
Boot up your Wii U and log in. Open the `System Settings` app and navigate to `Internet`. In here, select `Connect to the Internet`, press `X` to open your Connection List and select your current internet connection.
|
||||
Enciende tu Wii U e inicia sesión. Abre la aplicación `Configuracion de la Consola` y navega a `Internet`. En Internet selecciona `Conectarse a Internet`, presiona `X` para abrir tu lista de conexiones y selecciona tu conexion de internet actual.
|
||||
|
||||
Select `Change Settings`, then navigate to `DNS`. Change it to `Do not auto-obtain` and input the following values:
|
||||
Selecciona `Cambiar ajustes`, después navega a `DNS`. Cámbialo a `No obtener automaticamente` e introduce los siguientes valores:
|
||||
|
||||
- Primary DNS: 45.85.147.85
|
||||
- Secondary DNS: 1.1.1.1
|
||||
- DNS Primario: 45.85.147.85
|
||||
- DNS Secundario: 1.1.1.1
|
||||
|
||||
The Wii U may automatically format the values you inputted so that, for example, the primary DNS may look like `045.085.147.085`. This is normal and will still work correctly.
|
||||
La Wii U puede cambiar automáticamente los valores que introduciste, por ejemplo, el DNS primario probablemente se vea como `045.085.147.085`. Eso es normal y seguira funcionando correctamente.
|
||||
|
||||
Then press confirm and press `B` to save the internet settings. The console will prompt you to perform a connection test, select `Perform Test`. The test should pass. Once this is done, exit the System Settings app by repeatedly pressing `B` to return through the menus. You should now be connected to SPFN.
|
||||
Después presiona Confirmar y presiona `B` para guardar la configuracion de internet. La consola te preguntara de realizar una prueba de connexión, seleciona `Realizar prueba de connexion`. El test deberia ser exitoso. Una vez esto terminado, cierra la aplicación de Configuracion de la Consola presionando `B` repetidamente en los menus. Ahora deberias estar conectado a SPFN.
|
||||
|
||||
### Step 2: Creating an Account
|
||||
### Paso 2: Crear una Cuenta.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Once you have exited System Settings, tap on your Mii in the top right corner to open User Settings, then select `Switch User`. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Los servidores de SPFN están separados a los de Nintendo y Pretendo, así que, tendrás que crear una nueva cuenta para acceder a nuestros servicios. Ahora que tu consola está conectada a nuestros servidores, deberías ser llevado a la página de cuentas. Presiona `+` en tu gamepad para crear una cuenta nueva. Sigue el proceso de creación de cuenta. Selecciona No cuando se te pregunte si tienes un NNID. Selecciona un Mii para tu cuenta. Cuando te pregunte de crear una cuenta, presiona Vincular.
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, you may have configured SSSL incorrectly. Return to step 1 and ensure it is correctly configured. If this doesn't resolve it, contact a SPFN developer through the assistance channel of the [Discord server](https://discord.gg/grMSxZf).
|
||||
Antes de continuar, confirma que el acuerdo hace referencia a Splatfestival Network. Si no lo hace, posiblemente configuraste SSSL incorrectamente. Retroceda al paso 1 y asegúrese de que este configurado correctamente. Si eso no lo resuelve, contacta con un desarrollador de SPFN desde el canal de soporte en el [servidor de Discord](https://discord.gg/grMSxZf).
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
Si hace referencia a Splatfestival Network, lea el acuerdo y presione `Aceptar`, después proceda a introducir la información de su cuenta.
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
> NO REUTILICE CONTRASEÑAS CON MÚLTIPLES CUENTAS DENTRO O FUERA DE NUESTRA NETWORK
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Una vez hayas creado tu cuenta, se te enviará un código de verificación para registrar tu correo electrónico. Quizás aparezca en tu bandeja de spam, así que búscalo antes de reenviar otro nuevo. Para introducirlo, inicia sesión con tu cuenta en tu Wii U y te preguntará por el código. Si ya estás con la sesión iniciada, presiona en tu Mii arriba a la izquierda en tu gamepad y selecciona Cambiar de Usuario. Entonces, selecciona tu cuenta de SPFN para iniciar sesión nuevamente. El mensaje debería aparecer.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Abre Splatoon y verifica que recibes noticias del juego.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Ya estás listo para jugar en Splatfestival Network! [Únete al servidor de Discord](https://discord.gg/grMSxZf) para información de próximos Splatfest y noticias.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
## Troubleshooting - Cemu
|
||||
## Solución de problemas - Cemu
|
||||
|
||||
---
|
||||
|
||||
### Splatoon freezes on the loading screen when first opening
|
||||
### Splatoon se congela en la pantalla de carga al abrirlo por primera vez.
|
||||
|
||||
Restart Cemu and go to `Debug -> Open Logging Window`. Keep this window open and launch the game. Wait for at least 30 seconds. Screenshot the logging window and send it to the assistance channel of the [Discord](https://discord.gg/grMSxZf).
|
||||
Reinicia Cemu y diríjase a `Debug -> Open Logging Window`. Mantenga esa ventana abierta y abra el juego. Espera al menos 30 segundos, Captura la ventana y envíala en el canal de asistencia del [servidor de Discord](https://discord.gg/grMSxZf).
|
||||
|
||||
### My issue isn't listed here
|
||||
### Mi problema no aparece en esta lista.
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
Únete al [servidor de Discord](https://discord.gg/grMSxZf) y pregunta por ayuda en el canal de asistencia.
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
## Troubleshooting - Wii U
|
||||
## Solución de problemas - Wii U
|
||||
|
||||
---
|
||||
|
||||
### When I load the environment, I don't see a "Using SPFN" message / see a "Using Pretendo Network" message
|
||||
Either you have selected your main Aroma environment or you have not set up the plugin correctly. Verify that you have removed the Pretendo files from the SPFN environment folder (`inkay-pretendo.wps` in `plugins` and `inkay-pretendo.wms` in `modules`). Then, when next booting your Wii U, ensure you hold `X` to open the environment selector and select the SPFN environment.
|
||||
### Cuando cargo el entorno, no veo el mensaje "Using SPFN" o veo el mensaje "Using Pretendo Network".
|
||||
|
||||
### My issue isn't listed here
|
||||
Puede que hayas seleccionado el entorno de Aroma principal o que no hayas configurado el plugin correctamente. Verifica que hayas eliminado los archivos de Pretendo en la carpeta de tu entorno de SPFN (`inkay-pretendo.wps` en `plugins` y `inkay-pretendo.wms` en `modules`). Después cuando enciendas tu Wii U asegúrese de mantener presionado `X` para abrir el selector de entornos y seleccionar el entorno SPFN.
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
### Mi problema no aparece en esta lista.
|
||||
|
||||
Únete al [servidor de Discord](https://discord.gg/grMSxZf) y pregunta por ayuda en el canal de asistencia.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Installation - Wii U</a>
|
||||
<a class="guide" id="install-cemu" href="/guides?guide=install-cemu">Installation - Cemu</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Common Error Codes</a>
|
||||
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Troubleshooting - Wii U</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Troubleshooting - Cemu</a>
|
||||
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Codes d'Erreur Communs</a>
|
||||
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Dépannage - Wii U</a>
|
||||
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Dépannage - Cemu</a>
|
||||
|
|
@ -1,19 +1,19 @@
|
|||
## Common Error Codes
|
||||
## Codes d'erreur communs
|
||||
|
||||
---
|
||||
|
||||
### 118-XXXX when Playing Matches or Matchmaking
|
||||
### 118-XXXX pendant une Partie ou lors du Matchmaking
|
||||
|
||||
These errors refer to the Peer to Peer connection. Either your connection or the connection of the host console is unstable, resulting in these errors. Ensure that your NAT type is either A or B (preferrably A) and try again
|
||||
Ces erreurs font référence à la connexion Pair à Pair. Soit votre connexion soit celle de la console hôte est instable, provoquant ainsi ces erreurs. Assurez-vous que votre NAT est de type A ou B (préférablement A) et essayez de nouveau.
|
||||
|
||||
### 686-XXXX when Opening SPFN Environment
|
||||
### 686-XXXX pendant le lancement de l'environnement SPFN
|
||||
|
||||
SPFN requires you to be on the latest version of Aroma. Open the Aroma Updater while in the SPFN environment and update it.
|
||||
SPFN nécessite que vous utilisiez la dernière version d'Aroma. Ouvrez l'Aroma Updater depuis l'environnement SPFN et mettez-le à jour.
|
||||
|
||||
### 102-28XX (Banned Error)
|
||||
### 102-28XX (Erreur de Bannissement)
|
||||
|
||||
Either you or someone on your Wii U was banned from SPFN. Appeals are currently unavailable. Do not request an appeal from SPFN or Splatfestival staff. When appeals are available, submit your SFID and why you think it was a false ban and wait for a response.
|
||||
Vous ou une personne utilisant votre Wii U avez été banni de SPFN. Les appels sont actuellement indisponibles. Ne demandez pas d'appel au personnel de SPFN ou du Splatfestival. Quand la procédure d'appel sera disponible, soumettez votre SFID et les raisons qui vous font suggérer que votre bannissement était injustifié puis attendez une réponse.
|
||||
|
||||
### My error isn't listed here
|
||||
### Mon erreur n'est pas dans cette liste
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
[Rejoignez le Discord](https://discord.gg/grMSxZf) et demandez de l'aide dans le salon d'assistance.
|
||||
|
|
@ -2,34 +2,34 @@
|
|||
|
||||
---
|
||||
|
||||
Requirements:
|
||||
Prérequis:
|
||||
|
||||
- Wii U with SPFN set up
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- Device that can run Cemu
|
||||
- An internet connection
|
||||
- Wii U avec SPFN d'installé
|
||||
- Carte SD (Préférablement 32Go)
|
||||
- Ordinateur ou tout autre appareil pouvant accéder a une carte SD
|
||||
- Appareil capable d'exécuter Cemu
|
||||
- Une connection Internet
|
||||
|
||||
### Step 1: Dump Necessary Files
|
||||
### Étape 1: Dumper les Fichiers Nécessaires
|
||||
|
||||
This guide requires that you have already set up SPFN on your Wii U and created an account. Account creation is currently unavailable on this website. If you have not done this yet, [follow this guide](/guides?guide=install-wiiu)
|
||||
Ce guide nécessite que vous ayez déjà paramétré SPFN et créé un compte sur votre Wii U. Il est actuellement impossible de créer un compte depuis ce site. Si ça n'est pas déjà le cas, [suivez ce guide.](/guides?guide=install-wiiu)
|
||||
|
||||
You will also need to dump your SPFN account and `otp.bin` and `seeprom.bin`files from your Wii U. Follow Cemu's [guide to dump online files](https://cemu.cfw.guide/using-dumpling.html#online-files) and dump your SPFN account. Take this time to also dump your Splatoon game if you haven't already done so.
|
||||
Vous aurez aussi besoin de dumper votre compte SPFN ainsi que les fichiers `otp.bin` et `seeprom.bin` depuis votre Wii U. Suivez le [guide de dumpage des fichiers online](https://cemu.cfw.guide/using-dumpling.html#online-files) de Cemu et dumpez votre compte SPFN. Profitez-en également pour dumper votre copie de Splatoon si ça n'est pas déjà fait.
|
||||
|
||||
Transfer the dumped files to your computer.
|
||||
Transférez les fichiers dumpés vers votre ordinateur.
|
||||
|
||||
### Step 2: Cemu Configuration
|
||||
### Étape 2: Configuration de Cemu
|
||||
|
||||
Make sure you are using the latest version of Cemu. This can be found [here](https://github.com/cemu-project/Cemu/releases).
|
||||
Assurez vous que vous utilisez la dernière version de Cemu. Vous pouvez la retrouver [ici](https://github.com/cemu-project/Cemu/releases).
|
||||
|
||||
Open Cemu and go to `File -> Open Cemu Folder`. Place the dumped `mlc01` folder, the `otp.bin` file and the `seeprom.bin` file into the Cemu folder.
|
||||
Exécutez Cemu et allez dans `Fichier -> Ouvrir le dossier Cemu`. Placez le dossier `mlc01` dumpé plus tôt, ainsi que les fichiers `otp.bin` et `seeprom.bin` dans le dossier Cemu.
|
||||
|
||||
Download network_services.xml from [here](/downloads/) and place it into the Cemu folder
|
||||
Téléchargez `network_services.xml` depuis [ici](/downloads/) et placez le dans le dossier Cemu.
|
||||
|
||||
Open Cemu and go to `Options -> General Settings`. In the `Account` tab, make sure your SPFN account is selected. If not, select it from the dropdown.
|
||||
Exécutez Cemu et allez dans `Options -> Paramètres Généraux`. Dans l'onglet `Compte` assurez-vous que votre compte SPFN est sélectionné. Dans le cas contraire sélectionnez-le depuis le menu déroulant.
|
||||
|
||||
You should see the option to switch to Custom network services. Select this. If you can't select it, you haven't added the `network_services.xml` file correctly.
|
||||
Vous devriez apercevoir l'option `Service Network (réseau)`. Sélectionnez-y l'option `Personnalisé`. Si l'option est grisée, vous n'avez pas ajouté le fichier `network_services.xml` correctement.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Ouvrez Splatoon et vérifiez que vous recevez les nouvelles.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Vous êtes désormais prêt à jouer sur le Splatfestival Network! [Rejoignez le Discord](https://discord.gg/grMSxZf) pour obtenir des informations sur les Splatfests à venir ou en cours, ainsi que les actualités.
|
||||
|
|
@ -2,110 +2,110 @@
|
|||
|
||||
---
|
||||
|
||||
SPFN supports two methods of connecting to our servers:
|
||||
- Aroma Plugin (Requires modded Wii U)
|
||||
- SSSL (No mods required but reduced feature support)
|
||||
SPFN prend en charge deux méthodes de connexion à nos serveurs:
|
||||
- Plugin Aroma (Wii U moddée requise)
|
||||
- SSSL (Aucun mod requis mais les fonctionnalités seront limitées)
|
||||
|
||||
Choose whichever method you prefer, then follow the corresponding guide. Note that SSSL has limitations compared to the Aroma method, so it is recommended you use the Aroma method if possible.
|
||||
Choisissez l'option que vous préférez, puis suivez le guide correspondant. Veuillez noter que SSSL a des limitations comparé a la méthode Aroma, il est donc recommandé d'utiliser la méthode Aroma si possible.
|
||||
|
||||
---
|
||||
|
||||
## Aroma
|
||||
|
||||
Requirements:
|
||||
- Modded Wii U with Aroma
|
||||
- SD Card (Preferrably 32GB)
|
||||
- Computer or other device to access SD Card
|
||||
- An internet connection
|
||||
Prérequis:
|
||||
- Wii U moddée avec Aroma
|
||||
- Carte SD (Préférablement 32Go)
|
||||
- Ordinateur ou tout autre appareil pouvant accéder a une carte SD
|
||||
- Une connexion Internet
|
||||
|
||||
In order to follow this guide, you must have a modded Wii U console with the latest version of Aroma. If your console isn't modded, [follow this guide](https://wiiu.hacks.guide/). If your console is modded, check for any Aroma updates with the Aroma Updater and install it if any are found. If you are unable to mod your Wii U, follow the SSSL guide instead.
|
||||
Pour pouvoir suivre ce guide, vous devez posséder une console Wii U moddée avec la dernière version d'Aroma. Si votre console n'est pas moddée, [suivez ce guide](https://wiiu.hacks.guide/). Si votre console est moddée, recherchez d'éventuelles mises à jour d'Aroma à l'aide de l'Aroma Updater et installez les si vous en trouvez. Si vous êtes incapable de modder votre Wii U, suivez le guide SSSL à la place.
|
||||
|
||||
This guide will create a duplicate Aroma environment which you can use to connect to our servers. Once set up, you will be able to switch between Pretendo and SPFN by switching which environment you launch into when starting your Wii U.
|
||||
Ce guide créera un duplicata de l'environnement Aroma qui vous permettra de vous connecter sur nos serveurs. Une fois paramétré vous serez capable d'alterner entre Pretendo et SPFN en sélectionnant l'environnement correspondant en démarrant votre Wii U.
|
||||
|
||||
Ensure that you don't have a default user set before setting up SPFN as it could cause you to log in with the wrong account. To disable it, turn on your Wii U and when it logs in, press your Mii in the top left and scroll down to the option labelled "Default User" and disable it.
|
||||
Assurez-vous qu'aucun utilisateur par défaut n'est défini avant de configurer SPFN, car cela pourrait vous amener à vous connecter avec le mauvais compte. Pour le désactiver, allumez votre Wii U et lors de la connexion, cliquez sur votre Mii en haut a gauche de l'écran, descendez jusqu'à l'option "Utilisateur par Défaut" et désactivez-la.
|
||||
|
||||
If you are currently using Pretendo's DNS servers to connect to Pretendo, disable the DNS server before continuing.
|
||||
Si vous utilisez actuellement le serveur DNS de Pretendo pour vous y connecter, désactivez-le avant de continuer.
|
||||
|
||||
### Step 1: SD Card Preparation
|
||||
### Étape 1: Préparation de la carte SD
|
||||
|
||||
Plug your SD card into your computer and navigate to `SD:/wiiu/environments`
|
||||
Insérez votre carte SD dans votre ordinateur et naviguez jusqu'à `SD:/wiiu/environments`
|
||||
|
||||
Make a copy of your `aroma` environment folder and rename it to `SPFN` - this will be the environment you use for connecting to our servers.
|
||||
Faites une copie de votre dossier d'environnement `aroma` et renommez le en `SPFN` - ça sera l'environnement que vous allez utiliser pour vous connecter a nos serveurs.
|
||||
|
||||
For users who previously used Pretendo's Inkay plugin, delete the files `plugins/Inkay-pretendo.wps` and `modules/Inkay-pretendo.wms` from the SPFN environment.
|
||||
Pour les utilisateurs ayant précédemment utilisé le plugin Inkay de Pretendo, supprimez les fichiers `plugins/Inkay-pretendo.wps` et `modules/Inkay-pretendo.wms` du dossier d'environnement SPFN.
|
||||
|
||||
Download the plugins and modules found on the [Downloads page](/downloads/) - make sure you enable file name extensions in your file browser and take note of the extension.
|
||||
Téléchargez les plugins et modules se trouvant sur la [page des Téléchargements](/downloads/) - assurez vous d'avoir activé les Extensions de nom de Fichier dans votre navigateur.
|
||||
|
||||
- `Inkay-spfn.wps` goes into the `plugins` folder
|
||||
- `Inkay-spfn.wms` goes into the `modules` folder
|
||||
- `Malamar-spfn.wps` va dans le dossier `plugins`
|
||||
- `Malamar-spfn.wms` va dans le dossier `modules`
|
||||
|
||||
With these files installed, you can eject your SD card and put it into your Wii U.
|
||||
Une fois les fichiers installés, vous pouvez éjecter votre carte SD et l'insérer dans votre Wii U.
|
||||
|
||||
### Step 2: Setup on Console
|
||||
### Étape 2: Configuration de la console
|
||||
|
||||
Power on the console and hold `X` on the gamepad to open the Environment Loader.
|
||||
Allumez la console et maintenez le bouton `X` sur le gamepad pour ouvrir l'Environment Loader.
|
||||
|
||||
Navigate using the D-Pad to `SPFN` and press `A` to select. Your console will now load into the environment and connect to our servers.
|
||||
À l'aide du pavé directionnel, naviguez vers l'option `SPFN` et appuyez sur `A`. Votre console va maintenant charger l'environnement et se connecter a nos serveurs.
|
||||
|
||||
In the top left of your screen, you should see a message saying "Using SPFN".
|
||||
En haut à gauche de votre écran, vous devriez voir le message "Using SPFN".
|
||||
|
||||
> If you see "Using Pretendo Network", DO NOT PROGRESS. Turn off the console and delete the Pretendo plugins as mentioned in step 1.
|
||||
> Si vous voyez "Using Pretendo Network", NE CONTINUEZ PAS. Éteignez la console et supprimez les plugins Pretendo comme mentionné dans l'étape 1.
|
||||
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Inkay-spfn.wps` and `Inkay-spfn.wms` files.
|
||||
> Si vous ne voyez pas le message "Using SPFN", vous n'avez probablement pas installé le plugin correctement. Vérifiez l'emplacement des fichiers `Malamar-spfn.wps` et `Malamar-spfn.wms`.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Now that your console is connected to our servers, you should be brought to the accounts page. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Les serveurs de SPFN sont séparés de ceux de Nintendo et Pretendo, vous devez donc créer un nouveau compte pour accéder a nos services. Maintenant que votre console est connectée a nos serveurs, vous pouvez ouvrir la page des comptes et appuyer sur `+` sur votre gamepad pour créer un nouveau compte. Suivez le processus de création de compte. sélectionnez "Non" lorsqu'on vous demande si vous avez un NNID. Sélectionnez un Mii pour votre compte. Lorsque vous êtes invité à créer un compte, sélectionnez "Lier".
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, your plugins aren't set up correctly. Return to step 1 and ensure they are correctly placed.
|
||||
Avant de continuer, confirmez que l'accord fait référence au Splatfestival Network. Si ça n'est pas le cas, vos plugins ne sont pas correctement installés. Retournez à l'étape 1 et assurez vous qu'ils sont correctement placés.
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
S'il fait bien référence au Splatfestival Network, lisez l'accord d'utilisation et appuyez sur `Accepter`, puis entrez vos informations de connexion.
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
> NE RÉUTILISEZ PAS DE MOTS DE PASSE POUR PLUSIEURS COMPTES QUE CE SOIT DANS NOTRE RESEAU OU EN DEHORS DE CELUI-CI.
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Une fois votre compte créé, vous recevrez un mail de confirmation. Il peut se trouver dans vos spams, assurez vous de ne pas l'avoir reçu avant d'en demander un nouveau. Pour l'entrer, connectez vous a votre compte depuis votre Wii U et vous serez invité à entrer votre code de vérification. Si vous êtes déjà connecté, cliquez sur votre Mii en haut a gauche du gamepad et choisissez "Changer d'Utilisateur". Puis, sélectionnez votre compte SPFN pour vous y reconnecter, vous devriez être invité a entrer votre code.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Ouvrez Splatoon et vérifiez que vous recevez les nouvelles.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Vous êtes désormais prêt à jouer sur le Splatfestival Network! [Rejoignez le Discord](https://discord.gg/grMSxZf) pour obtenir des informations sur les Splatfests à venir ou en cours, ainsi que les actualités.
|
||||
|
||||
---
|
||||
|
||||
## SSSL
|
||||
|
||||
> SSSL does not support the full feature set SPFN has to offer, features such as the Miiverse applet and in game posting are not supported through SSSL and can only be used through the Aroma method. We currently don't have Miiverse fully functional on our servers, but once it is available, users connected through SSSL will only be able to view in game posts, not create them.
|
||||
> SSSL ne prend pas en charge tout ce que SPFN peut offrir, les fonctionnalités telles que Miiverse ainsi que les publications de la Place ne sont pas disponibles via SSSL et ne peuvent être obtenus que via la méthode Aroma. Miiverse n'est toujours pas complètement fonctionnel sur nos serveurs, mais lorsqu'il le sera, les utilisateurs connectés via SSSL ne pourront pas publier de messages, seulement les voir.
|
||||
|
||||
Requirements:
|
||||
Prérequis:
|
||||
- Wii U
|
||||
- An internet connection
|
||||
- Une connexion Internet
|
||||
|
||||
If you have a modded console, it is recommended that you use the Aroma method instead, but if you wish to continue with SSSL anyways, ensure you either disable Pretendo's Inkay if present or make a duplicate environment without the Pretendo Inkay plugin and module. Guides to making a duplicate environment can be found in Step 1 of the Aroma guide above. Note that when switching between servers, you will have to disable or reenable SSSL by following this guide again.
|
||||
Si votre console est moddée, il est préférable que vous utilisiez la méthode Aroma, mais si vous préférez utiliser la méthode SSSL, assurez vous de désactiver le plugin Inkay de Pretendo s'il est présent ou de faire une copie de l'environnement sans le plugin Inkay. Un guide pour créer un duplicata de l'environnement peut être trouvé à l'étape 1 du guide aroma ci-dessus. Veuillez noter que lorsque vous changerez de serveur vous devez désactiver ou réactiver SSSL en suivant ce guide de nouveau.
|
||||
|
||||
### Step 1: Console Configuration
|
||||
### Étape 1: Configuration de la console
|
||||
|
||||
SSSL uses the DNS settings of the console to redirect you to our servers. In order to connect, you must configure your active WiFi connection to use this DNS server.
|
||||
SSSL utilise les paramètres DNS de la console pour vous rediriger vers nos serveurs. Pour pouvoir vous y connecter vous devez configurer votre connexion Wi-Fi active pour qu'elle utilise ce serveur DNS.
|
||||
|
||||
Boot up your Wii U and log in. Open the `System Settings` app and navigate to `Internet`. In here, select `Connect to the Internet`, press `X` to open your Connection List and select your current internet connection.
|
||||
Démarrez votre Wii U et connectez vous. Ouvrez l'application `Paramètres de la console` et naviguez vers l'onglet `Internet`. Sélectionnez `Se connecter à Internet`, appuyez sur `X` pour ouvrir votre liste de connexions et sélectionnez votre connexion Internet actuelle.
|
||||
|
||||
Select `Change Settings`, then navigate to `DNS`. Change it to `Do not auto-obtain` and input the following values:
|
||||
Sélectionnez `Modifier les paramètres` et naviguez jusqu'à `DNS`. Changez-le en `Ne pas obtenir automatiquement` et saisissez les informations DNS comme suit :
|
||||
|
||||
- Primary DNS: 45.85.147.85
|
||||
- Secondary DNS: 1.1.1.1
|
||||
- DNS Primaire: 45.85.147.85
|
||||
- DNS Secondaire: 1.1.1.1
|
||||
|
||||
The Wii U may automatically format the values you inputted so that, for example, the primary DNS may look like `045.085.147.085`. This is normal and will still work correctly.
|
||||
La Wii U formatera automatiquement les informations que vous avez saisies de façon à ce que, par exemple, le DNS Primaire soit changé en `045.085.147.085`. Ceci est normal et marchera toujours sans problème.
|
||||
|
||||
Then press confirm and press `B` to save the internet settings. The console will prompt you to perform a connection test, select `Perform Test`. The test should pass. Once this is done, exit the System Settings app by repeatedly pressing `B` to return through the menus. You should now be connected to SPFN.
|
||||
Enfin, appuyez sur `Confirmer` puis sur `B` pour sauvegarder les paramètres Internet. La console vous invitera à tester votre connexion, sélectionnez `Test de connexion`. Le test devrait se conclure avec succès. Une fois fini, quittez les paramètres de la console en appuyant plusieurs fois sur `B` pour quitter les menus. Vous êtes maintenant connecté à SPFN.
|
||||
|
||||
### Step 2: Creating an Account
|
||||
### Étape 2: Création de votre compte
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Once you have exited System Settings, tap on your Mii in the top right corner to open User Settings, then select `Switch User`. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
Les serveurs de SPFN sont séparés de ceux de Nintendo et Pretendo, vous devez donc créer un nouveau compte pour accéder a nos services. Maintenant que votre console est connectée a nos serveurs, vous pouvez ouvrir la page des comptes et appuyer sur `+` sur votre gamepad pour créer un nouveau compte. Suivez le processus de création de compte. sélectionnez "Non" lorsqu'on vous demande si vous avez un NNID. Sélectionnez un Mii pour votre compte. Lorsque vous êtes invité à créer un compte, sélectionnez "Lier".
|
||||
|
||||
Before continuing, confirm that the agreement references Splatfestival Network. If it does not, you may have configured SSSL incorrectly. Return to step 1 and ensure it is correctly configured. If this doesn't resolve it, contact a SPFN developer through the assistance channel of the [Discord server](https://discord.gg/grMSxZf).
|
||||
Avant de continuer, confirmez que l'accord fait référence au Splatfestival Network. Si ça n'est pas le cas, il se peut que vous ayez mal configuré SSSL. Retournez à l'étape 1 et assurez vous qu'ils sont correctement placés. Si cela ne résout pas le problème, contactez un développeur de SPFN via le salon d'assistance du [serveur Discord](https://discord.gg/grMSxZf).
|
||||
|
||||
If it does reference Splatfestival Network, read through the agreement and press `Agree`, then enter your account information.
|
||||
S'il fait bien référence au Splatfestival Network, lisez l'accord d'utilisation et appuyez sur `Accepter`, puis entrez vos informations de connexion.
|
||||
|
||||
> DO NOT REUSE PASSWORDS ACROSS MULTIPLE ACCOUNTS INSIDE OR OUTSIDE OF OUR NETWORK
|
||||
> NE RÉUTILISEZ PAS DE MOTS DE PASSE POUR PLUSIEURS COMPTES QUE CE SOIT DANS NOTRE RESEAU OU EN DEHORS DE CELUI-CI.
|
||||
|
||||
Once you have created your account, you will be sent a verification code to your registered email address. It may show up in your spam folder, so look around for it before resending a new one. To enter it, log into your account on your Wii U and it will prompt you for the code. If you are already logged in, press on your Mii in the top left of your gamepad and select Switch User. Then, select your SPFN account to log back in. The prompt should appear.
|
||||
Une fois votre compte créé, vous recevrez un mail de confirmation. Il peut se trouver dans vos spams, assurez vous de ne pas l'avoir reçu avant d'en demander un nouveau. Pour l'entrer, connectez vous a votre compte depuis votre Wii U et vous serez invité à entrer votre code de vérification. Si vous êtes déjà connecté, cliquez sur votre Mii en haut a gauche du gamepad et choisissez "Changer d'Utilisateur". Puis, sélectionnez votre compte SPFN pour vous y reconnecter, vous devriez être invité a entrer votre code.
|
||||
|
||||
Open Splatoon and check that you get the news.
|
||||
Ouvrez Splatoon et vérifiez que vous recevez les nouvelles.
|
||||
|
||||
You are now ready to play on the Splatfestival Network! [Join the Discord](https://discord.gg/grMSxZf) for information about upcoming or active Splatfests and other updates.
|
||||
Vous êtes désormais prêt à jouer sur le Splatfestival Network! [Rejoignez le Discord](https://discord.gg/grMSxZf) pour obtenir des informations sur les Splatfests à venir ou en cours, ainsi que les actualités.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
## Troubleshooting - Cemu
|
||||
## Dépannage - Cemu
|
||||
|
||||
---
|
||||
|
||||
### Splatoon freezes on the loading screen when first opening
|
||||
### Splatoon se bloque sur l'écran de chargement lors de sa première ouverture
|
||||
|
||||
Restart Cemu and go to `Debug -> Open Logging Window`. Keep this window open and launch the game. Wait for at least 30 seconds. Screenshot the logging window and send it to the assistance channel of the [Discord](https://discord.gg/grMSxZf).
|
||||
Redémarrez Cemu et allez dans `Debug -> Ouvrir la fenêtre de journalisation`. Gardez cette fenêtre ouverte et lancez le jeu. Attendez pendant au moins 30 secondes. Faites une capture d'écran de la fenêtre de journalisation et envoyez-la dans le salon d'assistance du [Discord](https://discord.gg/grMSxZf).
|
||||
|
||||
### My issue isn't listed here
|
||||
### Mon erreur n'est pas dans cette liste
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
[Rejoignez le Discord](https://discord.gg/grMSxZf) et demandez de l'aide dans le salon d'assistance.
|
||||
|
|
@ -1,10 +1,12 @@
|
|||
## Troubleshooting - Wii U
|
||||
## Dépannage - Wii U
|
||||
|
||||
---
|
||||
|
||||
### When I load the environment, I don't see a "Using SPFN" message / see a "Using Pretendo Network" message
|
||||
Either you have selected your main Aroma environment or you have not set up the plugin correctly. Verify that you have removed the Pretendo files from the SPFN environment folder (`inkay-pretendo.wps` in `plugins` and `inkay-pretendo.wms` in `modules`). Then, when next booting your Wii U, ensure you hold `X` to open the environment selector and select the SPFN environment.
|
||||
### Lorsque je charge l'environnement, je ne vois pas de message "Using SPFN" / "Using Pretendo Network"
|
||||
|
||||
### My issue isn't listed here
|
||||
Soit vous avez sélectionné votre environnement Aroma principal, soit vous n'avez pas installé le plugin correctement. Vérifiez que vous ayez bien supprimé les fichiers Pretendo de votre dossier d'environnement SPFN (`inkay-pretendo.wps` dans `plugins` ainsi que `inkay-pretendo.wms` dans `modules`). Ensuite, lors du prochain démarrage de votre Wii U, assurez vous de maintenir enfoncé le bouton `X` pour ouvrir le sélecteur d'environnement et choisissez l'environnement SPFN.
|
||||
|
||||
[Join the Discord](https://discord.gg/grMSxZf) and ask in the assistance channel
|
||||
|
||||
### Mon erreur n'est pas dans cette liste
|
||||
|
||||
[Rejoignez le Discord](https://discord.gg/grMSxZf) et demandez de l'aide dans le salon d'assistance.
|
||||
|
|
@ -36,8 +36,8 @@ For users who previously used Pretendo's Inkay plugin, delete the files `plugins
|
|||
|
||||
Download the plugins and modules found on the [Downloads page](/downloads/) - make sure you enable file name extensions in your file browser and take note of the extension.
|
||||
|
||||
- `Inkay-spfn.wps` goes into the `plugins` folder
|
||||
- `Inkay-spfn.wms` goes into the `modules` folder
|
||||
- `Malamar-spfn.wps` goes into the `plugins` folder
|
||||
- `Malamar-spfn.wms` goes into the `modules` folder
|
||||
|
||||
With these files installed, you can eject your SD card and put it into your Wii U.
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ In the top left of your screen, you should see a message saying "Using SPFN".
|
|||
|
||||
> If you see "Using Pretendo Network", DO NOT PROGRESS. Turn off the console and delete the Pretendo plugins as mentioned in step 1.
|
||||
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Inkay-spfn.wps` and `Inkay-spfn.wms` files.
|
||||
> If you do not see the "Using SPFN" message, you likely didn't install the plugin correctly. Check the locations of the `Malamar-spfn.wps` and `Malamar-spfn.wms` files.
|
||||
|
||||
SPFN's servers are separate from both Nintendo and Pretendo, so you will need to create a new account to access our services. Now that your console is connected to our servers, you should be brought to the accounts page. Press `+` on your gamepad to create a new account. Follow the process of creating the account. Select no when prompted if you have an NNID. Select a Mii for your account. When asked to create an account, press Link.
|
||||
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ SDカードをコンピュータに差し込み、 `SD:/wiiu/environments` に
|
|||
|
||||
[ダウンロードページ](https://www.google.com/search?q=/downloads/)にあるプラグインとモジュールをダウンロードします。ファイルブラウザでファイル名拡張子を有効にし、拡張子に注意してください。
|
||||
|
||||
* `Inkay-spfn.wps` は `plugins` フォルダーに入ります
|
||||
* `Inkay-spfn.wms` は `modules` フォルダーに入ります
|
||||
* `Malamar-spfn.wps` は `plugins` フォルダーに入ります
|
||||
* `Malamar-spfn.wms` は `modules` フォルダーに入ります
|
||||
|
||||
これらのファイルをインストールしたら、SDカードを取り出してWii Uに差し込みます。
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ SDカードをコンピュータに差し込み、 `SD:/wiiu/environments` に
|
|||
画面の左上に「Using SPFN」というメッセージが表示されるはずです。
|
||||
|
||||
> 「Using Pretendo Network」と表示された場合は、先に進まないでください。本体の電源を切り、ステップ1で述べたようにPretendoプラグインを削除してください。
|
||||
> 「Using SPFN」メッセージが表示されない場合は、プラグインが正しくインストールされていない可能性があります。 `Inkay-spfn.wps` と `Inkay-spfn.wms` ファイルの場所を確認してください。
|
||||
> 「Using SPFN」メッセージが表示されない場合は、プラグインが正しくインストールされていない可能性があります。 `Malamar-spfn.wps` と `Malamar-spfn.wms` ファイルの場所を確認してください。
|
||||
|
||||
SPFNのサーバーはNintendoとPretendoの両方から独立しているため、当社のサービスにアクセスするには新しいアカウントを作成する必要があります。本体が当社のサーバーに接続されたので、アカウントページが表示されるはずです。ゲームパッドの `+` を押して新しいアカウントを作成します。アカウント作成プロセスに従います。NNIDを持っているか尋ねられたら、いいえを選択します。アカウントのMiiを選択します。アカウントの作成を求められたら、Linkを押します。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue