Posts for feos

1 2 397 398 399 440 441
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
немало русских так или иначе связаны с работой сайта
O_o Откуда инфа?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
The second uses CamHack.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
nanogyth wrote:
This site freaks out when you mix less_than_equal and greater_than_equal.
if x < 0 then x = 0 elseif x > 193 then x = 193 end
Disable HTML in the post.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
"I don't know what "m23" means", line 28. Deblink 3 works okay. Also, I thought to use you partial blending method. Both selectodd and selecteven with deblink3 look rather bad.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Кнопку Download не видишь штоле?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
fiskerN wrote:
Ого!) откуда там шарик взялся?! :D и ещё, Xspd и Accel. где взять этот скрипт? и я так понимаю когда у них значения красного цвета, это типа плохо (остановка перса или кадр теряется) ?
Шарик непонятно откуда взялся, но если бампнуть носом этот угол этой платформы и нажать удар, то шарик выхватится из платформы. В первой части боссы убивались шариками, вот видимо и здесь он остался. Если скорость (Xspeed) растет, цвет белый, если падает - красный, если одинаковая - зеленый. Download Chip&Dale.lua
Language: lua

LastX = 0 LastY = 0 LastXspd = 0 function draw() CamX = memory.readbyte(0x10) + memory.readbyte(0x13)*256 CamY = memory.readbyte(0x16) + memory.readbyte(0x19)*256 Xscr = memory.readbyte(0xc0) Yscr = memory.readbyte(0xc2) Xlev = CamX + Xscr Ylev = CamY + Yscr Ysub = memory.readbyte(0x374) Xspd = Xlev - LastX Yspd = Ylev - LastY if Xspd > LastXspd then color = "#ffffffff" elseif Xspd < LastXspd then color = "#ff0000ff" else color = "#00ff00ff" end gui.text(1, 1, "X: "..Xlev.."\nY: "..Ylev.."."..Ysub) gui.text(70, 1, "Xspd: "..Xspd.."\nAccel: "..Xspd - LastXspd, color) gui.text(200, 1, memory.readbyte(0x3d7)) LastX = Xlev LastY = Ylev LastXspd = Xspd end emu.registerafter(draw);
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Жди в выходные. На затравку гифка (в моем тасе этого нет).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
If you're going to continue encoding, you can ask for a rank that would allow you to add YT links to publications. Don't know if Encoder rank allows that.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
I am going to encode Sonic.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Saved 289 frames over fisker's witch battle. Will continue testing.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
nanogyth: Please provide the latest version of new deblink script so that I may add it to my main script. I mean formulate it to make it possible to just apply it to AVISource and pull the result via "return last".
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Кнопки английские: / . , m понажимай
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Starting the ghost level 192 frames faster that Dylan.
Link to video http://code.google.com/p/feos-tas/downloads/detail?name=fceux-r2483.7z
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Don't feel so doleful, your WIP really helped me with that purple butterfly, that was used to doost by me too, but taking damage from spikes and starting scrolling faster jumping from below came out faster too. You remember, when you boost of that butterfly, you reach the top of the screen sooner than intended and have to wait some time. The same can be said about each room with such corner. Fridge for example.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Holding back the encode then.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
I'm surprised that you posted the WIP, I thought you wouldn't want to share your decisions. For now I am at the end of second floor of the refregerator. When the screen scrolls left and reaches the left end. Well, I reach it 164 frames faster than you. I mentioned about the openness, but didn't force anyone to share what he came up with. I find it more interesting to invent everything yourself. Also I'm paranoid and think that if you know the exact amount of frames I'm ahead, you'd TAS the shit out of that game just to match my time. Surely I hope you wouldn't and my movie would appear still faster, but whatever XD Anyway, you know my time now.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
marzojr wrote:
feos wrote:
Where I can get the source code? Where is that option there?
Here is the source. The options you want are in the "hackdefs.h" file; uncomment this line:
//#define SONICCAMHACK // enables camhack (see Sonic offscreen) in sonic games, and hitbox/solidity display
There are two other uncommented lines that disable hitbox and solidity display, so by only uncommenting the line I told you you get the camhack without them. Also, S2 is selected by default (you need to compile a different version for each game). Then compile it; there are instructions somewhere.
Thanks, compiled succesfully. Dumping the camhacked avi.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
natt wrote:
moozooh wrote:
The Genesis doesn't stretch vertical resolution to 4:3.
It might not be exactly 4:3, but the DAR of genesis is about 4:3, and the pixels certainly aren't square.
Don't you happen to know how to fix the script to make Genesis dump 4:3 and of acceptable size?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
fiskerN wrote:
Feos, в каком именно моменте спас 90 кадров?) на боссе 2 уровня или на самом уровне?
Везде по немногу. И не на боссе, а к НАЧАЛУ 2 уровня.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
Where I can get the source code? Where is that option there?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
marzojr wrote:
feos wrote:
The build contains hitboxes and solidity displays that I don't know how to turn off (for a proper camhack encode).
The hitboxes can only be turned off by recompiling with the option disabled.
Wait, you mean there's no way to encode the movie with CamHack only? No scripts for that?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
I have done a test til the beginning of level 2. I saved something about 90 frames.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11304
Location: RU
marzojr wrote:
RedGreenSonic wrote:
Obviously voting yes. And by the way, where can I download the Gens 11a with the camhack for genesis Sonic games? I couldn't find it anywhere.
Here: http://tasvideos.org/forum/viewtopic.php?t=8827&postdays=0&postorder=asc&start=51. These are closer to Gens 11b than to Gens 11a, but the movie synchs nevertheless. I don't have any precompiled versions with only CamHack.
The build contains hitboxes and solidity displays that I don't know how to turn off (for a proper camhack encode).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
1 2 397 398 399 440 441