Users browsing this thread: 1 Guest(s)
Saliens (Steam Summer sale 2018 game)
#1
So i have been ripping from Saliens by opening the page's code with F12, downloading the javascript, serching for the images and sounds, going the ther URLs, and saving them to my computer. I have downloaded all of the assets i can, but now i have run into a few problems.

The planet Backgrounds,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/backgrounds/' + this.m_PlanetData.state.land_filename

the planet maps,
Code:
'https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/maps/' + instance.m_PlanetData.state.map_filename

and the lasers.
Code:
'beam_fr' + i + '.png'
'laserpath' + i + '.png'
'laserhit' + i + '.png'

you can find the code here.
if you can find them feel free to upload them to the spriter's resorce yourself.
Reply
Thanked by:
#2
Okay. So.
Planet backgrounds: https://steamcdn-a.akamaihd.net/steamcom...ckgrounds/ + [number starting at 1].png
Planet maps: https://steamcdn-a.akamaihd.net/steamcom...game/maps/ + [number starting at 1].png

I'll work on the lasers and edit this reply if I figure it out.
Reply
#3
Thank you! The planets were all named "Planet + [number starting at 1].png", so that threw me off.

anyway, I just found a bunch more sprites that I missed, and just like the lasers, I don't see a file path anywhere. They are...

the attack's landing animations,
Code:
'ex_fr' + i + '.png'
'SlimeAttack_Splat_' + PadZerosLeft( i, 4 ) + '.png'
'SlimeBall_Final_A_' + PadZerosLeft( i, 4 ) + '.png'
'BeastAttack_Spawn_' + PadZerosLeft( i, 4 ) + '.png'
'BeastAttack_BigBiteFX_' + PadZerosLeft( i, 4 ) + '.png'
'PsychicAttack_Cube_' + PadZerosLeft( i, 4 ) + '.png'

the enemy walk cycles,
Code:
this.m_typeData.walk_animation.name + PadZerosLeft( i, 4 ) + '.png'

and the enemy death animations.
Code:
this.m_typeData.death_animation.name + i + '.png'
you can find the code here.
attacks.js
enemy.js
I hope i'm not still missing anything.
Reply
Thanked by:
#4
It seems that you have forgotten to attach the file in which you found the code pieces. The two files you linked both contain the data used in the code, but not the code bits themselves, which is required for figuring out the URL.

Edit:
I believe these are the walk cycles, although I might be wrong:
https://steamcdn-a.akamaihd.net/steamcom...heet-0.png
https://steamcdn-a.akamaihd.net/steamcom...heet-1.png
https://steamcdn-a.akamaihd.net/steamcom...heet-2.png

And this is probably the death animation:
https://steamcdn-a.akamaihd.net/steamcom...-death.png

Other stuff (I dunno, just find whatever you need in here):
https://steamcdn-a.akamaihd.net/steamcom...sprite.png
https://steamcdn-a.akamaihd.net/steamcom...attack.png
https://steamcdn-a.akamaihd.net/steamcom...attack.png
https://steamcdn-a.akamaihd.net/steamcom...attack.png
https://steamcdn-a.akamaihd.net/steamcom...ealing.png
https://steamcdn-a.akamaihd.net/steamcom...e/beam.png



Let me know if you're missing anything else.
Reply
#5
I'm still missing the boss spritesheet and death animation. I can't find anything about it anywhere in the code. I have tried boss-death.png, enemy-boss.png, boss-spritesheet.png, enemy-spritesheet-boss.png, enemy-boss-death.png, and more, but nothing seems to work. Please hurry, saliens is already over and Valve could remove the images from their servers any time.
Reply
Thanked by:
#6
Uploaded everything I could get my mitts on. Feel free to revise any of 'em if I happen to be missing anything.

https://www.spriters-resource.com/pc_com...eduldrumz/
https://www.sounds-resource.com/pc_compu...eduldrumz/

And, uh, icon's kinda just there since this was on such short notice.
Reply
Thanked by: Superjustinbros
#7
Excellent rips, RTB. Smile
Reply
Thanked by:
#8
(07-04-2018, 06:47 PM)Superjustinbros Wrote: Excellent rips, RTB. Smile
Heh, they're not so much "rips" as "grabbing website URLs from the coding", but thanks anyway. Tongue
Reply
Thanked by: Superjustinbros
#9
Here you go. I decided to just download the boss sprites and sounds as a safeture measure so you're gonna have to download the ZIP instead.
I have no idea what I'm doing. B'3
Reply
#10
You're a little late there, madK, I already got those too.
Reply
Thanked by:
#11
RTB, where did the SalienCryotubes in your "General Sprites" ZIP come from? They aren't in the same directory on the server as most of the other sprites, at least not by that name. Just wondering.
Reply
Thanked by:
#12
(07-05-2018, 05:05 PM)Nintendo\s chosen hero Wrote: RTB, where did the SalienCryotubes in your "General Sprites" ZIP come from? They aren't in the same directory on the server as most of the other sprites, at least not by that name. Just wondering.
They are in the same folder, actually.
https://steamcommunity-a.akamaihd.net/pu...otube1.png
https://steamcommunity-a.akamaihd.net/pu...otube2.png
Reply
Thanked by:
#13
OOOOHHHHHH, steamcommunity-a.akamaihd.net, not steamcdn-a.akamaihd.net. THATS why I couldn't find them!
Reply
Thanked by:


Forum Jump: