Quick update, not tested everything yet, but the solution parser is working like a charm.
Still need to script the reset, but this is kind of complex, so it will take a while.
Also haven't got my puzzle completely build, but as said, so far all is working as intended.
Will let you know when i've ...
Search found 55 matches
- Sat Apr 13, 2013 5:54 am
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
- Fri Apr 12, 2013 11:22 am
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
Re: Solution parser python needed
Great! I will be trying this over the weekend, will report back soon.
Thanks again D'Lanor
Thanks again D'Lanor
- Thu Apr 11, 2013 12:13 pm
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
Re: Solution parser python needed
That would be perfect, thanks!
- Wed Apr 10, 2013 2:30 pm
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
Re: Solution parser python needed
Yes I am, I've got the Rpos variables set through AgeSDLIntChange and managed to tweek the IntRespList to handle the responders, now I only need the solution script.
By the way, you can leave the reset out if that is to hard to make, as I don't think I realy need it
(could always do it with another ...
By the way, you can leave the reset out if that is to hard to make, as I don't think I realy need it
(could always do it with another ...
- Wed Apr 10, 2013 11:22 am
- Forum: Plasma Development
- Topic: PyPRP 1.6.1 Released!
- Replies: 16
- Views: 87185
Re: PyPRP 1.6.1 Released!
Feeling pritty stupid right now :oops:
I forgot I had my export set to uru directly with the age name without version number.
Installing the new PYPRP killed that and I have been exporting directly to my blender directory instead, including the version number, hence the rebeuild of the cach.
Sorry ...
I forgot I had my export set to uru directly with the age name without version number.
Installing the new PYPRP killed that and I have been exporting directly to my blender directory instead, including the version number, hence the rebeuild of the cach.
Sorry ...
- Wed Apr 10, 2013 7:21 am
- Forum: Plasma Development
- Topic: PyPRP 1.6.1 Released!
- Replies: 16
- Views: 87185
Re: PyPRP 1.6.1 Released!
I would think so too, but with PYPRP1.6.1 it is now my experience that it does.
I agree that the export is still to the same prp files and with the same name, but it Does do a total refresh of the tex cache, I don't know exactly what triggers it, but it does.
I agree that the export is still to the same prp files and with the same name, but it Does do a total refresh of the tex cache, I don't know exactly what triggers it, but it does.
- Wed Apr 10, 2013 5:51 am
- Forum: Plasma Development
- Topic: PyPRP 1.6.1 Released!
- Replies: 16
- Views: 87185
Re: PyPRP 1.6.1 Released!
Guys, I was thrilled to see an updated version of PYPRP, so I downloaded and put it to the test.
Although I can't immediately see the improvements, there is something that struck me as odd and also a little annoying.
Everytime you change the blenderfile name (to reflect a new version), all the ...
Although I can't immediately see the improvements, there is something that struck me as odd and also a little annoying.
Everytime you change the blenderfile name (to reflect a new version), all the ...
- Wed Apr 10, 2013 5:32 am
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
Re: Solution parser python needed
Anybody??
- Mon Apr 08, 2013 2:08 pm
- Forum: Scripting
- Topic: Solution parser python needed
- Replies: 8
- Views: 9018
Solution parser python needed
Hi again,
Sorry to keep bugging, but I desperately need a pythonfile to send a solution from a puzzle to a responder as well as a reset.
Trying myself, but can't succeed on my own.
What I need is this:
python file that reads 5 Integer SDL values and compares them with the solution values if all 5 ...
Sorry to keep bugging, but I desperately need a pythonfile to send a solution from a puzzle to a responder as well as a reset.
Trying myself, but can't succeed on my own.
What I need is this:
python file that reads 5 Integer SDL values and compares them with the solution values if all 5 ...
- Thu Apr 04, 2013 4:55 am
- Forum: Scripting
- Topic: xAgeSDLIntChange / responder
- Replies: 14
- Views: 16500
Re: xAgeSDLIntChange / responder
Solved the responder question!
For however is interested, I used the (unused) hint line in the IntChange as a tag and added the following to the IntRespList:
stringTag = ptAttribString(7, 'Button number') at the top of the python just beneath the 6th argument
and:
if (tag != stringTag.value ...
For however is interested, I used the (unused) hint line in the IntChange as a tag and added the following to the IntRespList:
stringTag = ptAttribString(7, 'Button number') at the top of the python just beneath the 6th argument
and:
if (tag != stringTag.value ...