Won't you please, please help me?

167 replies [Last post]
Xtweeterx's picture
Xtweeterx
How do I edit something on

How do I edit something on the Wiki? I can log in with Steam here but not the Wiki. It never says I'm logged in.

Lithiumforest's picture
Lithiumforest
You can't use Steam to log

You can't use Steam to log into the wiki for editing, you'll need to create another account with Spiral Knights and use that as your wiki login.

Thowardz's picture
Thowardz
Um....
No-Thanks
Raw numbers on Monster HP

I gathered these numbers while running FSC normal mode.

≤w HP means, that w is the maximum possible HP.
x-y HP means x being the smallest possible HP value and y the highest possible HP value of a monster.*
z HP means z is the exact amount of HP. (:

Open party FSC Normal Mode

Depth 24
Slag Walker: ≤780 HP
Red Rover x2 Top: ≤780 HP
Red Rover x2 Bottom: ≤390 HP
Depth 25
Slag Walker: 787-796 HP
Trojan: 1047-1070 HP
Depth 26
Slag Walker: 847-851 HP
Depth 27
Red Rover x6: 249-279 HP
Slag Walker: 906 HP
Trojan: 1196-1218 HP

*original testing data contained x-1 being the maximum amount of dmg, that i dealt without being able to kill the monster. i added 1 to the value to aim for the HP value only

Bopp's picture
Bopp
more useful

It would be more useful (indeed, extremely more useful) for you to put your data into this thread over here.

The-True-Cake's picture
The-True-Cake
Need an image uploaded

I'm trying to upload this shot http://cloud.steampowered.com/ugc/902131007503897076/574E504244B1CE4C135... as my guild's logo but it seems to be bugging out for me. http://wiki.spiralknights.com/Late_Night_Gamers%28Guild%29 is the page it's for. If someone could get it to work for me that would be great. Now if you excuse me I need to do some laundry...

Bopp's picture
Bopp
what is the bug?

Go to your guild page, click on the red text where your guild's logo should be, and (try to) upload the file. Does it work? No? What does it say or do, that is wrong? We need more detailed information, including error messages.

Have you tried uploading this file on a previous occasion? The wiki has a bug, that delays the uploading of new versions of a file by several days (or until administrator intervention maybe). Possibly that bug is hitting you somehow.

King-Of-Echoes's picture
King-Of-Echoes
Background Color for Guild Page

I've seen multiple guild pages with background colors on their page, I was wondering if you knew how to do this?
Anyone answer this please :)

Bopp's picture
Bopp
give an example

The answer to almost every question is, "Find a page that does it, look at the page's code, and mimic it." So please give us an example of these wiki pages with background colors, and maybe I can help.

King-Of-Echoes's picture
King-Of-Echoes
Link
Bopp's picture
Bopp
okay

Okay, here's my understanding. That entire page is contained within a single cell of a wiki table. They have set the background color of that cell to black. All of this takes place at the very top of their wiki markup (which you can view by editing the page --- just don't save your "edits"). In modern web design, using tables for page layout is considered "bad". But maybe they don't have a choice. And anyway it doesn't matter much.

So, anyway, you could copy their design by copying the first chunk of markup from their page. Just do yourself a favor, and end your wiki page with this line:

|}

That little piece of markup closes the table. Brmc fails to do this, I think. But the wiki software apparently allows for such slop.

Thunder-The-Bright's picture
Thunder-The-Bright

the 5* volcanic demo suit page on the wiki displays as precursor the 3* fused demo suit. it's the only one in the line, others don't have this issue.

Wavara's picture
Wavara

I, erm, have a question? A few days ago I answered a question in the forums about what is Bechamel wearing (here), and today, out of curiosity, went to check his wikia's page, finding in the Trivia section that his color is wrong (it says Crimson instead of Lake).

The info in my post was taken using Spiral Spy, so, my question is: Can we use that program to add info to the Trivia section? Like the fact that he has a Dusky Vitakit that no-one noticed? Or that he is Extra-small (height mod)?

Armarilia's picture
Armarilia
Wiki won't load!

I can't access the wiki! Sent a support email over a week ago re: spending limit and still no reply!! Can't access the portal to hear if my support request has been answered too. Tried on my phone, my laptop and my computer. None of them work! Tried upgrading safari and google chrome, deleted both, turned all devices on and off, got rid of all caches, turned cookies on and off, reset safari, deleted history etc etc etc. Please respond ASAP!!

Nitronicx
Support link

https://www.spiralknights.com/support/

It looks like nobody can access the wiki right now.

Pharik's picture
Pharik
Official color codes?

There are a lot of redundant or inaccurate color-theme/pattern tags throughout the wiki, and I would like to remedy that.
Trying to properly sort all equipment types (helm, armor, etc.) correctly into an accurate quick-reference spreadsheet for on the wiki.

Where were the HTML or Hex color codes for the primary, secondary, and tertiary colors found or sourced?
Are they from somewhere in the game's files that I could access for reference? If so, where? If not, where can I find them without guessing?
Finally, is there a safe way to somehow inspect an in-game item to determine the codes used? This means "inspect a Skelly Helm and find that it does, in fact, use the three color codes in the Military pattern". I know the game uses skins but wonder if the master color pallette is stored somewhere for reference.

For those unfamiliar, these 3-color sets form the "color patterns" we all know and love, such as Dusky and Hallow.

Any help is appreciated!

Pharik's picture
Pharik
~~Update on my quest for the codes~~

Ok, so I got into the colordefs.dat file (thank you Flowchart and Nitronicx!). I can see all the bytes on the left and color names on the right via a hex editor. However, I am having trouble finding the colors' actual hex codes or anything of the sort... the bytes translate to the color names but the color codes don't seem to be visible in bytes or text form.

Here is some of my results when I search for "gld" (Regal Pattern). Also bear in mind some of it won't show right because of formatting stuff:

~� ����q�~t�glduq�~����>’n˜¾ÎÙ¿" Jw���sq�~� ����q�~

~� ����q�~+t�glduq�~����=ãSø¾k…¾hr°w���sq�~� ����q�~

~� ����q�~Œt�glduq�~����¿���¾« ¾úáHw���sq�~

What do I do now to view the colors' hex codes, not just their names? For example, I'd like to be able to see Regal's "#C5922D". I only know this code from the color patterns wiki page.

I have also tried opening a skin's .png file with the hex editor to inspect for the hex codes. No dice surprisingly, even around the PLTE (palette block) of the code.

What am I doing wrong, and how can I view that which I seek?