question-circle Opening cs.dso files. Modding Marble Blast Mobile

  • Astech
  • Astech's Avatar Topic Author
  • Offline
  • New Marbler
  • New Marbler
  • Posts: 1
  • Thank you received: 0
31 Oct 2015 00:23 #1
I'm not sure if this is in the right category but whatever.

I'm not familiar with the toque game engine so excuse me if this is a noob question.

I recently started to look into marble blast mobile's files.

I managed to change the basic stuff, name, load screen etc, but the cs.dso files has stopped my progress.

I modified the extension to a .txt but most of it is encoded(as expected).

Any Help?

Please Log in or Create an account to join the conversation.

  • HiGuy
  • HiGuy's Avatar
  • Offline
  • Lead Developer
  • Lead Developer
  • PQ Developer Emeritus
  • Posts: 1334
  • Thank you received: 605
01 Nov 2015 20:51 #2

Astech wrote: I modified the extension to a .txt but most of it is encoded(as expected).


.dso files are compiled TorqueScript. Currently there is no decompiler for TorqueScript. If you really want to investigate how the compiled bytecode works, check out Torque3D's console .

You'd be better off just working with MBG.

This signature is real code
Code:
function clientcmd12dothepq() { commandToClient(LocalClientConnection, '34onthedancefloor'); }

Please Log in or Create an account to join the conversation.

Moderators: Doomblah
Time to create page: 1.502 seconds