/gacha/ - Gacha

Gacha game generals

Index Catalog Archive Bottom Refresh
+
-
Name
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).



8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

New feature implemented to separate story spoilers from regular ones. Check /meta/.

(53.82 KB 725x698 1727364803996972.jpg)

/meta/ Discussion - Read da rules, or forever lose your 50/50s Anonymous Board owner 04/19/2025 (Sat) 00:22:39 Id: d9e035 No. 51184
If you have complaints, concerns, or questions about moderation this is the place to come. We will engage with you in good faith discussion on the topic here, outside of this thread it will be considered off topic spam. If you believe a moderator is overstepping their bounds, then tell us here. If you believe we are not doing enough, then again, tell us here. This is also the place for any other meta discussion related to the board. https://8chan.moe/gacha/rules.html https://8chan.se/gacha/rules.html For a more detailed breakdown on rules and how moderation here will be handled, consult the following: https://rentry.org/8moeGachaRules
>>1106993 Alright, I added the first one as an ID with the gif as a rare alt. And I mean rare. Good luck.
Can jannies see if a banned IP comes from the same country or not?
>>1114349 We can see the ASN, which is sorta like a postal code for the IP. We can't see your actual IP though, it's encrypted.
(476.98 KB characters 3.json)

/akg/ icons update I'm not so sure about my groups. if anyone else wants to look at it and give me some pointers I'd appreciate it
>>1119255 How come the anon mentioning this schizo gets warned/banned yet the one engaging with it has nothing happen to them? Seems pretty odd to me.
>>1143009 1) mod logs are public 2) they weren't
Updated IDs for /fgoalter/.
>>1142619 >give me some pointers The balance leaves something to be desired.
>>1156437 (plz lmk when it's updated)
>>1161238 I could've sworn I did it yesterday but apparently I didn't. Sorry about that, it's updated now.
>>1162478 >>1162488 >deleted >the post that started it is not deleted
ehm bossu... some fucky shit is happening with css? It seems spooky css is doing some weird shit. I'm normally on Penumbra but today, When I reopened the browser it went into Yotsuba B(despite saying it's Penumbra). I can replicate this with just hitting F5. Some other themes also don't work until I go through default css then board css then my desired css for it to change it properly. However this just gets wiped when you refresh the page.
>>1168170 The only CSS I have control over is board CSS, so it wasn't me.
>>1168170 >some fucky shit is happening with css? It seems spooky css is doing some weird shit Anon was successfully [ S P O O K E D ]
Not sure if this is the right thread, so apologies in advance, but are Duel Night Abyss generals going to be allowed on here? I haven't seen one yet but I'm not sure if no one just wants to make one since it removed the gacha, besides cosmetics, or if it's just not that popular.
>>1171802 There is already a thread for it on /v/, but having cosmetic gacha is /gacha/ enough for me, so I won't say no if people want to make a thread here.
>>1171814 I noticed, but it seemed like there's always a general for these games so I was curious. It's also kind of slow, but might be the popularity of the game itself. For now I'll just see if anyone else plans to make one here or not. Thanks for answering!
>>1171814 Heyyo, Mark here. Do you have an email or anything to contact you at? I wanted to ask if you wanted music in the background like we have sometimes on /v/.
(565.96 KB characters 4.json)

/akg/ icons update
>>1176975 Sure, I'll put it in a report on /v/.
(73.09 KB 640x480 Oekaki)

Why are several random game threads stickied?
>>1192529 Because they're relatively new and this way no one has an excuse for making duplicate threads. I'll leave them stickied for a week and likely do this with other new gacha in the future.
Is .se down again? Normally I just switch to .moe, but the certificate for that one is expired so you have to skip the browser's warning.
(580.86 KB characters 5.json)

/akg/ icons update should be the last one for a while
Are there any kuroba forks that have 8moe included?
>>1209539 This app worked last I checked https://github.com/moffatman/chan
>>1209640 Seems to work fine, thanks!
Due to a string of people recently posting unreleased story spoilers, our resident script anon has implemented a new feature into /gacha/'s custom JS. You can now check this box to apply a custom spoiler to your post. By default, this will render your post as a stub, along with all replies to your post. Users can click on your post to reveal it, as well as all replies. You can change this in your site settings to modify how it behaves. Your options are: >hide spoilers, keep stubs (default) >hide spoilers, hide stubs >display spoilers (the posts will appear as a regular post, no stub) The rule on unreleased story spoilers has been changed to reflect this addition. Hopefully this way people don't get flashbanged with story spoilers when they're expecting porn.
test3
(290.28 KB 1000x1000 niyaniyaQ.jpg)

thought I ticked story spoilers
>>1271692 oh I changed the subject
>>1271435 /*648*/ const insertAfterConfigNode = document.getElementById('settingsMenu').querySelector('.panelContents:last-child #settings-SGlnaGxpZ2h0IG93biBwb3N0cyBhbmQgcG9zdHMgcXVvdGluZyB5b3').parentNode; [code] just a heads up, that will break whenever the site updates because I fixed the capitalization of the settings and that key is the label text converted to base64 (don't ask) [code]/*651*/ const spoilerLbl = document.createElement('lable'); intentional? french canadian? not that this site's great on accessibility, but should probably use the right tag /*704*/ const lbl = document.querySelector("#quick-reply .spoilerCheckbox[for=qralwaysUseBypassCheckBox]"); this will also probably break at some point, because that checkbox actually does literally nothing and should be removed /*various*/ .style.display = [...] this could cause weird things if the posts get remodeled it's more resilient to add/remove/toggle .hidden { display: none; } from global.css and let them retain their styling, whatever it may be >thread.refreshParameters >thread.refreshCallback these will break update after next (hopefully) all of the thread updating is rewritten and there will be an event you can listen to instead I'll try to remember to give a heads up when that rolls around interesting idea overall another way you could trigger that instead of using the subject is using [board] or [aa] tags, either empty which will just be an empty span inserted or with a key and remove/hide the span they create before the post gets rendered aa prevents formatting inside it and almost no one uses it normally
>>1271785 I would fuck the tags up whatever, you get the point
>>1271785 >lable kek thanks for checking it, I'll apply your suggestions and there are some other issues I've noticed today so the work is not done yet as for breaking changes, I'll look into it and try to prepare for them in advance


Forms
Delete
Report
Quick Reply