Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ruby1234

Pages: 1 ... 4 5 [6] 7 8 ... 242
51
Game Help / Re: Preset not working
« on: August 15, 2016, 02:12:01 am »
I wasn't able to recreate a full code this morning, as I was in a hurry. Again, I apologise.

It isn't exactly challenging though, for the most part it's just copy/paste and change the image names.

And I'm not sure what you mean by "it wasn't ambient?"
Is that something you're looking to add, or?

52
Game Help / Re: Preset not working
« on: August 15, 2016, 02:06:06 am »
I apologise.
I was typing that code very quickly this morning, I made a mistake.
Some lines read "alpha_rejection greater equal 128" instead of "alpha_rejection greater_equal 128."

Use the replace function in Notepad (Edit -> Replace OR Ctrl + H) to fix this.

-

PS; nice video editing. Made me laugh.

-

Rip Bloo. Good eye tho. c; +Fluff

53
Is it possible to make a glowing AND scrolling preset?

Yes, you just need to layer it accordingly... scroll > main > glow
Code: [Select]
material EXAMPLEMAT
{
technique
{
pass
{
texture_unit
{
texture scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture body.png
}
}
pass
{
scene_blend alpha_blend
emissive 1.0 1.0 1.0 1
texture_unit
{
texture glow.png
}
}
}
}

Wow, thank you very much for this. I'll add this in my bookmarks for future reference, as i'm not really creating anything quite yet. :)
My pleasure.
De rien.

54
Game Help / Re: Game not reading presets correctly
« on: August 13, 2016, 10:54:56 pm »
The game usually only refuses to load beyond a certain preset if there is an error with that preset.
Have you double checked those presets' files?

Did you do anything weird lately, like a system restore?

56
Other Games / Re: Alicia Online
« on: August 12, 2016, 10:03:07 pm »
Oh gosh.

This game is super fun and super addicting.
I highly recommend it, but only if you've got free time to kill. Otherwise it starts eating at time you should be spending elsewhere. xD

57
Game Help / Re: Exported map, objects won't show up in-game
« on: August 10, 2016, 11:45:45 am »
You might want to make a backup before trying this, but...

The best way to avoid any problems of this sort is to actually go to Object Maker, load up the objects you are using one by one, and save them to their own object group. I usually just save them under a group with the same name as the map, and then the "-Objects" suffix. Ex: if the map was Temple -> TempleObjects
It's easier if you leave all the actual Object Names the same.

Now, you can go through media>terrains>Temple (or whatever your map is actually named) and open TempleObjects.cfg (or again, whatever your map is actually named, "-Objects.cfg").

Inside is a list of all placed objects and their location, and each section is headed with the syntax of
[ObjectGroup/ObjectName]

Use Ctrl + H (or go to Edit... -> Replace)
Replace the old Object Group name(s) with your new one.

Save that, relaunch the game, load up the map, and export it then.
With everything in it's own group, you might have more luck.

58
Discussion Board / Re: Oldies Jams
« on: August 10, 2016, 03:16:04 am »
Aaaa... too much good stuff...
I can try to list some.

Gimme Shelter - The Rolling Stones
Paint it Black - The Rolling Stones
Everlong - Foo Fighters
The Pretender - Foo Fighters
Under The Bridge - Red Hot Chili Peppers
Californication - Red Hot Chili Peppers
Dani California - Red Hot Chili Peppers
Welcome To Paradise - Green Day
Jesus Of Suburbia - Green Day
Holiday - Green Day
Last Nite - The Strokes
Reptilia - The Strokes
Float On - Modest Mouse
Mr. Brightside - The Killers
When You Were Young - The Killers

I'll stop before I get out of hand. c':

59
My first map was the eyesore that is Rainbow Land, which is still actually available for download in my creations thread. Just. A lot of objects in a lot of colours. It's an ascension map, where you have to climb to the top. It's not exactly challenging, but, eh. It was a start. Mostly to practise with materials. Or so I'll say. c':

60
Site/Forum Help / Re: How to make your signature a picture?
« on: August 05, 2016, 12:54:19 am »
The image must be uploaded to a site if it's your own, I use imgur since it works best for me:
http://imgur.com/

Other images already on the internet don't have to be reuploaded, but can be.
(Remember not to use others' artwork without their permission though!)

Right click the image.
Select Copy Image URL or Copy Image Location or Copy Image Address (not just Copy Image).

Paste it in between image brackets.
Code: [Select]
[img]PASTE HERE[/img]
Example:
Code: [Select]
[img]http://i.imgur.com/5uBvkWe.jpg[/img]
Becomes

Pages: 1 ... 4 5 [6] 7 8 ... 242