Author Topic: Ribbon CI  (Read 2151 times)

This should be a topic about strange files developers leave in their game folders that are forgotten and have no use.

<bitmap:base/client/ui/ci/filename> for example <bitmap:base/client/ui/ci/blueRibbon> shows the blue ribbon.

<bitmap:base/client/ui/ci/filename> for example <bitmap:base/client/ui/ci/blueRibbon> shows the blue ribbon.
You can use that in client messages, to use it in chat like Eksi you need some chat effects addon or something.

<bitmap:base/client/ui/ci/filename> for example <bitmap:base/client/ui/ci/blueRibbon> shows the blue ribbon.
Could I dump a bmp/png somewhere in my blockland directory, then display that message, and it would show up for other people on the server, even if they don't have the file locally?

Could I dump a bmp/png somewhere in my blockland directory, then display that message, and it would show up for other people on the server, even if they don't have the file locally?
i wouldn't be surprised, as the clients use the hosts files

This should be a topic about strange files developers leave in their game folders that are forgotten and have no use.

You ever heard of the Cutting Room Floor wiki? Shows cut content still lingering in the files for most mainstram and other obscure games. Super Mario Galaxy's was the most interesting for me.

Yeah, I think Squideey taught him that.

<bitmap:path/to/image.png>, I think.

Could I dump a bmp/png somewhere in my blockland directory, then display that message, and it would show up for other people on the server, even if they don't have the file locally?
not unless you have it as a datablock, in which case they'd download it.


You can use that in client messages, to use it in chat like Eksi you need some chat effects addon or something.
It's (probably) a really dumb sort of mod that probably turns serverCmdMessageSent into some function that just does messageAll.

i wouldn't be surprised, as the clients use the hosts files
so I could make a huge image a .bmp and then making it centerprint on the spawn?
or locate a large image and spam it somehow via events?
holy stuff that is abusable

so I could make a huge image a .bmp and then making it centerprint on the spawn?
or locate a large image and spam it somehow via events?
holy stuff that is abusable
No, you can't, read:
not unless you have it as a datablock, in which case they'd download it.