xboxscene.org forums

Author Topic: Script Help  (Read 667 times)

t1x2irc2

  • Archived User
  • Newbie
  • *
  • Posts: 22
Script Help
« on: December 19, 2005, 04:20:00 PM »

i've been working on a dos batch script that would add transforms based on a directory of xms ...easy shit


The user would still have to create the xap using the batch and then ftp to xbox.  
(this is what i would like to eliminate)


i guess what i'm asking is if this is possible  

1.) can a xap be accessed outside an archive (xip)?

2.) if #1 is true can the xap be written to and read from like an ini can?

i hope i'm on the right track but just not seeing the big picture

thanx in advanced
Logged

Speil

  • Archived User
  • Jr. Member
  • *
  • Posts: 91
Script Help
« Reply #1 on: December 19, 2005, 07:37:00 PM »

ok so what exactly are you trying to accomplish?
Logged

t1x2irc2

  • Archived User
  • Newbie
  • *
  • Posts: 22
Script Help
« Reply #2 on: December 19, 2005, 08:43:00 PM »

too become ruler !!


i thought my last post was pretty strait forword

but ok


i want to write a script and was wondering if a .xap file can be called upon without it being in a .xip achive?

and

if so can the defs and transforms be changed based on the users actions

example:
change this, scale these, rotate that, speed up this, move that, ect.
(then save all this to a xap that can later be used after restart)



Logged

Odb718

  • Archived User
  • Hero Member
  • *
  • Posts: 925
Script Help
« Reply #3 on: December 20, 2005, 07:14:00 AM »

1. No
2. No

What your talking about doing in the example has been done. Except the part of writing to the xap.
You can have a read out on screen of translation, rotation, and scale. You write down, or use note pad and take down the info and change it yourself.

You could have it write all the info into an ini/xbx file, but I doubt you could get it to write properly to the xap in question.
Logged

t1x2irc2

  • Archived User
  • Newbie
  • *
  • Posts: 22
Script Help
« Reply #4 on: December 20, 2005, 02:46:00 PM »

well i kind of figured ...oh well
 
i just don't understand what you mean by :

QUOTE

You can have a read out on screen of translation, rotation, and scale.


like an info panel for each xm or something?

i guess i don't follow
Logged