Recent content by Sooda

  1. Sooda

    Javascript loop question

    Omg, Phyrex1an you are the best, thanks for answer and your time! EDIT: I used "use strict" keyword in my script tag start and fixed error messages given by Firefox Developer Error Console Errors. I fixed a lot of undelcared variables and moved global variable declaration at the top of script...
  2. Sooda

    Javascript loop question

    I made it easy, head to page: <link removed> at page source line 474 I enabled mysteryfunc to look page with loop function enabled look at: <link removed> at page source line 475 I enabled UpdateValidSprites function Javascript takes timeeeee to load, if you wait little bit (~15 sec) and...
  3. Sooda

    Javascript loop question

    I did two identical functions, one without loop where I copy pasted code and it works as planned and another function where I used loop and it actually halts execution of program. I am using Firefox canvas to create my electricity learning object. This is function that works: function...
  4. Sooda

    Recover corrupted archive

    The thing is not so dramatical, I am able to extract archive. It gives for 4 files crc errors. I can't open archive remotely (Autodesk server) to download only specific files, though server allows resume. Converting corrupted file position to archive offset and length would be solution like you...
  5. Sooda

    Crime "Video vigilante" fights Oklahoma prostitution with camera

    Remembered what I wanted to tell, in our country prostitution is legal, but being pimp is not. Watched his youtube channel 30 min intro, pretty interesting.
  6. Sooda

    Recover corrupted archive

    http://opensourcepack.blogspot.com/2010/05/recover-corrupted-archive-download-with.html That post sums up my situation, I am with 3.2 gb 3ds Max 2010 archive (genuine from their download site) and some parts ( up to 450 mb) is bad which needs redownload. For my suprise that is not so easy...
  7. Sooda

    uint32 and 3ds Max 2010

    You solved my problem. You know very well hex and mathematics. I am total beginner on that field. Thanks for help. My bigger plan is to port 3ds Max Starcraft 2 exporter script into python. Currently verifying that my writen code reads correct bytes and interprets them correctly. Though luckily...
  8. Sooda

    uint32 and 3ds Max 2010

    I checked answer with function made by another person and it shows 678. EDIT: It is python struct module which interprets that HEX stream with format L (long) as a 678. class hdr: fmt = '4sLL' def __init__(self, file): _s = file.read(struct.calcsize(self.fmt))...
  9. Sooda

    uint32 and 3ds Max 2010

    I have this HEX stream: F0 EE 01 00. When doing hex2int (base10) I get: F0 = 240 EE = 238 01 = 1 00 = 0 uint32 stands for unsigned integer 32 bits. Consider byte order is reversed, so 00 is the start and F0 is the end. 3ds Max 2010 is using mxs (maxscript) native functions to read that...
  10. Sooda

    Genuine Windows 7 problems

    Thanks for info, today IE8 just worked on first try (all needed programs with IE8 too and no crashes). No need to reply anymore, I look into Event Viewer and troubleshoot more.
  11. Sooda

    Genuine Windows 7 problems

    I have genuine student version of Windows 7 Pro through msdn academic alliance program. Lately I have suffered Windows Update problems & random web browser crashes. Currently my computer battery which keeps track of system time when computer is turned off is faulty. On computer turn on I get...
  12. Sooda

    Portrait Angles and the Model Editor

    > so that it matches that of Sylvanas Windrunner (living) and Shandris Do mdl file editing. Convert Sylvanas Windrunner portrait model file to mdl (you can then open it with Notepad and read as understandable text). Scroll down to 'camera' datablock (it might be called Camera portrait) copy that...
  13. Sooda

    Good news, check this out...

    Good news, check this out: http://www.hiveworkshop.com/forums/modeling-animation-276/blender-2-57-static-mesh-exporter-robust-196385/ I have done some pre-work, reading about MDL tuts @ wc3c and looking at simple animations on even simpler models (box, plane, etc). Exporting animations from...
  14. Sooda

    WIP World of Warcraft3 Instances [Pre-Release Thread]

    I really miss Candy War style of maps, there Blizz made their version of WoW heroes and abilities. It was pretty amusing. I am really distant to WoW, but will there be hero like Blademaster who can smack things up and collect points by doing it and then can spend it on more powerful attacks?
  15. Sooda

    Hero Abilities Ideas for my Heroes and Hero Ideas.. :D

    About greed (Single target), make Leech ability (mana steal, HP steal). First lv it steals mana, on second level it steals mana and continues with HP steal (make drain numbers huge so it would quickly reach to HP leech). At level 3 or max level it leeches both at same time. It converts leeched...
Top